Revision: 93959 https://trac.macports.org/changeset/93959 Author: ciserlohn@macports.org Date: 2012-06-05 03:41:15 -0700 (Tue, 05 Jun 2012) Log Message: ----------- git-core: update to version 1.7.10.3 - removed obsolete patch which has been included upstream Modified Paths: -------------- trunk/dports/devel/git-core/Portfile Modified: trunk/dports/devel/git-core/Portfile =================================================================== --- trunk/dports/devel/git-core/Portfile 2012-06-05 09:35:17 UTC (rev 93958) +++ trunk/dports/devel/git-core/Portfile 2012-06-05 10:41:15 UTC (rev 93959) @@ -4,7 +4,7 @@ PortSystem 1.0 name git-core -version 1.7.10.2 +version 1.7.10.3 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,11 +19,11 @@ git-manpages-${version}${extract.suffix} checksums git-${version}${extract.suffix} \ - rmd160 347010cf7c2ea956ff8d8bb04e23035fe1965d68 \ - sha256 335e978814659f328e377715b13a33336859275ae6f215bf28bbbb2ae711bb43 \ + rmd160 535e454729531848403bf82b2b34a5e0cdbd6535 \ + sha256 b804058554fc58336b3daf8825e314041f24a83e9204c133a58641ed06abd6f7 \ git-manpages-${version}${extract.suffix} \ - rmd160 2f2cccfd9b18d0820a875def26a8e3b9f1c22713 \ - sha256 bc57810ec8d87f7a10f320e31ceeb1f9eaf254e62e0f6414af67f17d0cf7d522 \ + rmd160 7407c3a8afc8fcc566940895d5539ff619337335 \ + sha256 811df53ad4736589e0f9473f1651ed0eb4dcdfe01b379a1a7f9129a6bc0b36cd \ depends_run port:rsync \ port:p5.12-error \ @@ -123,8 +123,8 @@ variant doc description {Install HTML and plaintext documentation} { distfiles-append git-htmldocs-${version}${extract.suffix} checksums-append git-htmldocs-${version}${extract.suffix} \ - rmd160 3910b023a636ef3b9d0065a2932780284324122c \ - sha256 4cb17519eb621060d657c71ba8b10d755a6ea71123642ed6cc73d24ce8f0b734 + rmd160 8bb0592cb84f75544626c6526fc09e8eedc538bb \ + sha256 fd04afe02405d474a72d4dc898a599940c6c9b7ca8b5f1cfcaa4d6002004d284 } variant gitweb description {Install gitweb.cgi} { @@ -165,7 +165,6 @@ variant credential_osxkeychain description {Install git credential-osxkeychain utility from contrib} { - patchfiles-append patch-contrib-credential-osxkeychain-Makefile.diff post-build { system -W "${worksrcpath}/contrib/credential/osxkeychain" "make [join ${build.args}]"
participants (1)
-
ciserlohn@macports.org