svn commit: r424581 - head/textproc/py-texttable

Olivier Duchateau olivierd at FreeBSD.org
Mon Oct 24 17:20:15 UTC 2016


Author: olivierd
Date: Mon Oct 24 17:20:14 2016
New Revision: 424581
URL: https://svnweb.freebsd.org/changeset/ports/424581

Log:
  - Update to 0.8.6
  - Fix license
  - Port is architecture neutral
  - Pass maintainership to submitter
  
  PR:		213538
  Submitted by:	Danilo G. Baio

Modified:
  head/textproc/py-texttable/Makefile
  head/textproc/py-texttable/distinfo

Modified: head/textproc/py-texttable/Makefile
==============================================================================
--- head/textproc/py-texttable/Makefile	Mon Oct 24 17:05:54 2016	(r424580)
+++ head/textproc/py-texttable/Makefile	Mon Oct 24 17:20:14 2016	(r424581)
@@ -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 at FreeBSD.org
+MAINTAINER=	dbaio at 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>

Modified: head/textproc/py-texttable/distinfo
==============================================================================
--- head/textproc/py-texttable/distinfo	Mon Oct 24 17:05:54 2016	(r424580)
+++ head/textproc/py-texttable/distinfo	Mon Oct 24 17:20:14 2016	(r424581)
@@ -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


More information about the svn-ports-head mailing list