[129726] trunk/dports/databases/postgresql94/Portfile

jwa at macports.org jwa at macports.org
Fri Dec 19 05:57:20 PST 2014


Revision: 129726
          https://trac.macports.org/changeset/129726
Author:   jwa at macports.org
Date:     2014-12-19 05:57:20 -0800 (Fri, 19 Dec 2014)
Log Message:
-----------
postgresql94: fix livecheck, add comment as a reminder

Modified Paths:
--------------
    trunk/dports/databases/postgresql94/Portfile

Modified: trunk/dports/databases/postgresql94/Portfile
===================================================================
--- trunk/dports/databases/postgresql94/Portfile	2014-12-19 13:45:56 UTC (rev 129725)
+++ trunk/dports/databases/postgresql94/Portfile	2014-12-19 13:57:20 UTC (rev 129726)
@@ -78,12 +78,11 @@
 test.run		yes
 test.target		check
 
+# remember to change livecheck with first proper release
 livecheck.type	regex
-#livecheck.url	${homepage}
-#livecheck.regex	(9\\.4\\.\[.0-9\]+)
-#livecheck.url	${homepage}/developer/beta
+livecheck.regex	(9\\.4\\.\[.0-9\]+)
 livecheck.url	${homepage}/ftp/source/
-livecheck.regex	(9\\.4\[.0-9\]*\[a-z\]+\[0-9\])
+#livecheck.regex	(9\\.4\[.0-9\]*\[a-z\]+\[0-9\])
 
 # prepare the contrib modules
 set contribs {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141219/46c7ca42/attachment.html>


More information about the macports-changes mailing list