ports/162104: update version the /databases/py-firebirdsql

Jose Jachuf jjachuf at gmail.com
Fri Oct 28 16:00:24 UTC 2011


>Number:         162104
>Category:       ports
>Synopsis:       update version the /databases/py-firebirdsql
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 28 16:00:23 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jose Jachuf
>Release:        8.2-RELEASE-p3
>Organization:
-
>Environment:
FreeBSD hp530.compass.com 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:07:27 UTC 2011     root at i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
simple version upgrade from 0.4.4 to 0.6.0
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN py-firebirdsql-old/Makefile py-firebirdsql/Makefile
--- py-firebirdsql-old/Makefile	2011-10-28 12:35:38.000000000 -0300
+++ py-firebirdsql/Makefile	2011-10-28 12:44:27.000000000 -0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	firebirdsql
-PORTVERSION=	0.4.4
+PORTVERSION=	0.6.0
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff -ruN py-firebirdsql-old/distinfo py-firebirdsql/distinfo
--- py-firebirdsql-old/distinfo	2011-10-28 12:35:38.000000000 -0300
+++ py-firebirdsql/distinfo	2011-10-28 12:44:27.000000000 -0300
@@ -1,2 +1,2 @@
-SHA256 (firebirdsql-0.4.4.tar.gz) = e91934294d3cce2483bf5d15c336aecc5827940932dce5ccb404a922d3dcffa6
-SIZE (firebirdsql-0.4.4.tar.gz) = 29705
+SHA256 (firebirdsql-0.6.0.tar.gz) = 7c0e3105fa880ad5b60d553c08f1ac1448ce4e48771d02d3d9ee7d327f6848f0
+SIZE (firebirdsql-0.6.0.tar.gz) = 31429
diff -ruN py-firebirdsql-old/pkg-descr py-firebirdsql/pkg-descr
--- py-firebirdsql-old/pkg-descr	2011-10-28 12:35:38.000000000 -0300
+++ py-firebirdsql/pkg-descr	2011-10-28 12:44:27.000000000 -0300
@@ -1,3 +1,5 @@
-This is a python DBAPI module for FirebirdSQL.
+FirebirdSQL package is a set of Firebird RDBMS bindings for python.
+It works on Python 2.5+ (including Python 3.x)
+It was tested with cpython , jython, ironpython and pypy
 
 WWW: https://github.com/nakagami/pyfirebirdsql 
diff -ruN py-firebirdsql-old/pkg-plist py-firebirdsql/pkg-plist
--- py-firebirdsql-old/pkg-plist	2011-10-28 12:35:38.000000000 -0300
+++ py-firebirdsql/pkg-plist	2011-10-28 12:44:27.000000000 -0300
@@ -10,7 +10,7 @@
 %%PYTHON_SITELIBDIR%%/firebirdsql/fberrmsgs.py
 %%PYTHON_SITELIBDIR%%/firebirdsql/fberrmsgs.pyc
 %%PYTHON_SITELIBDIR%%/firebirdsql/fberrmsgs.pyo
-%%PYTHON_SITELIBDIR%%/firebirdsql/tests.py
-%%PYTHON_SITELIBDIR%%/firebirdsql/tests.pyc
-%%PYTHON_SITELIBDIR%%/firebirdsql/tests.pyo
+%%PYTHON_SITELIBDIR%%/firebirdsql/services.py
+%%PYTHON_SITELIBDIR%%/firebirdsql/services.pyc
+%%PYTHON_SITELIBDIR%%/firebirdsql/services.pyo
 @dirrm %%PYTHON_SITELIBDIR%%/firebirdsql


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



More information about the freebsd-ports-bugs mailing list