diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-10-25 01:20:14 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-10-25 01:20:14 +0800 |
commit | fac15addec372e378946203f9cbcbcf3b8655ce1 (patch) | |
tree | 4eefa83f250b7b932aa396b83ab67b32cf0f6226 /textproc | |
parent | 774bc425e65904e19fd362a5c42b4103575aca05 (diff) | |
download | freebsd-ports-gnome-fac15addec372e378946203f9cbcbcf3b8655ce1.tar.gz freebsd-ports-gnome-fac15addec372e378946203f9cbcbcf3b8655ce1.tar.zst freebsd-ports-gnome-fac15addec372e378946203f9cbcbcf3b8655ce1.zip |
- Update to 0.8.6
- Fix license
- Port is architecture neutral
- Pass maintainership to submitter
PR: 213538
Submitted by: Danilo G. Baio
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-texttable/Makefile | 12 | ||||
-rw-r--r-- | textproc/py-texttable/distinfo | 5 |
2 files changed, 9 insertions, 8 deletions
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 <bsd.port.mk> 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 |