Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2013 14:55:53 GMT
From:      Jose Jachuf <jjachuf@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/178054: databases/py-firebirdsql: update to 0.7.3
Message-ID:  <201304221455.r3MEtrCE000476@red.freebsd.org>
Resent-Message-ID: <201304221500.r3MF00Ao038168@freefall.freebsd.org>

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

>Number:         178054
>Category:       ports
>Synopsis:       databases/py-firebirdsql: update to 0.7.3
>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 Apr 22 15:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jose Jachuf
>Release:        9.1-RELEASE
>Organization:
-
>Environment:
FreeBSD hp530.compass.com 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec  4 06:55:39 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
simple version update
>How-To-Repeat:
-
>Fix:
-

Patch attached with submission follows:

diff -ruN py-firebirdsql-old/Makefile py-firebirdsql/Makefile
--- py-firebirdsql-old/Makefile	2013-04-22 11:51:00.000000000 -0300
+++ py-firebirdsql/Makefile	2013-04-22 11:54:55.000000000 -0300
@@ -2,7 +2,7 @@
 # $FreeBSD: databases/py-firebirdsql/Makefile 315592 2013-03-30 04:37:26Z acm $
 
 PORTNAME=	firebirdsql
-PORTVERSION=	0.7.2
+PORTVERSION=	0.7.3
 PORTREVISION=	1
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
diff -ruN py-firebirdsql-old/distinfo py-firebirdsql/distinfo
--- py-firebirdsql-old/distinfo	2013-04-22 11:51:00.000000000 -0300
+++ py-firebirdsql/distinfo	2013-04-22 11:54:55.000000000 -0300
@@ -1,2 +1,2 @@
-SHA256 (firebirdsql-0.7.2.tar.gz) = 23239cd08535c5b801992d4af84fc12367a6fe6b16dfca170c7c477a7d4fa315
-SIZE (firebirdsql-0.7.2.tar.gz) = 36279
+SHA256 (firebirdsql-0.7.3.tar.gz) = b897894f508091d9fd61a4fd6deaaf4ffa5e87d94f741dce2e2211fbb4c3903f
+SIZE (firebirdsql-0.7.3.tar.gz) = 36164
diff -ruN py-firebirdsql-old/files/patch-setup.py py-firebirdsql/files/patch-setup.py
--- py-firebirdsql-old/files/patch-setup.py	2013-04-22 11:51:00.000000000 -0300
+++ py-firebirdsql/files/patch-setup.py	1969-12-31 21:00:00.000000000 -0300
@@ -1,13 +0,0 @@
---- 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?201304221455.r3MEtrCE000476>