From owner-svn-ports-head@freebsd.org Sun Jul 5 18:18:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64EF5A15F; Sun, 5 Jul 2015 18:18:26 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 554951DF1; Sun, 5 Jul 2015 18:18:26 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65IIQsb078781; Sun, 5 Jul 2015 18:18:26 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65IIQTA078780; Sun, 5 Jul 2015 18:18:26 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201507051818.t65IIQTA078780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 5 Jul 2015 18:18:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391368 - head/textproc/py-texttable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2015 18:18:26 -0000 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