Revision: 86740 http://trac.macports.org/changeset/86740 Author: royliu@macports.org Date: 2011-11-02 12:07:27 -0700 (Wed, 02 Nov 2011) Log Message: ----------- git-core: upgrade to 1.7.7.2 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-02 17:12:18 UTC (rev 86739) +++ trunk/dports/devel/git-core/Portfile 2011-11-02 19:07:27 UTC (rev 86740) @@ -4,7 +4,7 @@ PortSystem 1.0 name git-core -version 1.7.7.1 +version 1.7.7.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. @@ -21,11 +21,11 @@ git-manpages-${version}${extract.suffix} checksums git-${version}${extract.suffix} \ - rmd160 92bf7db1fb7a7659e0e6763f221283969687fe55 \ - sha256 6a7909226b2b249c7970b0d36054dbcfe58e6558cc4d671ea1f5ac6a69d8cf4f \ + rmd160 e1b2bdcf6ff7e206a346f09e7af02250f6e0fc7e \ + sha256 b309c172b63636bb746ded2771536cb5b2efdfa011511d81783e87950c665260 \ git-manpages-${version}${extract.suffix} \ - rmd160 3b3cb0cc3c53e24a022fb2cba5dd9baba928bd9f \ - sha256 28904942a0e91d601d731a9fe0bf26c2fe595d8a69a9c2a4da3ec66286c50db5 + rmd160 dd5b397967c20702922c01d145d36ea040c1939a \ + sha256 8a80657b6095b10d0f9db9707de6d02c38e364a5ccf25ee94edb4daa4c27c755 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 b001a9afcc0cf373622039cbd96967924f17b21e \ - sha256 bd312ee9b767eda02b82cc1844696e60664be1ddb16790a357ceac689cfe4189 + rmd160 66e5a7816ce0660b93edd3d2c3f441eb3207813c \ + sha256 504313b32c0144cba8758c1ec1b2977b3c70a6656921dea885bef4944116add3 } 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-02 17:12:18 UTC (rev 86739) +++ trunk/dports/devel/git-core/files/patch-Makefile.diff 2011-11-02 19:07:27 UTC (rev 86740) @@ -9,7 +9,7 @@ ETC_GITCONFIG = $(sysconfdir)/gitconfig ETC_GITATTRIBUTES = $(sysconfdir)/gitattributes lib = lib -@@ -1285,7 +1285,7 @@ +@@ -1287,7 +1287,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.
participants (1)
-
royliu@macports.org