[87112] trunk/dports/python/py-psycopg2/Portfile

snc at macports.org snc at macports.org
Thu Nov 10 12:53:51 PST 2011


Revision: 87112
          http://trac.macports.org/changeset/87112
Author:   snc at macports.org
Date:     2011-11-10 12:53:51 -0800 (Thu, 10 Nov 2011)
Log Message:
-----------
py-psycopg2: fix livecheck

Modified Paths:
--------------
    trunk/dports/python/py-psycopg2/Portfile

Modified: trunk/dports/python/py-psycopg2/Portfile
===================================================================
--- trunk/dports/python/py-psycopg2/Portfile	2011-11-10 20:53:00 UTC (rev 87111)
+++ trunk/dports/python/py-psycopg2/Portfile	2011-11-10 20:53:51 UTC (rev 87112)
@@ -52,6 +52,11 @@
                 ${worksrcpath}/setup.cfg
         }
     }
+
+    livecheck.type      none
+} else {
+    livecheck.url       ${master_sites}
+    livecheck.regex     psycopg2-(\\d+(\\.\\d+)+)${extract.suffix}
 }
 
 
@@ -70,6 +75,3 @@
 variant postgresql90 conflicts postgresql83 postgresql84 description "Build using postgresql v9.0" {
     depends_lib-append port:postgresql90
 }
-
-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/20111110/0e45ed9d/attachment-0001.html>


More information about the macports-changes mailing list