Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 2010 19:40:54 GMT
From:      Josh Paetzel <jpaetzel@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/149914: [PATCH] update databases/py-psycopg2 to 2.2.2
Message-ID:  <201008231940.o7NJessZ032497@www.freebsd.org>
Resent-Message-ID: <201008231950.o7NJo0aE005103@freefall.freebsd.org>

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

>Number:         149914
>Category:       ports
>Synopsis:       [PATCH] update databases/py-psycopg2 to 2.2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 23 19:50:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Josh Paetzel
>Release:        9.0-RELEASE
>Organization:
>Environment:
FreeBSD tcbug.ixsystems.com 9.0-CURRENT FreeBSD 9.0-CURRENT #2: Mon Jul 12 22:22:49 CDT 2010     jpaetzel@ix.tcbug.org:/usr/obj/usr/src/sys/IX  amd64
>Description:
The distfiles for psycopg2 2.2.1 have been removed from the project's download site.  This patch updates to the current version available.

The patch has been tinderbox tested, but this piece of software has a long history of buggy releases, I've used this version very little in production.
>How-To-Repeat:
cd /usr/ports/databases/py-psycopg2 && make fetch
>Fix:
Apply the attached patch

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/py-psycopg2/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile	24 May 2010 10:12:35 -0000	1.17
+++ Makefile	23 Aug 2010 19:35:48 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	psycopg2
-PORTVERSION=	2.2.1
+PORTVERSION=	2.2.2
 CATEGORIES=	databases python
 MASTER_SITES=	http://initd.org/pub/software/psycopg/ \
 		${MASTER_SITE_LOCAL}
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/databases/py-psycopg2/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- distinfo	24 May 2010 10:12:35 -0000	1.12
+++ distinfo	23 Aug 2010 19:35:48 -0000
@@ -1,3 +1,3 @@
-MD5 (psycopg2-2.2.1.tar.gz) = 70b50773aefe5fb371ff4a018382012f
-SHA256 (psycopg2-2.2.1.tar.gz) = b0eca4e8438025dc57cacbea4e8ca2f5dc0554d41b1cdcc177757a5fc413f3d1
-SIZE (psycopg2-2.2.1.tar.gz) = 529408
+MD5 (psycopg2-2.2.2.tar.gz) = 571af2ad9dfeb522ee5f8553278a4c38
+SHA256 (psycopg2-2.2.2.tar.gz) = 21a33d5b2609103512748098a06249492cc294790e07638fadc68cf06eeac39d
+SIZE (psycopg2-2.2.2.tar.gz) = 530021


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008231940.o7NJessZ032497>