[45221] trunk/dports/python/py-pygresql/Portfile

jwa at macports.org jwa at macports.org
Sun Jan 11 04:05:35 PST 2009


Revision: 45221
          http://trac.macports.org/changeset/45221
Author:   jwa at macports.org
Date:     2009-01-11 04:05:33 -0800 (Sun, 11 Jan 2009)
Log Message:
-----------
version bump to 4.0, changed dependency to postgresql83, updated livecheck

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

Modified: trunk/dports/python/py-pygresql/Portfile
===================================================================
--- trunk/dports/python/py-pygresql/Portfile	2009-01-11 10:51:40 UTC (rev 45220)
+++ trunk/dports/python/py-pygresql/Portfile	2009-01-11 12:05:33 UTC (rev 45221)
@@ -4,7 +4,7 @@
 PortGroup python24 1.0
 
 name			py-pygresql
-version			3.8.1
+version			4.0
 categories		python databases
 platforms		darwin
 maintainers		jwa openmaintainer
@@ -18,12 +18,14 @@
 master_sites		ftp://ftp.pygresql.org/pub/distrib/ freebsd
 distname		PyGreSQL-${version}
 extract.suffix		.tgz
-checksums		sha1 341d14beb99e88f779657db3ce146b41c897f975
+checksums           md5     1aca50e59ff4cc56abe9452a9a49c5ff \
+                    sha1    faeb31b6c8d62bf56cad00ff8fbeb7426623422b \
+                    rmd160  633364ddaa01166db201754e005067d211591864
 
-depends_lib-append	port:postgresql82
+depends_lib-append	port:postgresql83
 
 patch {
-    reinplace "s|\"pg_config|\"${prefix}/lib/postgresql82/bin/pg_config|g" \
+    reinplace "s|\"pg_config|\"${prefix}/lib/postgresql83/bin/pg_config|g" \
 	${worksrcpath}/setup.py
 }
 
@@ -39,4 +41,4 @@
 
 livecheck.check	regex
 livecheck.url	${homepage}announce.html
-livecheck.regex	PyGreSQL version (3\.\[0-9\.\]+)
+livecheck.regex	PyGreSQL version (4\.\[0-9\.\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090111/fde512e8/attachment.html>


More information about the macports-changes mailing list