Hi,

This diff updates py-pygresql to the latest release 4.1.

Comments ? OK ?

Cheers,
benoit
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/py-pygresql/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	4 Nov 2011 08:16:24 -0000	1.11
+++ Makefile	3 Jan 2013 09:15:25 -0000
@@ -2,11 +2,10 @@
 
 COMMENT =	PostgreSQL module for Python
 
-MODPY_EGG_VERSION =	4.0
+MODPY_EGG_VERSION =	4.1
 DISTNAME =		PyGreSQL-${MODPY_EGG_VERSION}
 PKGNAME =		py-pygresql-${MODPY_EGG_VERSION}
 CATEGORIES =		databases
-REVISION =		3
 
 HOMEPAGE =		http://www.pygresql.org/
 
@@ -24,9 +23,11 @@
 BUILD_DEPENDS =	databases/postgresql,-server
 RUN_DEPENDS =	databases/postgresql,-main
 
-MASTER_SITES =	ftp://ftp.pygresql.org/pub/distrib/
+MASTER_SITES =	${HOMEPAGE}/files/
 EXTRACT_SUFX =	.tgz
 NO_REGRESS =	Yes
+
+MODPY_SETUPTOOLS = Yes
 
 post-patch:
 	${SUBST_CMD} ${WRKSRC}/tutorial/advanced.py ${WRKSRC}/tutorial/basics.py
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/py-pygresql/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	1 Nov 2010 13:48:40 -0000	1.2
+++ distinfo	3 Jan 2013 09:15:25 -0000
@@ -1,5 +1,2 @@
-MD5 (PyGreSQL-4.0.tgz) = GspQ5Z/0zFar6UUqmknF/w==
-RMD160 (PyGreSQL-4.0.tgz) = YzNk3aoBFm2yAXVOAFBn0hFZGGQ=
-SHA1 (PyGreSQL-4.0.tgz) = +usxtsjWK/VsrQD/j763QmYjQis=
-SHA256 (PyGreSQL-4.0.tgz) = xX6Tg13oqIHnFLryF9erASKX1vBFBFTjzeUIk3v2vJs=
-SIZE (PyGreSQL-4.0.tgz) = 89528
+SHA256 (PyGreSQL-4.1.tgz) = ULOxQrj2FtX6ObzwRLpiORLCJVb+hppUbmcDB60Z1nM=
+SIZE (PyGreSQL-4.1.tgz) = 99073
Index: patches/patch-setup_py
===================================================================
RCS file: patches/patch-setup_py
diff -N patches/patch-setup_py
--- patches/patch-setup_py	18 Nov 2010 20:48:05 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-$OpenBSD: patch-setup_py,v 1.1 2010/11/18 20:48:05 benoit Exp $
---- setup.py.orig	Thu Jan  1 14:05:02 2009
-+++ setup.py	Sun Nov 14 01:07:28 2010
-@@ -76,7 +76,6 @@
-                 '#undef USE_REPL_SNPRINTF',
-                 '#undef USE_SSL',
-                 '#undef USE_ZLIB',
--                '#undef HAVE_STDINT_H',
-                 '#undef HAVE_SYS_TIME_H',
-                 '#undef HAVE_UNISTD_H',
-                 '#define _CRT_SECURE_NO_WARNINGS 1',
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/py-pygresql/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST	8 May 2008 16:53:22 -0000	1.1.1.1
+++ pkg/PLIST	3 Jan 2013 09:15:25 -0000
@@ -1,20 +1,24 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2008/05/08 16:53:22 wcmaier Exp $
-lib/python${MODPY_VERSION}/site-packages/PyGreSQL-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
+lib/python${MODPY_VERSION}/site-packages/PyGreSQL-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
+lib/python${MODPY_VERSION}/site-packages/PyGreSQL-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
+lib/python${MODPY_VERSION}/site-packages/PyGreSQL-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
+lib/python${MODPY_VERSION}/site-packages/PyGreSQL-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
+lib/python${MODPY_VERSION}/site-packages/PyGreSQL-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
 lib/python${MODPY_VERSION}/site-packages/_pg.so
 lib/python${MODPY_VERSION}/site-packages/pg.py
 lib/python${MODPY_VERSION}/site-packages/pg.pyc
 lib/python${MODPY_VERSION}/site-packages/pgdb.py
 lib/python${MODPY_VERSION}/site-packages/pgdb.pyc
-share/doc/py-pygresql/
-share/doc/py-pygresql/announce.txt
-share/doc/py-pygresql/changelog.txt
-share/doc/py-pygresql/future.txt
-share/doc/py-pygresql/install.txt
-share/doc/py-pygresql/pg.txt
-share/doc/py-pygresql/pgdb.txt
-share/doc/py-pygresql/readme.txt
-share/examples/py-pygresql/
-share/examples/py-pygresql/advanced.py
-share/examples/py-pygresql/basics.py
-share/examples/py-pygresql/func.py
-share/examples/py-pygresql/syscat.py
+share/doc/${MODPY_PY_PREFIX}pygresql/
+share/doc/${MODPY_PY_PREFIX}pygresql/announce.txt
+share/doc/${MODPY_PY_PREFIX}pygresql/changelog.txt
+share/doc/${MODPY_PY_PREFIX}pygresql/future.txt
+share/doc/${MODPY_PY_PREFIX}pygresql/install.txt
+share/doc/${MODPY_PY_PREFIX}pygresql/pg.txt
+share/doc/${MODPY_PY_PREFIX}pygresql/pgdb.txt
+share/doc/${MODPY_PY_PREFIX}pygresql/readme.txt
+share/examples/${MODPY_PY_PREFIX}pygresql/
+share/examples/${MODPY_PY_PREFIX}pygresql/advanced.py
+share/examples/${MODPY_PY_PREFIX}pygresql/basics.py
+share/examples/${MODPY_PY_PREFIX}pygresql/func.py
+share/examples/${MODPY_PY_PREFIX}pygresql/syscat.py

Reply via email to