Revision: 76376 http://trac.macports.org/changeset/76376 Author: jwa@macports.org Date: 2011-02-21 10:26:32 -0800 (Mon, 21 Feb 2011) Log Message: ----------- removed livecheck, because there are no upgrades anymore to 8.0 level Modified Paths: -------------- trunk/dports/databases/postgresql80/Portfile trunk/dports/databases/postgresql80-doc/Portfile trunk/dports/databases/postgresql80-server/Portfile Modified: trunk/dports/databases/postgresql80/Portfile =================================================================== --- trunk/dports/databases/postgresql80/Portfile 2011-02-21 18:23:28 UTC (rev 76375) +++ trunk/dports/databases/postgresql80/Portfile 2011-02-21 18:26:32 UTC (rev 76376) @@ -54,7 +54,7 @@ test.run yes test.target check -livecheck.type regex +livecheck.type none livecheck.url ${homepage} livecheck.regex (8.0.\[0-9\]+) @@ -98,3 +98,4 @@ ui_msg "\nNB! This is the last version of PostgreSQL 8.0; consider upgrading!\n" } +notes "This is the last upgrade to 8.0 PostgreSQL, pls upgrade" Modified: trunk/dports/databases/postgresql80-doc/Portfile =================================================================== --- trunk/dports/databases/postgresql80-doc/Portfile 2011-02-21 18:23:28 UTC (rev 76375) +++ trunk/dports/databases/postgresql80-doc/Portfile 2011-02-21 18:26:32 UTC (rev 76376) @@ -39,6 +39,6 @@ destroot.dir ${build.dir} -livecheck.type regex +livecheck.type none livecheck.url ${homepage} livecheck.regex (8.0.\[0-9\]+) Modified: trunk/dports/databases/postgresql80-server/Portfile =================================================================== --- trunk/dports/databases/postgresql80-server/Portfile 2011-02-21 18:23:28 UTC (rev 76375) +++ trunk/dports/databases/postgresql80-server/Portfile 2011-02-21 18:26:32 UTC (rev 76376) @@ -55,6 +55,6 @@ by adding an increased kern.sysv.shmmax .. to /etc/sysctl.conf" } -livecheck.type regex +livecheck.type none livecheck.url ${homepage} livecheck.regex (8.0.\[0-9\]+)
participants (1)
-
jwa@macports.org