[61823] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Mon Dec 21 11:21:27 PST 2009


Revision: 61823
          http://trac.macports.org/changeset/61823
Author:   ryandesign at macports.org
Date:     2009-12-21 11:21:24 -0800 (Mon, 21 Dec 2009)
Log Message:
-----------
Change deprecated livecheck.check to new livecheck.type

Modified Paths:
--------------
    trunk/dports/audio/mpeg4ip/Portfile
    trunk/dports/java/servlet24-api/Portfile
    trunk/dports/python/py25-midgard2/Portfile
    trunk/dports/python/py26-eyed3/Portfile
    trunk/dports/science/stuff/Portfile
    trunk/dports/science/swarp/Portfile
    trunk/dports/science/weightwatcher/Portfile

Modified: trunk/dports/audio/mpeg4ip/Portfile
===================================================================
--- trunk/dports/audio/mpeg4ip/Portfile	2009-12-21 18:59:51 UTC (rev 61822)
+++ trunk/dports/audio/mpeg4ip/Portfile	2009-12-21 19:21:24 UTC (rev 61823)
@@ -100,4 +100,4 @@
 # disable livecheck as this code is no longer under development / being maintained.
 #
 
-livecheck.check none
+livecheck.type  none

Modified: trunk/dports/java/servlet24-api/Portfile
===================================================================
--- trunk/dports/java/servlet24-api/Portfile	2009-12-21 18:59:51 UTC (rev 61822)
+++ trunk/dports/java/servlet24-api/Portfile	2009-12-21 19:21:24 UTC (rev 61823)
@@ -45,6 +45,6 @@
 		${destroot}${prefix}/share/java/servlet24-api.jar
 }
 
-livecheck.check	regex
+livecheck.type	regex
 livecheck.url	${homepage}/download-55.cgi
 livecheck.regex	"apache-tomcat-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"

Modified: trunk/dports/python/py25-midgard2/Portfile
===================================================================
--- trunk/dports/python/py25-midgard2/Portfile	2009-12-21 18:59:51 UTC (rev 61822)
+++ trunk/dports/python/py25-midgard2/Portfile	2009-12-21 19:21:24 UTC (rev 61823)
@@ -30,6 +30,6 @@
 
 #patchfiles		setup.py.diff
 
-livecheck.check    regex
+livecheck.type     regex
 livecheck.url      ${homepage}/download/9-9/
 livecheck.regex    ${internal_name}-(9\\.\[0-9\]+\\.\[0-9\]).tar.\[bg\]z

Modified: trunk/dports/python/py26-eyed3/Portfile
===================================================================
--- trunk/dports/python/py26-eyed3/Portfile	2009-12-21 18:59:51 UTC (rev 61822)
+++ trunk/dports/python/py26-eyed3/Portfile	2009-12-21 19:21:24 UTC (rev 61823)
@@ -39,6 +39,6 @@
     xinstall -m 644 ${worksrcpath}/doc/eyeD3.1 ${destroot}${prefix}/share/man/man1
 }
 
-livecheck.check     regex
+livecheck.type      regex
 livecheck.url       ${homepage}
 livecheck.regex     "The current stable version is (\\d+\\.\\d+\\.\\d+)"

Modified: trunk/dports/science/stuff/Portfile
===================================================================
--- trunk/dports/science/stuff/Portfile	2009-12-21 18:59:51 UTC (rev 61822)
+++ trunk/dports/science/stuff/Portfile	2009-12-21 19:21:24 UTC (rev 61823)
@@ -37,6 +37,6 @@
         ${docdir}
 }
 
-livecheck.check    regex
+livecheck.type     regex
 livecheck.url      [lindex ${master_sites} 0]
 livecheck.regex    ${name}-(\[0-9.\]+)\\.tar

Modified: trunk/dports/science/swarp/Portfile
===================================================================
--- trunk/dports/science/swarp/Portfile	2009-12-21 18:59:51 UTC (rev 61822)
+++ trunk/dports/science/swarp/Portfile	2009-12-21 19:21:24 UTC (rev 61823)
@@ -38,6 +38,6 @@
         ${docdir}/${name}
 }
 
-livecheck.check    regex
+livecheck.type     regex
 livecheck.url      [lindex ${master_sites} 0]
 livecheck.regex    ${name}-(\[0-9.\]+)\\.tar

Modified: trunk/dports/science/weightwatcher/Portfile
===================================================================
--- trunk/dports/science/weightwatcher/Portfile	2009-12-21 18:59:51 UTC (rev 61822)
+++ trunk/dports/science/weightwatcher/Portfile	2009-12-21 19:21:24 UTC (rev 61823)
@@ -39,6 +39,6 @@
         ${docdir}/${name}
 }
 
-livecheck.check    regex
+livecheck.type     regex
 livecheck.url      [lindex ${master_sites} 0]
 livecheck.regex    ${name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091221/d33ebf0a/attachment.html>


More information about the macports-changes mailing list