diff -ruN --exclude=CVS /usr/ports/databases/py-PyGreSQL/Makefile /home/hsn/hacked/py-PyGreSQL/Makefile --- /usr/ports/databases/py-PyGreSQL/Makefile Thu May 4 23:40:05 2006 +++ /home/hsn/hacked/py-PyGreSQL/Makefile Sat Feb 10 17:35:35 2007 @@ -6,7 +6,7 @@ # PORTNAME= PyGreSQL -PORTVERSION= 3.8 +PORTVERSION= 3.8.1 PORTEPOCH= 1 CATEGORIES= databases python MASTER_SITES= ftp://ftp.pygresql.org/pub/distrib/ @@ -38,9 +38,9 @@ @ ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -lf \ ${PYTHONPREFIX_SITELIBDIR} .if !defined(NOPORTDOCS) -.for docfile in announce.txt changelog.txt +.for docfile in announce.txt changelog.txt pg.txt pgdb.txt @ ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${docfile} \ + ${INSTALL_DATA} ${WRKSRC}/docs/${docfile} \ ${DOCSDIR} .endfor .endif diff -ruN --exclude=CVS /usr/ports/databases/py-PyGreSQL/distinfo /home/hsn/hacked/py-PyGreSQL/distinfo --- /usr/ports/databases/py-PyGreSQL/distinfo Wed Feb 22 23:39:46 2006 +++ /home/hsn/hacked/py-PyGreSQL/distinfo Sat Feb 10 17:29:25 2007 @@ -1,3 +1,3 @@ -MD5 (PyGreSQL-3.8.tgz) = 312f5e90a63ea17f8c65bc83b85a55f3 -SHA256 (PyGreSQL-3.8.tgz) = 551c02ee9d9dc434604c4df62221a6ded88a82999f43e286cf2d092255948777 -SIZE (PyGreSQL-3.8.tgz) = 40754 +MD5 (PyGreSQL-3.8.1.tgz) = 5575979dac93c9c5795d7693a8f91c86 +SHA256 (PyGreSQL-3.8.1.tgz) = 5638e1f12c8dd4f1ea8c9db4f92a98d19e66dbef2e25ab45ede190c3fcac816d +SIZE (PyGreSQL-3.8.1.tgz) = 81186 diff -ruN --exclude=CVS /usr/ports/databases/py-PyGreSQL/pkg-descr /home/hsn/hacked/py-PyGreSQL/pkg-descr --- /usr/ports/databases/py-PyGreSQL/pkg-descr Wed Oct 23 16:33:46 2002 +++ /home/hsn/hacked/py-PyGreSQL/pkg-descr Sat Feb 10 17:37:40 2007 @@ -4,9 +4,7 @@ embeds the PostgreSQL query library to allow easy use of the powerful PostgreSQL features from a Python script. -As of version 3.2, PyGreSQL was folded into the PostgreSQL development tree. PyGreSQL includes a DB-API 2.0 compliant API wrapper. Author: D'Arcy J.M. Cain -WWW: http://www.druid.net/pygresql/ -See also: http://www.postgresql.org/idocs/index.php?pygresql.html +WWW: http://www.pygresql.org diff -ruN --exclude=CVS /usr/ports/databases/py-PyGreSQL/pkg-plist /home/hsn/hacked/py-PyGreSQL/pkg-plist --- /usr/ports/databases/py-PyGreSQL/pkg-plist Wed Feb 22 23:39:46 2006 +++ /home/hsn/hacked/py-PyGreSQL/pkg-plist Sat Feb 10 17:38:10 2007 @@ -1,5 +1,7 @@ %%PORTDOCS%%%%DOCSDIR%%/announce.txt %%PORTDOCS%%%%DOCSDIR%%/changelog.txt +%%PORTDOCS%%%%DOCSDIR%%/pg.txt +%%PORTDOCS%%%%DOCSDIR%%/pgdb.txt %%PYTHON_SITELIBDIR%%/_pg.so %%PYTHON_SITELIBDIR%%/pg.py %%PYTHON_SITELIBDIR%%/pg.pyc