[77170] trunk/dports/databases
jwa at macports.org
jwa at macports.org
Mon Mar 21 09:46:49 PDT 2011
Revision: 77170
http://trac.macports.org/changeset/77170
Author: jwa at macports.org
Date: 2011-03-21 09:46:47 -0700 (Mon, 21 Mar 2011)
Log Message:
-----------
make livecheck reflect the alpha status
Modified Paths:
--------------
trunk/dports/databases/postgresql91/Portfile
trunk/dports/databases/postgresql91-doc/Portfile
trunk/dports/databases/postgresql91-server/Portfile
Modified: trunk/dports/databases/postgresql91/Portfile
===================================================================
--- trunk/dports/databases/postgresql91/Portfile 2011-03-21 16:22:59 UTC (rev 77169)
+++ trunk/dports/databases/postgresql91/Portfile 2011-03-21 16:46:47 UTC (rev 77170)
@@ -70,8 +70,10 @@
test.target check
livecheck.type regex
-livecheck.url ${homepage}
-livecheck.regex (9\\.1\\.\[.0-9\]+)
+#livecheck.url ${homepage}
+livecheck.url ${homepage}/developer/alpha
+livecheck.regex (9\\.1\[a-z\]+\[.0-9\]+)
+#livecheck.regex (9\\.1\\.\[.0-9\]+)
set contribs "adminpack dblink fuzzystrmatch lo uuid-ossp pg_buffercache pg_trgm pgcrypto tsearch2 vacuumlo xml2"
Modified: trunk/dports/databases/postgresql91-doc/Portfile
===================================================================
--- trunk/dports/databases/postgresql91-doc/Portfile 2011-03-21 16:22:59 UTC (rev 77169)
+++ trunk/dports/databases/postgresql91-doc/Portfile 2011-03-21 16:46:47 UTC (rev 77170)
@@ -45,6 +45,8 @@
}
livecheck.type regex
-livecheck.url ${homepage}
-livecheck.regex (9\\.1\\.\[.0-9\]+)
+#livecheck.url ${homepage}
+livecheck.url ${homepage}/developer/alpha
+livecheck.regex (9\\.1\[a-z\]+\[.0-9\]+)
+#livecheck.regex (9\\.1\\.\[.0-9\]+)
Modified: trunk/dports/databases/postgresql91-server/Portfile
===================================================================
--- trunk/dports/databases/postgresql91-server/Portfile 2011-03-21 16:22:59 UTC (rev 77169)
+++ trunk/dports/databases/postgresql91-server/Portfile 2011-03-21 16:46:47 UTC (rev 77170)
@@ -56,6 +56,8 @@
}
livecheck.type regex
-livecheck.url ${homepage}
-livecheck.regex (9\\.1\\.\[0-9\]+)
+#livecheck.url ${homepage}
+livecheck.url ${homepage}/developer/alpha
+livecheck.regex (9\\.1\[a-z\]+\[.0-9\]+)
+#livecheck.regex (9\\.1\\.\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110321/6185e759/attachment.html>
More information about the macports-changes
mailing list