[76826] trunk/dports/python

snc at macports.org snc at macports.org
Wed Mar 9 17:46:38 PST 2011


Revision: 76826
          http://trac.macports.org/changeset/76826
Author:   snc at macports.org
Date:     2011-03-09 17:46:36 -0800 (Wed, 09 Mar 2011)
Log Message:
-----------
py2[5-7]-psycopg2: fix livecheck

Modified Paths:
--------------
    trunk/dports/python/py25-psycopg2/Portfile
    trunk/dports/python/py26-psycopg2/Portfile
    trunk/dports/python/py27-psycopg2/Portfile

Modified: trunk/dports/python/py25-psycopg2/Portfile
===================================================================
--- trunk/dports/python/py25-psycopg2/Portfile	2011-03-10 01:26:06 UTC (rev 76825)
+++ trunk/dports/python/py25-psycopg2/Portfile	2011-03-10 01:46:36 UTC (rev 76826)
@@ -62,5 +62,5 @@
     }
 }
 
-livecheck.url   ${master_sites}/download/
+livecheck.url   ${master_sites}
 livecheck.regex psycopg2-(\\d+(\\.\\d+)+)${extract.suffix}

Modified: trunk/dports/python/py26-psycopg2/Portfile
===================================================================
--- trunk/dports/python/py26-psycopg2/Portfile	2011-03-10 01:26:06 UTC (rev 76825)
+++ trunk/dports/python/py26-psycopg2/Portfile	2011-03-10 01:46:36 UTC (rev 76826)
@@ -63,5 +63,5 @@
     }
 }
 
-livecheck.url       ${master_sites}/download/
+livecheck.url       ${master_sites}
 livecheck.regex     psycopg2-(\\d+(\\.\\d+)+)${extract.suffix}

Modified: trunk/dports/python/py27-psycopg2/Portfile
===================================================================
--- trunk/dports/python/py27-psycopg2/Portfile	2011-03-10 01:26:06 UTC (rev 76825)
+++ trunk/dports/python/py27-psycopg2/Portfile	2011-03-10 01:46:36 UTC (rev 76826)
@@ -63,5 +63,5 @@
     }
 }
 
-livecheck.url       ${master_sites}/download/
+livecheck.url       ${master_sites}
 livecheck.regex     psycopg2-(\\d+(\\.\\d+)+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110309/b6ced14a/attachment.html>


More information about the macports-changes mailing list