From fac15addec372e378946203f9cbcbcf3b8655ce1 Mon Sep 17 00:00:00 2001 From: olivierd Date: Mon, 24 Oct 2016 17:20:14 +0000 Subject: - Update to 0.8.6 - Fix license - Port is architecture neutral - Pass maintainership to submitter PR: 213538 Submitted by: Danilo G. Baio --- textproc/py-texttable/Makefile | 12 ++++++------ textproc/py-texttable/distinfo | 5 +++-- 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'textproc') diff --git a/textproc/py-texttable/Makefile b/textproc/py-texttable/Makefile index 88b5fd90abc7..621189fe7663 100644 --- a/textproc/py-texttable/Makefile +++ b/textproc/py-texttable/Makefile @@ -2,19 +2,19 @@ # $FreeBSD$ PORTNAME= texttable -PORTVERSION= 0.8.4 +PORTVERSION= 0.8.6 CATEGORIES= textproc python -MASTER_SITES= CHEESESHOP \ - http://foutaise.org/code/texttable/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@bsd.com.br COMMENT= Module for creating simple ASCII tables -LICENSE= LGPL3 +LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes .include diff --git a/textproc/py-texttable/distinfo b/textproc/py-texttable/distinfo index c91a068aba6d..40f86f890c62 100644 --- a/textproc/py-texttable/distinfo +++ b/textproc/py-texttable/distinfo @@ -1,2 +1,3 @@ -SHA256 (texttable-0.8.4.tar.gz) = 8587b61cb6c6022d0eb79e56e59825df4353f0f33099b4ae3bcfe8d41bd1702e -SIZE (texttable-0.8.4.tar.gz) = 9677 +TIMESTAMP = 1477133734 +SHA256 (texttable-0.8.6.tar.gz) = 0d085f36794bdf577162155912a42389f5c9940a13ac9871fc0a67d4bdcd174f +SIZE (texttable-0.8.6.tar.gz) = 9822 -- cgit