Date: Sat, 13 Jan 2018 08:13:40 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458907 - head/devel/py-tabulate Message-ID: <201801130813.w0D8DeGt022639@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jan 13 08:13:40 2018 New Revision: 458907 URL: https://svnweb.freebsd.org/changeset/ports/458907 Log: Allow concurrent installation (USE_PYTHON=concurrent) - Bump PORTREVISION for package change PR: 224689 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days) Modified: head/devel/py-tabulate/Makefile Modified: head/devel/py-tabulate/Makefile ============================================================================== --- head/devel/py-tabulate/Makefile Sat Jan 13 08:13:35 2018 (r458906) +++ head/devel/py-tabulate/Makefile Sat Jan 13 08:13:40 2018 (r458907) @@ -3,6 +3,7 @@ PORTNAME= tabulate PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801130813.w0D8DeGt022639>