Date: Mon, 26 Mar 2012 21:45:58 GMT From: Jose Jachuf <jjachuf@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/166434: update version the /databases/py-firebirdsql Message-ID: <201203262145.q2QLjwtB026092@red.freebsd.org> Resent-Message-ID: <201203262150.q2QLo7bk016042@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166434 >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: Mon Mar 26 21:50:07 UTC 2012 >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@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: simple version update from 0.6.5 to 0.6.6 >How-To-Repeat: - >Fix: - Patch attached with submission follows: diff -ruN py-firebirdsql-old/Makefile py-firebirdsql/Makefile --- py-firebirdsql-old/Makefile 2012-03-26 17:55:56.000000000 -0300 +++ py-firebirdsql/Makefile 2012-03-26 18:43:18.000000000 -0300 @@ -6,7 +6,7 @@ # PORTNAME= firebirdsql -PORTVERSION= 0.6.5 +PORTVERSION= 0.6.6 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruN py-firebirdsql-old/distinfo py-firebirdsql/distinfo --- py-firebirdsql-old/distinfo 2012-03-26 17:55:56.000000000 -0300 +++ py-firebirdsql/distinfo 2012-03-26 18:43:18.000000000 -0300 @@ -1,2 +1,2 @@ -SHA256 (firebirdsql-0.6.5.tar.gz) = 80860cbd20ca4434f116aa48c817f4ae2941cea3db312c99d2436c58f2c2c72a -SIZE (firebirdsql-0.6.5.tar.gz) = 34735 +SHA256 (firebirdsql-0.6.6.tar.gz) = f6ce7c002b61b1a3987a1c3dbcce533b896dbce667aed70bc6228eddcf72561a +SIZE (firebirdsql-0.6.6.tar.gz) = 35240 diff -ruN py-firebirdsql-old/files/patch-setup.py py-firebirdsql/files/patch-setup.py --- py-firebirdsql-old/files/patch-setup.py 1969-12-31 21:00:00.000000000 -0300 +++ py-firebirdsql/files/patch-setup.py 2012-03-26 18:43:18.000000000 -0300 @@ -0,0 +1,14 @@ +--- setup-old.py 2012-03-26 18:39:19.000000000 -0300 ++++ setup.py 2012-03-26 18:40:01.000000000 -0300 +@@ -10,10 +10,7 @@ + print(c) + conn.close() + """ +-try: +- from setuptools import setup +-except ImportError: +- from distutils.core import setup ++from distutils.core import setup + import firebirdsql + + >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203262145.q2QLjwtB026092>