From nobody@FreeBSD.org  Tue Aug 23 13:28:59 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 722C6106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 23 Aug 2011 13:28:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 628418FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 23 Aug 2011 13:28:59 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p7NDSxSD056145
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 23 Aug 2011 13:28:59 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p7NDSxhx056144;
	Tue, 23 Aug 2011 13:28:59 GMT
	(envelope-from nobody)
Message-Id: <201108231328.p7NDSxhx056144@red.freebsd.org>
Date: Tue, 23 Aug 2011 13:28:59 GMT
From: Jose Jachuf <jjachuf@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: update the /databases/py-firebirdsql
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         160025
>Category:       ports
>Synopsis:       update the /databases/py-firebirdsql
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 23 13:30:01 UTC 2011
>Closed-Date:    Fri Sep 02 11:16:32 UTC 2011
>Last-Modified:  Fri Sep  2 11:20:11 UTC 2011
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Fri Sep 2 11:11:06 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160025 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Fri Sep 2 11:16:31 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160025 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160025: commit references a PR
Date: Fri,  2 Sep 2011 11:16:16 +0000 (UTC)

 culot       2011-09-02 11:16:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/py-firebirdsql Makefile distinfo pkg-plist 
   Log:
   - Update to 0.4.4
   
   PR:             ports/160025
   Submitted by:   Jose Jachuf <jjachuf@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.4       +1 -1      ports/databases/py-firebirdsql/Makefile
   1.4       +2 -2      ports/databases/py-firebirdsql/distinfo
   1.2       +3 -0      ports/databases/py-firebirdsql/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
