[csw-devel] SF.net SVN: gar:[9862] csw/mgar/pkg/pca/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri May 14 10:34:19 CEST 2010


Revision: 9862
          http://gar.svn.sourceforge.net/gar/?rev=9862&view=rev
Author:   dmichelsen
Date:     2010-05-14 08:34:19 +0000 (Fri, 14 May 2010)

Log Message:
-----------
pca: Update to 20100514-01

Modified Paths:
--------------
    csw/mgar/pkg/pca/trunk/Makefile
    csw/mgar/pkg/pca/trunk/checksums
    csw/mgar/pkg/pca/trunk/files/0002-Add-etc-opt-csw-as-config-location.patch

Modified: csw/mgar/pkg/pca/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pca/trunk/Makefile	2010-05-14 05:37:00 UTC (rev 9861)
+++ csw/mgar/pkg/pca/trunk/Makefile	2010-05-14 08:34:19 UTC (rev 9862)
@@ -1,5 +1,5 @@
 GARNAME = pca
-GARVERSION = 20100309-02
+GARVERSION = 20100514-01
 CATEGORIES = utils
 
 DESCRIPTION = Patch Check Advanced

Modified: csw/mgar/pkg/pca/trunk/checksums
===================================================================
--- csw/mgar/pkg/pca/trunk/checksums	2010-05-14 05:37:00 UTC (rev 9861)
+++ csw/mgar/pkg/pca/trunk/checksums	2010-05-14 08:34:19 UTC (rev 9862)
@@ -1,5 +1,5 @@
 4376789925fa9002d0567d739f717748  0001-prefer-opencsw-perl.diff
-78c76967d20b4c9c69acacd7417527e1  0002-Add-etc-opt-csw-as-config-location.patch
+9313d0d787ca4ff125d220e03431648c  0002-Add-etc-opt-csw-as-config-location.patch
 6f2f2376eba0a788795dd43d68ad32d1  COPYING
-24822dfe6352f7b86f412fc46f883ab4  pca-20100309-02
+5af9e18e8f664360a22e7be6607e10d6  pca-20100514-01
 12de68ff8f67b4bb8b095e5646402208  pca.conf

Modified: csw/mgar/pkg/pca/trunk/files/0002-Add-etc-opt-csw-as-config-location.patch
===================================================================
--- csw/mgar/pkg/pca/trunk/files/0002-Add-etc-opt-csw-as-config-location.patch	2010-05-14 05:37:00 UTC (rev 9861)
+++ csw/mgar/pkg/pca/trunk/files/0002-Add-etc-opt-csw-as-config-location.patch	2010-05-14 08:34:19 UTC (rev 9862)
@@ -1,30 +1,30 @@
-From 00323f9c9023a24b559f59938bc5258caf74501e Mon Sep 17 00:00:00 2001
+From 3cca02001f6e24683cfe890f642dd240d171656b Mon Sep 17 00:00:00 2001
 From: Dagobert Michelsen <dam at opencsw.org>
-Date: Fri, 15 Jan 2010 17:41:19 +0100
-Subject: [PATCH] Add /etc/opt/csw as config location
+Date: Fri, 14 May 2010 10:30:11 +0200
+Subject: [PATCH 2/2] Add /etc/opt/csw as config location
 
 ---
  pca |    2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)
 
 diff --git a/pca b/pca
-index b0206f9..45140f1 100644
+index 7788971..512dc4d 100644
 --- a/pca
 +++ b/pca
-@@ -2394,11 +2394,13 @@ sub parse_args {
+@@ -2432,11 +2432,13 @@ sub parse_args {
    if ($o{proxy}) {
      push (@conf, dirname($0)."/../etc/pca-proxy.conf");
      push (@conf, "/etc/pca-proxy.conf");
 +    push (@conf, "/etc/opt/csw/pca-proxy.conf");
-     push (@conf, "pca-proxy.conf");
+     push (@conf, "./pca-proxy.conf");
    } else {
      push (@conf, dirname($0)."/pca.conf");
      push (@conf, dirname($0)."/../etc/pca.conf");
      push (@conf, "/etc/pca.conf");
-+    push (@conf, "/etc/opt/csw/pca.conf");
++    push (@conf, "/etc/opt/csw/pca-proxy.conf");
      $ENV{HOME} && push (@conf, $ENV{HOME}."/.pca");
-     push (@conf, "pca.conf");
+     push (@conf, "./pca.conf");
    }
 -- 
-1.6.6
+1.7.0
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list