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

blair at macports.org blair at macports.org
Sun Jan 4 11:50:28 PST 2009


Revision: 44914
          http://trac.macports.org/changeset/44914
Author:   blair at macports.org
Date:     2009-01-04 11:50:27 -0800 (Sun, 04 Jan 2009)
Log Message:
-----------
Add a depends_build on p5-scalar-list-utils.  Without this, the
installation fails when Scalar::Util cannot be found.

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

Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile	2009-01-04 18:52:21 UTC (rev 44913)
+++ trunk/dports/devel/git-core/Portfile	2009-01-04 19:50:27 UTC (rev 44914)
@@ -4,6 +4,7 @@
 
 name              git-core
 version           1.6.1
+revision          1
 description       A fast version control system
 long_description  Git is a fast, scalable, distributed open source version \
                   control system focusing on speed and efficiency.
@@ -22,6 +23,7 @@
 checksums    git-${version}${extract.suffix} sha1 4caeafd06a5482337052f142073be66f2a39134a \
              git-manpages-${version}${extract.suffix} sha1 fa2d94dc966484b14ae11d39d0d8336946a93001
 
+depends_build port:p5-scalar-list-utils
 depends_run  port:rsync path:bin/perl:perl5 port:p5-error
 depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090104/a0dbe6fe/attachment.html>


More information about the macports-changes mailing list