[54544] trunk/dports/devel/stgit/Portfile

snc at macports.org snc at macports.org
Wed Jul 29 05:40:33 PDT 2009


Revision: 54544
          http://trac.macports.org/changeset/54544
Author:   snc at macports.org
Date:     2009-07-29 05:40:32 -0700 (Wed, 29 Jul 2009)
Log Message:
-----------
moved off python24, added livecheck

Modified Paths:
--------------
    trunk/dports/devel/stgit/Portfile

Modified: trunk/dports/devel/stgit/Portfile
===================================================================
--- trunk/dports/devel/stgit/Portfile	2009-07-29 12:35:23 UTC (rev 54543)
+++ trunk/dports/devel/stgit/Portfile	2009-07-29 12:40:32 UTC (rev 54544)
@@ -1,10 +1,12 @@
+# -*- 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
-PortGroup           python24 1.0
+PortGroup           python25 1.0
 
 name                stgit
 version             0.14.3
+revision            1
 categories          devel python
 platforms           darwin
 maintainers         boeyms openmaintainer
@@ -57,3 +59,7 @@
 	system "cd ${worksrcpath} && make doc"
     }
 }
+
+livecheck.check     regex
+livecheck.url       ${homepage}
+livecheck.regex     "${name}-(\\d+\\.\\d+\\.\\d+)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090729/a21d2916/attachment.html>


More information about the macports-changes mailing list