Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2016 17:20:14 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424581 - head/textproc/py-texttable
Message-ID:  <201610241720.u9OHKEgT025032@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610241720.u9OHKEgT025032>