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

ryandesign at macports.org ryandesign at macports.org
Sun Sep 21 01:47:57 PDT 2008


Revision: 40118
          http://trac.macports.org/changeset/40118
Author:   ryandesign at macports.org
Date:     2008-09-21 01:47:56 -0700 (Sun, 21 Sep 2008)
Log Message:
-----------
git-core: maintainer update to 1.6.0.2 (#16546) and remove PERL_PATH which caused problems with git-instaweb (#16476)

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

Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile	2008-09-21 08:43:47 UTC (rev 40117)
+++ trunk/dports/devel/git-core/Portfile	2008-09-21 08:47:56 UTC (rev 40118)
@@ -3,7 +3,7 @@
 PortSystem        1.0
 
 name              git-core
-version           1.6.0.1
+version           1.6.0.2
 description       A fast version control system
 long_description  Git is a fast, scalable, distributed open source version \
                   control system focusing on speed and efficiency.
@@ -19,8 +19,8 @@
 distfiles         git-${version}${extract.suffix} \
                   git-manpages-${version}${extract.suffix}
 
-checksums    git-${version}${extract.suffix} sha1 fdab99fe9ffe0625812dd1e019df3c37f0a52e2c \
-             git-manpages-${version}${extract.suffix} sha1 abff62b8c838b80583fd4e1d3c056de25684bb80
+checksums    git-${version}${extract.suffix} sha1 4a1d78604d1fb6c0deb43a498feb454970fb6704 \
+             git-manpages-${version}${extract.suffix} sha1 aab4cfc70a03ca447bbb86422226c892d9be1e4e
 
 depends_run  port:openssh port:rsync port:perl5.8 port:p5-error
 depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
@@ -34,14 +34,14 @@
 
 build.env      CFLAGS="-Wall -O2 -I${prefix}/include" LDFLAGS="-L${prefix}/lib"
 build.args     prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \
-               PERL_PATH="/usr/bin/env perl" NO_FINK=1 NO_DARWIN_PORTS=1
+               NO_FINK=1 NO_DARWIN_PORTS=1
 
 test.run       yes
 test.cmd       make
 test.target    test
 test.dir       ${worksrcpath}
 test.args      prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \
-               PERL_PATH="/usr/bin/env perl" NO_FINK=1 NO_DARWIN_PORTS=1
+               NO_FINK=1 NO_DARWIN_PORTS=1
 
 destroot.destdir  DESTDIR=${destroot} prefix=${prefix}
 destroot.target   install
@@ -77,7 +77,7 @@
 
 variant doc description {Install HTML and plaintext documentation} {
     distfiles-append    git-htmldocs-${version}${extract.suffix}
-    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 d9d2ac9f3e46f82d1610b9e51f5b66a5b0f45cf4
+    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 ba96fbe8b938df9084e962c70a3a5076b2230371
 }
 
 variant gitweb description {Install gitweb.cgi} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080921/d60abc57/attachment-0001.html 


More information about the macports-changes mailing list