Date: Wed, 7 Oct 2009 11:48:45 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: miwi@FreeBSD.org Subject: ports/139402: [PATCH] textproc/py26-texttable: update to 0.7.0 Message-ID: <20091007144845.39C95244D6A@fbsd9i386.scjamorim.org> Resent-Message-ID: <200910071450.n97Eo19B048284@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091007144845.39C95244D6A>