Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2013 09:14:24 -0500
From:      "D'Arcy J.M. Cain" <darcy@PyGreSQL.org>
To:        ports@FreeBSD.org
Subject:   New version of PyGreSQL
Message-ID:  <20130103091424.2af924a7@dilbert>

next in thread | raw e-mail | index | archive | help
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@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 @@
-@comment $NetBSD: PLIST,v 1.8 2009/06/14 17:43:22 joerg Exp $
+@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@Vex.Net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130103091424.2af924a7>