Date: Tue, 23 Aug 2011 13:28:59 GMT From: Jose Jachuf <jjachuf@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/160025: update the /databases/py-firebirdsql Message-ID: <201108231328.p7NDSxhx056144@red.freebsd.org> Resent-Message-ID: <201108231330.p7NDU1Hx041229@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 160025 >Category: ports >Synopsis: update 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: Tue Aug 23 13:30:01 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jose Jachuf >Release: 8.2-RELEASE >Organization: - >Environment: FreeBSD hp530.compass.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: simple version upgrade from 0.4.2 to 0.4.4 >How-To-Repeat: - >Fix: - Patch attached with submission follows: diff -ruN py-firebirdsql-old/Makefile py-firebirdsql/Makefile --- py-firebirdsql-old/Makefile 2011-08-22 13:49:48.000000000 -0300 +++ py-firebirdsql/Makefile 2011-08-23 09:00:52.000000000 -0300 @@ -6,7 +6,7 @@ # PORTNAME= firebirdsql -PORTVERSION= 0.4.2 +PORTVERSION= 0.4.4 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruN py-firebirdsql-old/distinfo py-firebirdsql/distinfo --- py-firebirdsql-old/distinfo 2011-08-22 13:49:48.000000000 -0300 +++ py-firebirdsql/distinfo 2011-08-23 09:00:52.000000000 -0300 @@ -1,2 +1,2 @@ -SHA256 (firebirdsql-0.4.2.tar.gz) = ec21619f15ce43c7e5c1eff064b0b4719fc3ee9c06a212a579f3d2e312dcccfc -SIZE (firebirdsql-0.4.2.tar.gz) = 28763 +SHA256 (firebirdsql-0.4.4.tar.gz) = e91934294d3cce2483bf5d15c336aecc5827940932dce5ccb404a922d3dcffa6 +SIZE (firebirdsql-0.4.4.tar.gz) = 29705 diff -ruN py-firebirdsql-old/pkg-plist py-firebirdsql/pkg-plist --- py-firebirdsql-old/pkg-plist 2011-08-22 13:49:48.000000000 -0300 +++ py-firebirdsql/pkg-plist 2011-08-23 09:00:52.000000000 -0300 @@ -4,6 +4,9 @@ %%PYTHON_SITELIBDIR%%/firebirdsql/fbcore.py %%PYTHON_SITELIBDIR%%/firebirdsql/fbcore.pyc %%PYTHON_SITELIBDIR%%/firebirdsql/fbcore.pyo +%%PYTHON_SITELIBDIR%%/firebirdsql/consts.py +%%PYTHON_SITELIBDIR%%/firebirdsql/consts.pyc +%%PYTHON_SITELIBDIR%%/firebirdsql/consts.pyo %%PYTHON_SITELIBDIR%%/firebirdsql/fberrmsgs.py %%PYTHON_SITELIBDIR%%/firebirdsql/fberrmsgs.pyc %%PYTHON_SITELIBDIR%%/firebirdsql/fberrmsgs.pyo >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108231328.p7NDSxhx056144>