Revision: 76377 http://trac.macports.org/changeset/76377 Author: jwa@macports.org Date: 2011-02-21 10:29:25 -0800 (Mon, 21 Feb 2011) Log Message: ----------- removed livecheck, there are no upgrades anymore to 8.1 line Modified Paths: -------------- trunk/dports/databases/postgresql81/Portfile trunk/dports/databases/postgresql81-doc/Portfile trunk/dports/databases/postgresql81-server/Portfile Modified: trunk/dports/databases/postgresql81/Portfile =================================================================== --- trunk/dports/databases/postgresql81/Portfile 2011-02-21 18:26:32 UTC (rev 76376) +++ trunk/dports/databases/postgresql81/Portfile 2011-02-21 18:29:25 UTC (rev 76377) @@ -52,7 +52,7 @@ test.run yes test.target check -livecheck.type regex +livecheck.type none livecheck.url ${homepage} livecheck.regex (8.1.\[0-9\]+) Modified: trunk/dports/databases/postgresql81-doc/Portfile =================================================================== --- trunk/dports/databases/postgresql81-doc/Portfile 2011-02-21 18:26:32 UTC (rev 76376) +++ trunk/dports/databases/postgresql81-doc/Portfile 2011-02-21 18:29:25 UTC (rev 76377) @@ -39,6 +39,6 @@ destroot.dir ${build.dir} -livecheck.type regex +livecheck.type none livecheck.url ${homepage} livecheck.regex (8.1.\[0-9\]+) Modified: trunk/dports/databases/postgresql81-server/Portfile =================================================================== --- trunk/dports/databases/postgresql81-server/Portfile 2011-02-21 18:26:32 UTC (rev 76376) +++ trunk/dports/databases/postgresql81-server/Portfile 2011-02-21 18:29:25 UTC (rev 76377) @@ -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.1.\[0-9\]+)