[52269] trunk/dports/python/py26-midgard2/Portfile

jwa at macports.org jwa at macports.org
Sat Jun 13 05:51:17 PDT 2009


Revision: 52269
          http://trac.macports.org/changeset/52269
Author:   jwa at macports.org
Date:     2009-06-13 05:51:16 -0700 (Sat, 13 Jun 2009)
Log Message:
-----------
fix the livecheck properly

Modified Paths:
--------------
    trunk/dports/python/py26-midgard2/Portfile

Modified: trunk/dports/python/py26-midgard2/Portfile
===================================================================
--- trunk/dports/python/py26-midgard2/Portfile	2009-06-13 12:33:36 UTC (rev 52268)
+++ trunk/dports/python/py26-midgard2/Portfile	2009-06-13 12:51:16 UTC (rev 52269)
@@ -5,6 +5,8 @@
 PortGroup           python26 1.0
 
 name                py26-midgard2
+set internal_name	python-midgard2
+
 version             9.03.0
 categories-append   www
 maintainers         jwa
@@ -18,7 +20,7 @@
     port:py26-gobject
 
 master_sites        http://www.midgard-project.org/midcom-serveattachmentguid-eb479be4349c11de8b49dbd1de0b93f793f7/
-distname            python-midgard2-${version}
+distname            ${internal_name}-${version}
 #use_bzip2           yes
 
 checksums           md5     9b9bf10778a325cd4156388bdb3f9f72 \
@@ -35,4 +37,4 @@
 
 livecheck.check    regex
 livecheck.url      ${homepage}/download/9-3/
-livecheck.regex    (9\.\[0-9\]+\.\[0-9\]+\.\[0-9\]+)
+livecheck.regex    ${internal_name}-(9\\\.\[0-9\]+\\\.\[0-9\]).tar.\[bg\]z
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090613/c56ea219/attachment.html>


More information about the macports-changes mailing list