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

raimue at macports.org raimue at macports.org
Sun Apr 6 20:52:20 PDT 2008


Revision: 35815
          http://trac.macosforge.org/projects/macports/changeset/35815
Author:   raimue at macports.org
Date:     2008-04-06 20:52:19 -0700 (Sun, 06 Apr 2008)

Log Message:
-----------
devel/git-core:
 * Update to version 1.5.4.4, closes #14839
 * Use the same env for destroot as for build, otherwise the build system begins to recompile everything in the destroot target

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

Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile	2008-04-07 03:14:38 UTC (rev 35814)
+++ trunk/dports/devel/git-core/Portfile	2008-04-07 03:52:19 UTC (rev 35815)
@@ -3,7 +3,7 @@
 PortSystem        1.0
 
 name              git-core
-version           1.5.4.4
+version           1.5.4.5
 description       The stupid content tracker.
 long_description  A stupid (but extremely fast) directory content manager. \
                   It doesn't do a whole lot, but what it _does_ do is track \
@@ -18,8 +18,8 @@
 distfiles         git-${version}${extract.suffix} \
                   git-manpages-${version}${extract.suffix}
 
-checksums    git-${version}${extract.suffix} sha1 fdf2dbf3a01a71deb329cac63f23163114bc40c3 \
-             git-manpages-${version}${extract.suffix} sha1 6aeac3116d1dc4966fb469060331969eb24f3266
+checksums    git-${version}${extract.suffix} sha1 69c4b904f13b72f57405393d54f33831c9cfad8f \
+             git-manpages-${version}${extract.suffix} sha1 659b5217b342b757a01603f61bd90a4d60f7e681
 
 depends_run  port:openssh port:rsync port:perl5.8 port:p5-error
 depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
@@ -44,6 +44,7 @@
 
 destroot.destdir  DESTDIR=${destroot} prefix=${prefix}
 destroot.target   install
+destroot.env      CFLAGS="-Wall -O2 -I${prefix}/include" LDFLAGS="-L${prefix}/lib"
 destroot.args     prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \
                   PERL_PATH="/usr/bin/env perl" NO_FINK=1 NO_DARWIN_PORTS=1
 
@@ -73,7 +74,7 @@
 
 variant doc description {Install HTML and plaintext documentation} {
     distfiles-append    git-htmldocs-${version}${extract.suffix}
-    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 812850b20b67a2d8bf7aac8c3668b6086e9e1972
+    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 7087b54af84b8d91fec8d9a48c8f746047d3cd6a
 }
 
 variant gitweb description {Install gitweb.cgi} {

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


More information about the macports-changes mailing list