[28705] trunk/dports/devel/git-core/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 7 13:08:19 PDT 2007


Revision: 28705
          http://trac.macosforge.org/projects/macports/changeset/28705
Author:   mgrimes at macports.org
Date:     2007-09-07 13:08:19 -0700 (Fri, 07 Sep 2007)

Log Message:
-----------
Supposedly this will solve the longstanding git-remote p5-error dependency issue. Requested by the maintainer (bryan at larsen.st)

Modified Paths:
--------------
    trunk/dports/devel/git-core/Portfile

Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile	2007-09-07 19:35:15 UTC (rev 28704)
+++ trunk/dports/devel/git-core/Portfile	2007-09-07 20:08:19 UTC (rev 28705)
@@ -20,7 +20,7 @@
 checksums    git-${version}${extract.suffix} sha1 011008a66928f115a7604f4a3066c085a8750c35 \
              git-manpages-${version}${extract.suffix} sha1 522e5992007c9a190b091c47aafc6a3c85da3c76
 
-depends_run  port:curl port:openssh port:rsync
+depends_run  port:curl port:openssh port:rsync port:perl port:p5-error
 depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
 
 patchfiles   patch-Makefile patch-http.h
@@ -73,8 +73,7 @@
 }
 
 variant svn {
-    depends_run     port:subversion port:perl \
-                    port:p5-error port:p5-libwww-perl port:p5-svn-simple port:p5-term-readkey
+    depends_run     port:subversion port:p5-libwww-perl port:p5-svn-simple port:p5-term-readkey
 }
 
 default_variants    +doc

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


More information about the macports-changes mailing list