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

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 29 00:40:07 PDT 2007


Revision: 26589
          http://trac.macosforge.org/projects/macports/changeset/26589
Author:   jwa at macports.org
Date:     2007-06-29 00:40:07 -0700 (Fri, 29 Jun 2007)

Log Message:
-----------
version bump to 3.8.1, adding livecheck, whitespace changes

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

Modified: trunk/dports/python/py-pygresql/Portfile
===================================================================
--- trunk/dports/python/py-pygresql/Portfile	2007-06-29 07:31:37 UTC (rev 26588)
+++ trunk/dports/python/py-pygresql/Portfile	2007-06-29 07:40:07 UTC (rev 26589)
@@ -4,31 +4,34 @@
 PortGroup python24 1.0
 
 name			py-pygresql
-version			3.8
+version			3.8.1
 categories		python databases
 platforms		darwin
 maintainers		jwa openmaintainer at macports.org
 description		Python module that interfaces to a PostgreSQL database
-long_description	PyGreSQL is an open-source  Python module that interfaces \
-			to a PostgreSQL database. It embeds the PostgreSQL query library \
-			to allow easy use of the powerful PostgreSQL features from a \
-			Python script.
+long_description	PyGreSQL is an open-source Python module that \
+    interfaces to a PostgreSQL database. It embeds the PostgreSQL query \
+    library to allow easy use of the powerful PostgreSQL features from a \
+    Python script.
 
 homepage		http://www.pygresql.org/
-master_sites	ftp://ftp.pygresql.org/pub/distrib/ freebsd
+master_sites		ftp://ftp.pygresql.org/pub/distrib/ freebsd
 distname		PyGreSQL-${version}
-extract.suffix	.tgz
-checksums		sha1 ca54ae51824ba86f4d70607d1cfcb8f51874d7a5
+extract.suffix		.tgz
+checksums		sha1 341d14beb99e88f779657db3ce146b41c897f975
 
 depends_lib-append	port:postgresql82
 
 patch {
-	reinplace "s|\"pg_config|\"${prefix}/lib/postgresql82/bin/pg_config|g" \
-		${worksrcpath}/setup.py
+    reinplace "s|\"pg_config|\"${prefix}/lib/postgresql82/bin/pg_config|g" \
+	${worksrcpath}/setup.py
 }
 
 post-destroot	{
-	xinstall -m 644 -W ${worksrcpath} changelog.txt announce.txt README \
-		${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} changelog.txt announce.txt README \
+	${destroot}${prefix}/share/doc/${name}
 }
 
+livecheck.check	regex
+livecheck.url	${homepage}announce.html
+livecheck.regex	PyGreSQL version (3\.\[0-9\.\]+)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070629/2d08ed5d/attachment.html


More information about the macports-changes mailing list