Update to 1.1.18.

PR:		76110
Submitted by:	Piet Delport <pjd@point45.com>
Approved by:	maintainer timeout
This commit is contained in:
Anders Nordby 2005-02-15 13:25:32 +00:00
parent 714464e394
commit d70975acf0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128918
3 changed files with 10 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= psycopg
PORTVERSION= 1.1.17
PORTVERSION= 1.1.18
CATEGORIES= databases python
MASTER_SITES= http://initd.org/pub/software/psycopg/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -44,10 +44,10 @@ DATETIME_INC= ${PYTHON_SITELIBDIR}/mx/DateTime/mxDateTime/
DOCSDIR= ${PREFIX}/share/doc/py-psycopg
EXAMPLESDIR= ${PREFIX}/share/examples/py-psycopg
EXAMPLES= binary.py bool.py commit.py copy_from.py copy_from2.py \
copy_to.py dictfetch.py dt.py first.py integrity.py \
oid.py notify.py somehackers.jpg threads.py usercast.py \
whereareyou.jpg work.py
EXAMPLES= binary.py bool.py bounded.py commit.py copy_from.py \
copy_from2.py copy_to.py dictfetch.py dt.py first.py \
integrity.py interval.py notify.py oid.py somehackers.jpg \
threads.py usercast.py whereareyou.jpg work.py
DOCS= AUTHORS COPYING CREDITS ChangeLog FAQ INSTALL NEWS \
README RELEASE-1.0 SUCCESS TODO

View File

@ -1,2 +1,2 @@
MD5 (psycopg-1.1.17.tar.gz) = 15de077b0e725c00b7695c1543f6006f
SIZE (psycopg-1.1.17.tar.gz) = 209663
MD5 (psycopg-1.1.18.tar.gz) = 8e5cd2925a25a5aa80cd83418d6a5f09
SIZE (psycopg-1.1.18.tar.gz) = 210061

View File

@ -12,6 +12,7 @@ lib/%%PYTHON_VERSION%%/site-packages/psycopgmodule.so
%%PORTDOCS%%share/doc/py-psycopg/TODO
%%PORTDOCS%%share/examples/py-psycopg/binary.py
%%PORTDOCS%%share/examples/py-psycopg/bool.py
%%PORTDOCS%%share/examples/py-psycopg/bounded.py
%%PORTDOCS%%share/examples/py-psycopg/commit.py
%%PORTDOCS%%share/examples/py-psycopg/copy_from.py
%%PORTDOCS%%share/examples/py-psycopg/copy_from2.py
@ -20,8 +21,9 @@ lib/%%PYTHON_VERSION%%/site-packages/psycopgmodule.so
%%PORTDOCS%%share/examples/py-psycopg/dt.py
%%PORTDOCS%%share/examples/py-psycopg/first.py
%%PORTDOCS%%share/examples/py-psycopg/integrity.py
%%PORTDOCS%%share/examples/py-psycopg/oid.py
%%PORTDOCS%%share/examples/py-psycopg/interval.py
%%PORTDOCS%%share/examples/py-psycopg/notify.py
%%PORTDOCS%%share/examples/py-psycopg/oid.py
%%PORTDOCS%%share/examples/py-psycopg/somehackers.jpg
%%PORTDOCS%%share/examples/py-psycopg/threads.py
%%PORTDOCS%%share/examples/py-psycopg/usercast.py