Date: Sat, 26 Sep 2015 14:27:12 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397982 - head/devel/py-configobj Message-ID: <201509261427.t8QERCtP004160@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nivit Date: Sat Sep 26 14:27:12 2015 New Revision: 397982 URL: https://svnweb.freebsd.org/changeset/ports/397982 Log: - Add devel/py-six to run dependencies [1] - Bump PORTREVISION (changed dependencies) - Sort values of USE_PYTHON variable PR: 199463 [1] Submitted by: Pavel Volkov <pavelivolkov@gmail.com> Modified: head/devel/py-configobj/Makefile Modified: head/devel/py-configobj/Makefile ============================================================================== --- head/devel/py-configobj/Makefile Sat Sep 26 14:21:39 2015 (r397981) +++ head/devel/py-configobj/Makefile Sat Sep 26 14:27:12 2015 (r397982) @@ -3,7 +3,7 @@ PORTNAME= configobj PORTVERSION= 5.0.6 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,9 @@ COMMENT= Simple but powerful config file LICENSE= BSD3CLAUSE +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six + USES= python -USE_PYTHON= distutils autoplist +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?201509261427.t8QERCtP004160>