From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 16 00:40:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08D951065672 for ; Fri, 16 Oct 2009 00:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7F7358FC1A for ; Fri, 16 Oct 2009 00:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9G0e3PO078873 for ; Fri, 16 Oct 2009 00:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9G0e30C078872; Fri, 16 Oct 2009 00:40:03 GMT (envelope-from gnats) Resent-Date: Fri, 16 Oct 2009 00:40:03 GMT Resent-Message-Id: <200910160040.n9G0e30C078872@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sylvio Cesar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89E3310656C0; Fri, 16 Oct 2009 00:30:17 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-yw0-f178.google.com (mail-yw0-f178.google.com [209.85.211.178]) by mx1.freebsd.org (Postfix) with ESMTP id 3A9E38FC14; Fri, 16 Oct 2009 00:30:17 +0000 (UTC) Received: by ywh8 with SMTP id 8so1530737ywh.3 for ; Thu, 15 Oct 2009 17:30:16 -0700 (PDT) Received: by 10.150.87.12 with SMTP id k12mr1454691ybb.320.1255653016722; Thu, 15 Oct 2009 17:30:16 -0700 (PDT) Received: from fbsd.scjamorim.org (200-140-166-177.bsace705.dsl.brasiltelecom.net.br [200.140.166.177]) by mx.google.com with ESMTPS id 22sm381085ywh.0.2009.10.15.17.30.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 15 Oct 2009 17:30:16 -0700 (PDT) Received: by fbsd.scjamorim.org (Postfix, from userid 0) id 06C7B3F62AC; Thu, 15 Oct 2009 21:30:14 -0300 (BRT) Message-Id: <20091016003015.06C7B3F62AC@fbsd.scjamorim.org> Date: Thu, 15 Oct 2009 21:30:14 -0300 (BRT) From: Sylvio Cesar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: miwi@FreeBSD.org Subject: ports/139665: [PATCH] databases/py26-psycopg2: update to 2.0.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2009 00:40:04 -0000 >Number: 139665 >Category: ports >Synopsis: [PATCH] databases/py26-psycopg2: update to 2.0.13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Oct 16 00:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 2.0.13 Port maintainer (miwi@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- py26-psycopg2-2.0.13.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/py-psycopg2/Makefile,v retrieving revision 1.14 diff -u -u -r1.14 Makefile --- Makefile 3 Sep 2009 21:56:21 -0000 1.14 +++ Makefile 16 Oct 2009 00:29:51 -0000 @@ -6,7 +6,7 @@ # PORTNAME= psycopg2 -PORTVERSION= 2.0.12 +PORTVERSION= 2.0.13 CATEGORIES= databases python MASTER_SITES= http://initd.org/pub/software/psycopg/ \ ${MASTER_SITE_LOCAL} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/py-psycopg2/distinfo,v retrieving revision 1.9 diff -u -u -r1.9 distinfo --- distinfo 3 Sep 2009 21:56:21 -0000 1.9 +++ distinfo 16 Oct 2009 00:29:51 -0000 @@ -1,3 +1,3 @@ -MD5 (psycopg2-2.0.12.tar.gz) = 5c8080d0d0568479f041bb8534caf1f8 -SHA256 (psycopg2-2.0.12.tar.gz) = 542c187531e756867fb60034c393b6f2beca34eeeb3ce2e0089a2b6fb8be1292 -SIZE (psycopg2-2.0.12.tar.gz) = 256169 +MD5 (psycopg2-2.0.13.tar.gz) = f520260595f4fcf035d26cfd57a75f19 +SHA256 (psycopg2-2.0.13.tar.gz) = a15e622e101b16aa8ad44813d8fb1eced91379396c054aacbfa3ad658352332b +SIZE (psycopg2-2.0.13.tar.gz) = 258399 --- py26-psycopg2-2.0.13.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: