Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Feb 2007 17:41:40 +0100
From:      "Radim Kolar SF.NET" <hsn@sendmail.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        hsn@sendmail.cz, girgen@FreeBSD.org
Subject:   ports/109026: [PATCH] databases/py-PyGreSQL: update to 3.8.1
Message-ID:  <E1HFvIC-000A8w-2p@sanatana.dharma>
Resent-Message-ID: <200702101720.l1AHK86u009417@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         109026
>Category:       ports
>Synopsis:       [PATCH] databases/py-PyGreSQL: update to 3.8.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 10 17:20:08 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Radim Kolar SF.NET
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD sanatana.dharma 6.2-RELEASE FreeBSD 6.2-RELEASE #1: Sun Jan 14 11:36:17 CET 2007
>Description:
- Update to 3.8.1

Port maintainer (girgen@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- py24-PyGreSQL-3.8.1,1.patch begins here ---
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 <darcy@druid.net>
-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
--- py24-PyGreSQL-3.8.1,1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1HFvIC-000A8w-2p>