New version of PyGreSQL
D'Arcy J.M. Cain
darcy at PyGreSQL.org
Thu Jan 3 14:20:10 UTC 2013
Version 4.1 of PyGreSQL has just been released. I think the following
will update your Makefile:
Index: Makefile
===================================================================
--- Makefile (revision 309880)
+++ Makefile (working copy)
@@ -6,11 +6,10 @@
#
PORTNAME= PyGreSQL
-PORTVERSION= 4.0
-PORTEPOCH= 1
+PORTVERSION= 4.1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP \
- ftp://ftp.pygresql.org/pub/distrib/
+ http://pygresql.org/files
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports at FreeBSD.org
Also, the following changes were needed by the NetBSD package. You
will need something similar for your pkg_plist:
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/databases/py-postgresql/PLIST,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- PLIST 14 Jun 2009 17:43:22 -0000 1.8
+++ PLIST 3 Jan 2013 13:58:35 -0000 1.9
@@ -1,4 +1,4 @@
- at comment $NetBSD: PLIST,v 1.8 2009/06/14 17:43:22 joerg Exp $
+ at comment $NetBSD: PLIST,v 1.9 2013/01/03 13:58:35 darcy Exp $
${PYSITELIB}/_pg.so
${PYSITELIB}/pg.py
${PYSITELIB}/pg.pyc
@@ -6,6 +6,10 @@
${PYSITELIB}/pgdb.py
${PYSITELIB}/pgdb.pyc
${PYSITELIB}/pgdb.pyo
+${PYSITELIB}/PyGreSQL-4.1-py2.7.egg-info/PKG-INFO
+${PYSITELIB}/PyGreSQL-4.1-py2.7.egg-info/SOURCES.txt
+${PYSITELIB}/PyGreSQL-4.1-py2.7.egg-info/dependency_links.txt
+${PYSITELIB}/PyGreSQL-4.1-py2.7.egg-info/top_level.txt
share/doc/${PYPKGPREFIX}-postgresql/docs/announce.html
share/doc/${PYPKGPREFIX}-postgresql/docs/announce.txt
share/doc/${PYPKGPREFIX}-postgresql/docs/changelog.html
--
D'Arcy J.M. Cain
PyGreSQL Development Group
http://www.PyGreSQL.org IM:darcy at Vex.Net
More information about the freebsd-ports
mailing list