From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 7 14:50:02 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 AB1CF1065697 for ; Wed, 7 Oct 2009 14:50:02 +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 6A3518FC22 for ; Wed, 7 Oct 2009 14:50:02 +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 n97Eo1Np048285 for ; Wed, 7 Oct 2009 14:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n97Eo19B048284; Wed, 7 Oct 2009 14:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 7 Oct 2009 14:50:01 GMT Resent-Message-Id: <200910071450.n97Eo19B048284@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 1CAE91065672; Wed, 7 Oct 2009 14:48:54 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 7F1178FC18; Wed, 7 Oct 2009 14:48:53 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e21so1095421fga.13 for ; Wed, 07 Oct 2009 07:48:52 -0700 (PDT) Received: by 10.86.16.9 with SMTP id 9mr54329fgp.8.1254926931807; Wed, 07 Oct 2009 07:48:51 -0700 (PDT) Received: from fbsd9i386.scjamorim.org (187-24-197-62.3g.claro.net.br [187.24.197.62]) by mx.google.com with ESMTPS id d4sm617777fga.14.2009.10.07.07.48.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 07 Oct 2009 07:48:51 -0700 (PDT) Received: by fbsd9i386.scjamorim.org (Postfix, from userid 0) id 39C95244D6A; Wed, 7 Oct 2009 11:48:45 -0300 (BRT) Message-Id: <20091007144845.39C95244D6A@fbsd9i386.scjamorim.org> Date: Wed, 7 Oct 2009 11:48:45 -0300 (BRT) From: Sylvio Cesar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: miwi@FreeBSD.org Subject: ports/139402: [PATCH] textproc/py26-texttable: update to 0.7.0 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: Wed, 07 Oct 2009 14:50:02 -0000 >Number: 139402 >Category: ports >Synopsis: [PATCH] textproc/py26-texttable: update to 0.7.0 >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: Wed Oct 07 14:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 9.0-CURRENT i386 >Organization: >Environment: System: FreeBSD fbsd9i386.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Fri Oct 2 01:38:34 BRT >Description: - Update to 0.7.0 - Added pkg-plist in Makefile, pkg-list < 6 files Removed file(s): - pkg-plist You can see the log in my tinderbox: AMD64 http://www.scjamorim.org/Home/py26-texttable-0.7.0-6amd64.log http://www.scjamorim.org/Home/py26-texttable-0.7.0-7amd64.log http://www.scjamorim.org/Home/py26-texttable-0.7.0-8amd64.log http://www.scjamorim.org/Home/py26-texttable-0.7.0-9amd64.log i386 http://www.scjamorim.org/Home/py26-texttable-0.7.0-6i386.log http://www.scjamorim.org/Home/py26-texttable-0.7.0-7i386.log http://www.scjamorim.org/Home/py26-texttable-0.7.0-8i386.log http://www.scjamorim.org/Home/py26-texttable-0.7.0-9i386.log Port maintainer (miwi@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- py26-texttable-0.7.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/py-texttable/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 24 Apr 2007 14:25:42 -0000 1.1 +++ Makefile 7 Oct 2009 14:46:15 -0000 @@ -6,7 +6,7 @@ # PORTNAME= texttable -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= textproc python MASTER_SITES= http://jefke.free.fr/stuff/python/texttable/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,4 +17,8 @@ USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes +PLIST_FILES= %%PYTHON_SITELIBDIR%%/texttable.py \ + %%PYTHON_SITELIBDIR%%/texttable.pyc \ + %%PYTHON_SITELIBDIR%%/texttable.pyo + .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/py-texttable/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 24 Apr 2007 14:25:42 -0000 1.1 +++ distinfo 7 Oct 2009 14:46:15 -0000 @@ -1,3 +1,3 @@ -MD5 (texttable-0.6.0.tar.gz) = 1aa4621a36a97588754bd8087cd19226 -SHA256 (texttable-0.6.0.tar.gz) = 10bed96ac404ff689ff0de01adb4070b3ee0134a0dc814b808d412d0086fc148 -SIZE (texttable-0.6.0.tar.gz) = 5019 +MD5 (texttable-0.7.0.tar.gz) = d37674911f2937b450291791e4a6ffad +SHA256 (texttable-0.7.0.tar.gz) = 666d767eef6a8e2623cc18ed396313f6f9d72bd04b7c4bf0916ac88013ea2b2f +SIZE (texttable-0.7.0.tar.gz) = 5163 Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 24 Apr 2007 14:25:42 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/texttable.py -%%PYTHON_SITELIBDIR%%/texttable.pyc -%%PYTHON_SITELIBDIR%%/texttable.pyo --- py26-texttable-0.7.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: