[57450] trunk/dports/_resources/port1.0/group

ryandesign at macports.org ryandesign at macports.org
Fri Sep 11 01:07:02 PDT 2009


Revision: 57450
          http://trac.macports.org/changeset/57450
Author:   ryandesign at macports.org
Date:     2009-09-11 01:06:58 -0700 (Fri, 11 Sep 2009)
Log Message:
-----------
Change deprecated livecheck.check to livecheck.type in portgroups
See http://lists.macosforge.org/pipermail/macports-dev/2009-August/009699.html

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/haskell-1.0.tcl
    trunk/dports/_resources/port1.0/group/perl5-1.0.tcl
    trunk/dports/_resources/port1.0/group/php5extension-1.0.tcl
    trunk/dports/_resources/port1.0/group/ruby-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/haskell-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/haskell-1.0.tcl	2009-09-11 07:57:56 UTC (rev 57449)
+++ trunk/dports/_resources/port1.0/group/haskell-1.0.tcl	2009-09-11 08:06:58 UTC (rev 57450)
@@ -89,7 +89,7 @@
 #        system "${prefix}/libexec/${name}/unregister.sh"
 #    }
 
-    livecheck.check     regex
+    livecheck.type      regex
     livecheck.url       ${homepage}/cgi-bin/hackage-scripts/package/${package}
     livecheck.regex     /packages/archive/${package}/.*/${package}-(.*)\.tar\.gz
 }

Modified: trunk/dports/_resources/port1.0/group/perl5-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/perl5-1.0.tcl	2009-09-11 07:57:56 UTC (rev 57449)
+++ trunk/dports/_resources/port1.0/group/perl5-1.0.tcl	2009-09-11 08:06:58 UTC (rev 57450)
@@ -108,7 +108,7 @@
         }
     }
 
-    livecheck.check     regexm
+    livecheck.type      regexm
     livecheck.url       http://search.cpan.org/dist/${perl5.module}/
     livecheck.regex     (?:This Release)?<td class=label>(?:This|Latest) Release</td>.*<td class=cell>(?:<\[^<\]+>)?${perl5.module}-(\[^<\]+?)<
 }

Modified: trunk/dports/_resources/port1.0/group/php5extension-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/php5extension-1.0.tcl	2009-09-11 07:57:56 UTC (rev 57449)
+++ trunk/dports/_resources/port1.0/group/php5extension-1.0.tcl	2009-09-11 08:06:58 UTC (rev 57450)
@@ -131,7 +131,7 @@
         master_sites                http://pecl.php.net/get/
         extract.suffix              .tgz
         
-        livecheck.check             regexm
+        livecheck.type              regexm
         livecheck.url               ${php5extension.homepage}
         livecheck.regex             {>([0-9.]+)</a></th>\s*<[^>]+>stable<}
     } elseif {"bundled" == ${source}} {
@@ -147,7 +147,7 @@
             eval xinstall -m 644 [glob ${build.dir}/modules/*.so] ${destroot}${php5extension.extension_dir}
         }
         
-        livecheck.check             regex
+        livecheck.type              regex
         livecheck.url               http://www.php.net/downloads.php
         livecheck.regex             get/php-(5\\.\[0-9.\]+)\\.tar
     }

Modified: trunk/dports/_resources/port1.0/group/ruby-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/ruby-1.0.tcl	2009-09-11 07:57:56 UTC (rev 57449)
+++ trunk/dports/_resources/port1.0/group/ruby-1.0.tcl	2009-09-11 08:06:58 UTC (rev 57450)
@@ -114,7 +114,7 @@
 			set ruby.project [string tolower [lindex [split ${source} {:}] 2]]
 			homepage		http://rubyforge.org/projects/${ruby.project}
 			master_sites	http://rubyforge.org/frs/download.php/${num}/
-			livecheck.check	regex
+			livecheck.type	regex
 			livecheck.url	http://rubyforge.org/projects/${ruby.project}
 			livecheck.regex	"<strong>${ruby.project}</strong></td><td>(?:REL )?(.*)$"
 		}
@@ -122,7 +122,7 @@
 			set num [lindex [split ${source} {:}] 1]
 			homepage		http://rubyforge.org/projects/${ruby.project}
 			master_sites	http://rubyforge.org/frs/download.php/${num}/
-			livecheck.check	regex
+			livecheck.type	regex
 			livecheck.url	http://rubyforge.org/projects/${ruby.project}
 			livecheck.regex	"<strong>${ruby.project}</strong></td><td>(?:REL )?(.*)$"
 		}
@@ -133,7 +133,7 @@
 			                http://rubyforge.iasi.roedu.net/gems/ \
 			                http://rubyforge-gems.ruby-forum.com/gems/ \
 			                http://ruby.inoack.com/gems/
-			livecheck.check	regex
+			livecheck.type	regex
 			livecheck.url	http://rubyforge.org/projects/${ruby.project}
 			livecheck.regex	"<strong>${ruby.module}</strong></td><td>(?:REL )?(.*)$"
 		}
@@ -143,7 +143,7 @@
 			                http://rubyforge.iasi.roedu.net/gems/ \
 			                http://rubyforge-gems.ruby-forum.com/gems/ \
 			                http://ruby.inoack.com/gems/
-			livecheck.check	regex
+			livecheck.type	regex
 			livecheck.url	http://rubyforge.org/projects/${ruby.project}
 			livecheck.regex	"<strong>${ruby.module}</strong></td><td>(?:REL )?(.*)$"
 		}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090911/2f7c87ea/attachment.html>


More information about the macports-changes mailing list