[60663] trunk/dports/devel/git-core/Portfile

snc at macports.org snc at macports.org
Thu Nov 19 11:17:47 PST 2009


Revision: 60663
          http://trac.macports.org/changeset/60663
Author:   snc at macports.org
Date:     2009-11-19 11:17:43 -0800 (Thu, 19 Nov 2009)
Log Message:
-----------
updated version, #22602

Modified Paths:
--------------
    trunk/dports/devel/git-core/Portfile

Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile	2009-11-19 17:34:26 UTC (rev 60662)
+++ trunk/dports/devel/git-core/Portfile	2009-11-19 19:17:43 UTC (rev 60663)
@@ -4,7 +4,7 @@
 PortSystem        1.0
 
 name              git-core
-version           1.6.5.2
+version           1.6.5.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.
@@ -13,15 +13,21 @@
                   openmaintainer
 categories        devel
 platforms         darwin
-homepage          http://git.or.cz/
+homepage          http://git-scm.com
 use_bzip2         yes
 master_sites      http://www.kernel.org/pub/software/scm/git/
 distname          git-${version}
 distfiles         git-${version}${extract.suffix} \
                   git-manpages-${version}${extract.suffix}
 
-checksums    git-${version}${extract.suffix} sha1 d31d3054a595e811069b86ceeac56760cae4a835 \
-             git-manpages-${version}${extract.suffix} sha1 9af56df0a9479bc0d761c4b9e9817fb82eeaf73f
+checksums    git-${version}${extract.suffix} \
+                    md5     a1dbc3da46cbf33c4367db689853c142 \
+                    sha1    f3b6e26e8fbf1c13a623cd80a663cae502f0cd8b \
+                    rmd160  270a4b70ca4ad8709dc0a3b653324c9cfadbb12c \
+             git-manpages-${version}${extract.suffix} \
+                    md5     dc2cf85cb1f29b586a1353307093bc62 \
+                    sha1    733c7ce1a36338dff82dad23c3e68c5a2684fec5 \
+                    rmd160  1fb0b8703ff8d5fc7ca03529faf0492c0bdc2b43 \
 
 depends_run  port:rsync path:bin/perl:perl5 port:p5-error
 depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
@@ -81,7 +87,10 @@
 
 variant doc description {Install HTML and plaintext documentation} {
     distfiles-append    git-htmldocs-${version}${extract.suffix}
-    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 8c315490882641d0b001bb06822c232cb0f1d397
+    checksums-append    git-htmldocs-${version}${extract.suffix} \
+                    md5     c46d35aecf105e26e1c9d770dbd6357f \
+                    sha1    68efc2f409c8df8a2438cd300c0099c3b6cefff0 \
+                    rmd160  481c4f42f089614aebff03defa303c9b7c0d900f
 }
 
 variant gitweb description {Install gitweb.cgi} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091119/cb68f949/attachment.html>


More information about the macports-changes mailing list