[73750] trunk/dports/python
snc at macports.org
snc at macports.org
Tue Nov 23 11:59:11 PST 2010
Revision: 73750
http://trac.macports.org/changeset/73750
Author: snc at macports.org
Date: 2010-11-23 11:59:05 -0800 (Tue, 23 Nov 2010)
Log Message:
-----------
py2[567]-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 2010-11-23 18:42:22 UTC (rev 73749)
+++ trunk/dports/python/py25-psycopg2/Portfile 2010-11-23 19:59:05 UTC (rev 73750)
@@ -63,4 +63,4 @@
}
livecheck.url ${master_sites}
-livecheck.regex psycopg2-(\\d+\\.\\d+(\\.\\d+)?)\\.tar\\.gz
+livecheck.regex psycopg2-(\\d+(\\.\\d+)+)${extract.suffix}
Modified: trunk/dports/python/py26-psycopg2/Portfile
===================================================================
--- trunk/dports/python/py26-psycopg2/Portfile 2010-11-23 18:42:22 UTC (rev 73749)
+++ trunk/dports/python/py26-psycopg2/Portfile 2010-11-23 19:59:05 UTC (rev 73750)
@@ -63,4 +63,4 @@
}
livecheck.url ${master_sites}
-livecheck.regex psycopg2-(\\d+\\.\\d+(\\.\\d+)?)\\.tar\\.gz
+livecheck.regex psycopg2-(\\d+(\\.\\d+)+)${extract.suffix}
Modified: trunk/dports/python/py27-psycopg2/Portfile
===================================================================
--- trunk/dports/python/py27-psycopg2/Portfile 2010-11-23 18:42:22 UTC (rev 73749)
+++ trunk/dports/python/py27-psycopg2/Portfile 2010-11-23 19:59:05 UTC (rev 73750)
@@ -63,4 +63,4 @@
}
livecheck.url ${master_sites}
-livecheck.regex psycopg2-(\\d+\\.\\d+(\\.\\d+)?)\\.tar\\.gz
+livecheck.regex psycopg2-(\\d+(\\.\\d+)+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101123/367638fe/attachment.html>
More information about the macports-changes
mailing list