[58650] trunk/dports/python/py26-nose/Portfile

rmsfisher at macports.org rmsfisher at macports.org
Thu Oct 1 23:45:57 PDT 2009


Revision: 58650
          http://trac.macports.org/changeset/58650
Author:   rmsfisher at macports.org
Date:     2009-10-01 23:45:56 -0700 (Thu, 01 Oct 2009)
Log Message:
-----------
python/py26-nose updated livecheck, homepage, distname

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

Modified: trunk/dports/python/py26-nose/Portfile
===================================================================
--- trunk/dports/python/py26-nose/Portfile	2009-10-02 06:44:14 UTC (rev 58649)
+++ trunk/dports/python/py26-nose/Portfile	2009-10-02 06:45:56 UTC (rev 58650)
@@ -4,7 +4,8 @@
 PortSystem			1.0
 PortGroup  python26 1.0
 
-name				py26-nose
+set my_name         nose
+name				py26-${my_name}
 version				0.11.1
 categories-append	www
 maintainers			mcalhoun openmaintainer
@@ -20,9 +21,9 @@
 
 platforms			darwin
 
-homepage			http://somethingaboutorange.com/mrl/projects/nose/
+homepage			http://somethingaboutorange.com/mrl/projects/${my_name}/${version}
 master_sites		${homepage}
-distname			nose-${version}
+distname			${my_name}-${version}
 
 depends_lib			port:py26-setuptools
 
@@ -60,4 +61,4 @@
 
 livecheck.type   regex
 livecheck.url    ${homepage}
-livecheck.regex  "Current version: (\\d+(?:\\.\\d+)*)"
+livecheck.regex     "${my_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091001/4a6c911a/attachment.html>


More information about the macports-changes mailing list