[72541] trunk/dports/devel

dluke at macports.org dluke at macports.org
Wed Oct 20 06:33:30 PDT 2010


Revision: 72541
          http://trac.macports.org/changeset/72541
Author:   dluke at macports.org
Date:     2010-10-20 06:33:28 -0700 (Wed, 20 Oct 2010)
Log Message:
-----------
Add livecheck that matches the one from the subversion portfile

Modified Paths:
--------------
    trunk/dports/devel/subversion-javahlbindings/Portfile
    trunk/dports/devel/subversion-perlbindings/Portfile
    trunk/dports/devel/subversion-python25bindings/Portfile
    trunk/dports/devel/subversion-python26bindings/Portfile
    trunk/dports/devel/subversion-rubybindings/Portfile

Modified: trunk/dports/devel/subversion-javahlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-javahlbindings/Portfile	2010-10-20 11:16:13 UTC (rev 72540)
+++ trunk/dports/devel/subversion-javahlbindings/Portfile	2010-10-20 13:33:28 UTC (rev 72541)
@@ -97,4 +97,5 @@
 				}
 
 livecheck.type  regex
-livecheck.regex {Subversion is (\d+(?:\.\d+)*)}
+livecheck.url   http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260&expandFolder=74
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

Modified: trunk/dports/devel/subversion-perlbindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-perlbindings/Portfile	2010-10-20 11:16:13 UTC (rev 72540)
+++ trunk/dports/devel/subversion-perlbindings/Portfile	2010-10-20 13:33:28 UTC (rev 72541)
@@ -86,4 +86,5 @@
 				}
 
 livecheck.type  regex
-livecheck.regex {Subversion is (\d+(?:\.\d+)*)}
+livecheck.url   http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260&expandFolder=74
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

Modified: trunk/dports/devel/subversion-python25bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python25bindings/Portfile	2010-10-20 11:16:13 UTC (rev 72540)
+++ trunk/dports/devel/subversion-python25bindings/Portfile	2010-10-20 13:33:28 UTC (rev 72541)
@@ -100,3 +100,7 @@
 		file rename "${destroot}${prefix}/lib/svn-python" \
 			"${destroot}${prefix}/lib/svn-python2.5"
 		}
+
+livecheck.type  regex
+livecheck.url   http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260&expandFolder=74
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

Modified: trunk/dports/devel/subversion-python26bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python26bindings/Portfile	2010-10-20 11:16:13 UTC (rev 72540)
+++ trunk/dports/devel/subversion-python26bindings/Portfile	2010-10-20 13:33:28 UTC (rev 72541)
@@ -105,3 +105,7 @@
 platform puredarwin {		configure.args-append \
 					--disable-keychain
 				}
+
+livecheck.type  regex
+livecheck.url   http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260&expandFolder=74
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

Modified: trunk/dports/devel/subversion-rubybindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-rubybindings/Portfile	2010-10-20 11:16:13 UTC (rev 72540)
+++ trunk/dports/devel/subversion-rubybindings/Portfile	2010-10-20 13:33:28 UTC (rev 72541)
@@ -81,3 +81,7 @@
 platform puredarwin {		configure.args-append \
 					--disable-keychain
 				}
+
+livecheck.type  regex
+livecheck.url   http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260&expandFolder=74
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101020/9cc8e95f/attachment.html>


More information about the macports-changes mailing list