[131814] trunk/dports/devel/git/Portfile

ciserlohn at macports.org ciserlohn at macports.org
Mon Jan 19 02:05:29 PST 2015


Revision: 131814
          https://trac.macports.org/changeset/131814
Author:   ciserlohn at macports.org
Date:     2015-01-19 02:05:29 -0800 (Mon, 19 Jan 2015)
Log Message:
-----------
git: clean up dependency specification (see comment:7:ticket:46570)

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

Modified: trunk/dports/devel/git/Portfile
===================================================================
--- trunk/dports/devel/git/Portfile	2015-01-19 09:08:42 UTC (rev 131813)
+++ trunk/dports/devel/git/Portfile	2015-01-19 10:05:29 UTC (rev 131814)
@@ -31,19 +31,17 @@
 perl5.branches          5.16 5.18 5.20
 perl5.create_variants   ${perl5.branches}
 
-depends_run         port:rsync
-
-depends_lib         port:curl \
+depends_lib-append  port:curl \
                     port:zlib \
                     port:openssl \
                     port:expat \
-                    port:libiconv \
-                    port:perl${perl5.major}
-
+                    port:libiconv
+                    
 depends_run-append  port:p${perl5.major}-authen-sasl \
                     port:p${perl5.major}-error \
                     port:p${perl5.major}-net-smtp-ssl \
-                    port:p${perl5.major}-term-readkey
+                    port:p${perl5.major}-term-readkey \
+                    port:rsync
 
 patchfiles          patch-Makefile.diff git-subtree.1.diff
 patch.pre_args      -p1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150119/cb0c2e85/attachment.html>


More information about the macports-changes mailing list