Revision
93961
Author
ciserlohn@macports.org
Date
2012-06-05 04:03:57 -0700 (Tue, 05 Jun 2012)

Log Message

git-core : update to version 1.7.10.4

Modified Paths

Diff

Modified: trunk/dports/devel/git-core/Portfile (93960 => 93961)


--- trunk/dports/devel/git-core/Portfile	2012-06-05 10:44:20 UTC (rev 93960)
+++ trunk/dports/devel/git-core/Portfile	2012-06-05 11:03:57 UTC (rev 93961)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                git-core
-version             1.7.10.3
+version             1.7.10.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.
@@ -19,11 +19,11 @@
                     git-manpages-${version}${extract.suffix}
 
 checksums           git-${version}${extract.suffix} \
-                    rmd160  535e454729531848403bf82b2b34a5e0cdbd6535 \
-                    sha256  b804058554fc58336b3daf8825e314041f24a83e9204c133a58641ed06abd6f7 \
+                    rmd160  bd888267e8df8beb3f8b73ce49913a437c1bca55 \
+                    sha256  77ce53644d687202c64ca29db4ae5055daff4e0c611dde8f1d51edb752dba8dd \
                     git-manpages-${version}${extract.suffix} \
-                    rmd160  7407c3a8afc8fcc566940895d5539ff619337335 \
-                    sha256  811df53ad4736589e0f9473f1651ed0eb4dcdfe01b379a1a7f9129a6bc0b36cd \
+                    rmd160  922f982a117af6a5ac1898ca076a9e897b189dbb \
+                    sha256  b15a84f509f5303cc83350b4cb2b6e8c2e235aed61aba6b2d848238c45258a1f \
 
 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  8bb0592cb84f75544626c6526fc09e8eedc538bb \
-                            sha256  fd04afe02405d474a72d4dc898a599940c6c9b7ca8b5f1cfcaa4d6002004d284
+                            rmd160  5b7268bc9e0321603a186f6bfd8506f66758b01f \
+                            sha256  cb2d9dea3e60ae7694a952fc9b74a5a5a9f30d99dfe157aa903dbc5a5c23e7d0
 }
 
 variant gitweb description {Install gitweb.cgi} {