Revision: 77402 http://trac.macports.org/changeset/77402 Author: ryandesign@macports.org Date: 2011-03-29 04:21:14 -0700 (Tue, 29 Mar 2011) Log Message: ----------- git-core: maintainer update to 1.7.4.2; see #28954 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-03-29 09:33:47 UTC (rev 77401) +++ trunk/dports/devel/git-core/Portfile 2011-03-29 11:21:14 UTC (rev 77402) @@ -4,8 +4,7 @@ PortSystem 1.0 name git-core -version 1.7.4.1 -revision 1 +version 1.7.4.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. @@ -20,13 +19,11 @@ git-manpages-${version}${extract.suffix} checksums git-${version}${extract.suffix} \ - md5 76898de4566d11c0d0eec7e99edc2b5c \ - sha1 fff10cb498b17decc146c8f18b0b02136d5e9b88 \ - rmd160 13ef7b6d1e8b596f97a1920e012a00f6cc8cdf6c \ + sha1 5d7219119eb46c923c561436508b8c9e9407fb76 \ + rmd160 54c67dd62bd3fa08d7fe6979e1e045d935ec6c43 \ git-manpages-${version}${extract.suffix} \ - md5 ac3e15c568e887af4517a01e16671947 \ - sha1 c8bf13d5bcdc3908e2e3edfa8edffd42a314e3a0 \ - rmd160 40260f59c319af521d9a215d053f7e65ce80afec + sha1 33debbb48b4b3688395046faf488b83859b13e04 \ + rmd160 35756e49e2385407b216033f8138128e1809ae2e depends_run port:rsync port:p5-error depends_lib path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv @@ -120,9 +117,8 @@ variant doc description {Install HTML and plaintext documentation} { distfiles-append git-htmldocs-${version}${extract.suffix} checksums-append git-htmldocs-${version}${extract.suffix} \ - md5 a18f25174fd2734b1d535356f0368890 \ - sha1 84f439108670c15a8fa508a9e26682fe2f5586d1 \ - rmd160 ccaf6812b959b0456c8a0d2f0977150acb37881f + sha1 0593faeddc38a8131da5abe73ccef59b2f0d9308 \ + rmd160 89c0a653088b92cf1f9877aac95b9f704ec28627 } 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-03-29 09:33:47 UTC (rev 77401) +++ trunk/dports/devel/git-core/files/patch-Makefile.diff 2011-03-29 11:21:14 UTC (rev 77402) @@ -1,5 +1,5 @@ ---- Makefile.orig 2011-01-31 05:45:28.000000000 +0100 -+++ Makefile 2011-01-31 13:22:28.000000000 +0100 +--- Makefile.orig 2011-03-27 05:50:32.000000000 +0200 ++++ Makefile 2011-03-29 09:39:18.000000000 +0200 @@ -290,7 +290,7 @@ sharedir = $(prefix)/share gitwebdir = $(sharedir)/gitweb @@ -9,7 +9,7 @@ ifeq ($(prefix),/usr) sysconfdir = /etc ETC_GITCONFIG = $(sysconfdir)/gitconfig -@@ -1239,7 +1239,7 @@ +@@ -1241,7 +1241,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)
-
ryandesign@macports.org