[98524] trunk/dports/databases

blair at macports.org blair at macports.org
Sun Oct 7 18:50:17 PDT 2012


Revision: 98524
          http://trac.macports.org//changeset/98524
Author:   blair at macports.org
Date:     2012-10-07 18:50:17 -0700 (Sun, 07 Oct 2012)
Log Message:
-----------
db{44,46,47,48,51,52,53}: update and make all livechecks consistent.

Modified Paths:
--------------
    trunk/dports/databases/db44/Portfile
    trunk/dports/databases/db46/Portfile
    trunk/dports/databases/db47/Portfile
    trunk/dports/databases/db48/Portfile
    trunk/dports/databases/db51/Portfile
    trunk/dports/databases/db52/Portfile
    trunk/dports/databases/db53/Portfile

Modified: trunk/dports/databases/db44/Portfile
===================================================================
--- trunk/dports/databases/db44/Portfile	2012-10-08 01:31:53 UTC (rev 98523)
+++ trunk/dports/databases/db44/Portfile	2012-10-08 01:50:17 UTC (rev 98524)
@@ -95,5 +95,5 @@
 }
 
 livecheck.type  regex
-livecheck.url   http://www.oracle.com/technology/software/products/berkeley-db/db/
-livecheck.regex "Berkeley DB (4\\.4\\.\\d+(?:\\.\\d+)*)"
+livecheck.url   http://www.oracle.com/technetwork/database/berkeleydb/downloads/index-082944.html
+livecheck.regex {(4\.4(?:\.\d+)*)\.tar\.gz}

Modified: trunk/dports/databases/db46/Portfile
===================================================================
--- trunk/dports/databases/db46/Portfile	2012-10-08 01:31:53 UTC (rev 98523)
+++ trunk/dports/databases/db46/Portfile	2012-10-08 01:50:17 UTC (rev 98524)
@@ -135,7 +135,6 @@
     }
 }
 
-livecheck.type      regex
-livecheck.url       http://www.oracle.com/technetwork/database/berkeleydb/downloads/index-082944.html
-livecheck.version   ${minor_version}
-livecheck.regex     {4.6.(\d+(?:\.\d+)*)}
+livecheck.type  regex
+livecheck.url   http://www.oracle.com/technetwork/database/berkeleydb/downloads/index-082944.html
+livecheck.regex {(4\.6(?:\.\d+)*)\.tar\.gz}

Modified: trunk/dports/databases/db47/Portfile
===================================================================
--- trunk/dports/databases/db47/Portfile	2012-10-08 01:31:53 UTC (rev 98523)
+++ trunk/dports/databases/db47/Portfile	2012-10-08 01:50:17 UTC (rev 98524)
@@ -118,5 +118,5 @@
 }
 
 livecheck.type  regex
-livecheck.url   http://www.oracle.com/technology/documentation/berkeley-db/db/ref/changelog/[join [lrange [split ${version} .] 0 1] .].html
-livecheck.regex {Berkeley DB (\d+(?:\.\d+)*)}
+livecheck.url   http://www.oracle.com/technetwork/database/berkeleydb/downloads/index-082944.html
+livecheck.regex {(4\.7(?:\.\d+)*)\.tar\.gz}

Modified: trunk/dports/databases/db48/Portfile
===================================================================
--- trunk/dports/databases/db48/Portfile	2012-10-08 01:31:53 UTC (rev 98523)
+++ trunk/dports/databases/db48/Portfile	2012-10-08 01:50:17 UTC (rev 98524)
@@ -79,5 +79,5 @@
 }
 
 livecheck.type  regex
-livecheck.url   http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_4_8_0.html
-livecheck.regex {Berkeley DB (\d+(?:\.\d+)*)}
+livecheck.url   http://www.oracle.com/technetwork/database/berkeleydb/downloads/index-082944.html
+livecheck.regex {(4\.8(?:\.\d+)*)\.tar\.gz}

Modified: trunk/dports/databases/db51/Portfile
===================================================================
--- trunk/dports/databases/db51/Portfile	2012-10-08 01:31:53 UTC (rev 98523)
+++ trunk/dports/databases/db51/Portfile	2012-10-08 01:50:17 UTC (rev 98524)
@@ -108,6 +108,6 @@
     }
 }
 
-livecheck.type  regexm
+livecheck.type  regex
 livecheck.url   http://www.oracle.com/technetwork/database/berkeleydb/downloads/index-082944.html
-livecheck.regex {Berkeley\s+DB\s+(5\.1(?:\.\d+)*)\.tar\.gz}
+livecheck.regex {(5\.1(?:\.\d+)*)\.tar\.gz}

Modified: trunk/dports/databases/db52/Portfile
===================================================================
--- trunk/dports/databases/db52/Portfile	2012-10-08 01:31:53 UTC (rev 98523)
+++ trunk/dports/databases/db52/Portfile	2012-10-08 01:50:17 UTC (rev 98524)
@@ -109,6 +109,6 @@
     }
 }
 
-livecheck.type  regexm
+livecheck.type  regex
 livecheck.url   http://www.oracle.com/technetwork/database/berkeleydb/downloads/index-082944.html
-livecheck.regex {Berkeley\s+DB\s+(5\.2(?:\.\d+)*)\.tar\.gz}
+livecheck.regex {(5\.2(?:\.\d+)*)\.tar\.gz}

Modified: trunk/dports/databases/db53/Portfile
===================================================================
--- trunk/dports/databases/db53/Portfile	2012-10-08 01:31:53 UTC (rev 98523)
+++ trunk/dports/databases/db53/Portfile	2012-10-08 01:50:17 UTC (rev 98524)
@@ -100,6 +100,6 @@
     }
 }
 
-livecheck.type  regexm
+livecheck.type  regex
 livecheck.url   http://www.oracle.com/technetwork/database/berkeleydb/downloads/index-082944.html
-livecheck.regex {Berkeley\s+DB\s+(5\.3(?:\.\d+)*)\.tar\.gz}
+livecheck.regex {(5\.3(?:\.\d+)*)\.tar\.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121007/8c87646a/attachment-0001.html>


More information about the macports-changes mailing list