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

snc at macports.org snc at macports.org
Mon Aug 31 04:23:24 PDT 2009


Revision: 56639
          http://trac.macports.org/changeset/56639
Author:   snc at macports.org
Date:     2009-08-31 04:23:23 -0700 (Mon, 31 Aug 2009)
Log Message:
-----------
update version, ticket #20951. add modeline, update livecheck

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

Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile	2009-08-31 08:53:54 UTC (rev 56638)
+++ trunk/dports/devel/git-core/Portfile	2009-08-31 11:23:23 UTC (rev 56639)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem        1.0
@@ -3,5 +4,5 @@
 
 name              git-core
-version           1.6.4.1
+version           1.6.4.2
 description       A fast version control system
 long_description  Git is a fast, scalable, distributed open source version \
@@ -19,8 +20,8 @@
 distfiles         git-${version}${extract.suffix} \
                   git-manpages-${version}${extract.suffix}
 
-checksums    git-${version}${extract.suffix} sha1 1b1378d2a457d9bbccca92d7adb78a4afa5157c5 \
-             git-manpages-${version}${extract.suffix} sha1 fdab7acc88d11510f9e44f44e101f3aa43920d8e
+checksums    git-${version}${extract.suffix} sha1 75f8cda28a981f80c96710c18525f7adc42a8bc8 \
+             git-manpages-${version}${extract.suffix} sha1 b9454a5776cf677aac9bad83f5fe9fb14e048132
 
 depends_run  port:rsync path:bin/perl:perl5 port:p5-error
 depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
@@ -80,7 +81,7 @@
 
 variant doc description {Install HTML and plaintext documentation} {
     distfiles-append    git-htmldocs-${version}${extract.suffix}
-    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 834a5d119426b72c510a8a45ed98d283a8876be1
+    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 80b38911b877193e66bff900a330934bcff97a74
 }
 
 variant gitweb description {Install gitweb.cgi} {
@@ -116,5 +117,5 @@
 
 default_variants    +doc
 
-livecheck.check         regex
+livecheck.type          regex
 livecheck.regex         {<div id="ver">v([0-9.]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090831/60b4daa4/attachment.html>


More information about the macports-changes mailing list