Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jul 2015 18:18:26 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391368 - head/textproc/py-texttable
Message-ID:  <201507051818.t65IIQTA078780@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sun Jul  5 18:18:25 2015
New Revision: 391368
URL: https://svnweb.freebsd.org/changeset/ports/391368

Log:
  textproc/py-texttable: switch to PyPi
  
  - add PyPi mirror and make it default
  - convert to autogenerated pkg-plist

Modified:
  head/textproc/py-texttable/Makefile

Modified: head/textproc/py-texttable/Makefile
==============================================================================
--- head/textproc/py-texttable/Makefile	Sun Jul  5 17:17:11 2015	(r391367)
+++ head/textproc/py-texttable/Makefile	Sun Jul  5 18:18:25 2015	(r391368)
@@ -4,7 +4,8 @@
 PORTNAME=	texttable
 PORTVERSION=	0.8.3
 CATEGORIES=	textproc python
-MASTER_SITES=	http://foutaise.org/code/texttable/
+MASTER_SITES=	CHEESESHOP \
+		http://foutaise.org/code/texttable/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	ports@FreeBSD.org
@@ -14,10 +15,6 @@ LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python
-USE_PYTHON=	distutils
-
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/texttable.py \
-		%%PYTHON_SITELIBDIR%%/texttable.pyc \
-		%%PYTHON_SITELIBDIR%%/texttable.pyo
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>



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