[24741] trunk/dports/devel/cogito

source_changes at macosforge.org source_changes at macosforge.org
Wed May 2 06:38:38 PDT 2007


Revision: 24741
          http://trac.macosforge.org/projects/macports/changeset/24741
Author:   pipping at macports.org
Date:     2007-05-02 06:38:38 -0700 (Wed, 02 May 2007)

Log Message:
-----------
maintainer update (#11870)

Modified Paths:
--------------
    trunk/dports/devel/cogito/Portfile

Added Paths:
-----------
    trunk/dports/devel/cogito/files/
    trunk/dports/devel/cogito/files/patch-xargs

Modified: trunk/dports/devel/cogito/Portfile
===================================================================
--- trunk/dports/devel/cogito/Portfile	2007-05-02 08:21:09 UTC (rev 24740)
+++ trunk/dports/devel/cogito/Portfile	2007-05-02 13:38:38 UTC (rev 24741)
@@ -2,6 +2,7 @@
 PortSystem        1.0
 name              cogito
 version           0.18.2
+revision          1
 categories        devel
 maintainers       bryan at larsen.st
 description       Git core and cogito tools to provide a fully-distributed SCM
@@ -19,6 +20,7 @@
 		  port:zlib \
 		  port:git-core
 build.type        gnu
+patchfiles        patch-xargs
 destroot.type     gnu
 destroot.destdir  prefix=${prefix} DESTDIR=${destroot}
 test.run          yes

Added: trunk/dports/devel/cogito/files/patch-xargs
===================================================================
--- trunk/dports/devel/cogito/files/patch-xargs	                        (rev 0)
+++ trunk/dports/devel/cogito/files/patch-xargs	2007-05-02 13:38:38 UTC (rev 24741)
@@ -0,0 +1,11 @@
+--- cg-Xlib.orig	2007-05-01 18:28:46.000000000 -0400
++++ cg-Xlib	2007-05-01 18:28:59.000000000 -0400
+@@ -615,7 +615,7 @@
+ 		# Kill gone files
+ 		git-diff-tree -z --name-status -r "$base" "$branch" |
+ 			perl -n0e 'chomp; if (defined $meta) { print "$_\0" if $meta eq 'D'; $meta=undef } else { $meta = $_ }' |
+-			xargs --null rm -f --
++			xargs -0 rm -f --
+ 		git-checkout-index -u -f -a
+ 
+ 		# FIXME: Can produce bogus "contains only garbage" messages.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070502/f51230c8/attachment.html


More information about the macports-changes mailing list