Revision: 87458 http://trac.macports.org/changeset/87458 Author: royliu@macports.org Date: 2011-11-22 07:03:17 -0800 (Tue, 22 Nov 2011) Log Message: ----------- git-core: upgrade to 1.7.7.4 Modified Paths: -------------- trunk/dports/devel/git-core/Portfile trunk/dports/devel/git-core/files/patch-Makefile.diff Modified: trunk/dports/devel/git-core/Portfile =================================================================== --- trunk/dports/devel/git-core/Portfile 2011-11-22 13:58:07 UTC (rev 87457) +++ trunk/dports/devel/git-core/Portfile 2011-11-22 15:03:17 UTC (rev 87458) @@ -4,7 +4,7 @@ PortSystem 1.0 name git-core -version 1.7.7.2 +version 1.7.7.4 description A fast version control system long_description Git is a fast, scalable, distributed open source version \ control system focusing on speed and efficiency. @@ -21,11 +21,11 @@ git-manpages-${version}${extract.suffix} checksums git-${version}${extract.suffix} \ - rmd160 e1b2bdcf6ff7e206a346f09e7af02250f6e0fc7e \ - sha256 b309c172b63636bb746ded2771536cb5b2efdfa011511d81783e87950c665260 \ + rmd160 2820925a7b2e5839bc91f7df511980b41d194e1a \ + sha256 7fa85e04f66cbd358db0ff4939b07cab594f7e3b2f09a26b56c6ffdec649681d \ git-manpages-${version}${extract.suffix} \ - rmd160 dd5b397967c20702922c01d145d36ea040c1939a \ - sha256 8a80657b6095b10d0f9db9707de6d02c38e364a5ccf25ee94edb4daa4c27c755 + rmd160 32b7d50be70fc6960bef6ea4e6fc9d62625e44b6 \ + sha256 ac500a0e6da6dcf449e20c3a819f0bcb1b4be1d4169ad38d8631411d5b4a99c2 depends_run port:rsync \ port:p5.12-error @@ -144,8 +144,8 @@ variant doc description {Install HTML and plaintext documentation} { distfiles-append git-htmldocs-${version}${extract.suffix} checksums-append git-htmldocs-${version}${extract.suffix} \ - rmd160 66e5a7816ce0660b93edd3d2c3f441eb3207813c \ - sha256 504313b32c0144cba8758c1ec1b2977b3c70a6656921dea885bef4944116add3 + rmd160 3103ecd72a913246ce5f9378c694a0af1cb66862 \ + sha256 098525f205eb0d35ce7e31f6c48672bf0a54f4fb0f52e9ca4c0e276bf413e367 } variant gitweb description {Install gitweb.cgi} { Modified: trunk/dports/devel/git-core/files/patch-Makefile.diff =================================================================== --- trunk/dports/devel/git-core/files/patch-Makefile.diff 2011-11-22 13:58:07 UTC (rev 87457) +++ trunk/dports/devel/git-core/files/patch-Makefile.diff 2011-11-22 15:03:17 UTC (rev 87458) @@ -9,7 +9,7 @@ ETC_GITCONFIG = $(sysconfdir)/gitconfig ETC_GITATTRIBUTES = $(sysconfdir)/gitattributes lib = lib -@@ -1287,7 +1287,7 @@ +@@ -1288,7 +1288,7 @@ ifdef NO_R_TO_GCC_LINKER # Some gcc does not accept and pass -R to the linker to specify # the runtime dynamic library path.