Date: Tue, 30 Sep 2014 13:47:15 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369597 - head/devel/osc Message-ID: <201409301347.s8UDlFwH000705@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Sep 30 13:47:14 2014 New Revision: 369597 URL: http://svnweb.freebsd.org/changeset/ports/369597 QAT: https://qat.redports.org/buildarchive/r369597/ Log: - Convert to USES=python Modified: head/devel/osc/Makefile Modified: head/devel/osc/Makefile ============================================================================== --- head/devel/osc/Makefile Tue Sep 30 13:40:42 2014 (r369596) +++ head/devel/osc/Makefile Tue Sep 30 13:47:14 2014 (r369597) @@ -17,8 +17,8 @@ GH_COMMIT= 87df33f RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}m2crypto>0:${PORTSDIR}/security/py-m2crypto -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python +USE_PYTHON= distutils PYDISTUTILS_PKGVERSION=${PORTVERSION:C/^([0-9]+\.[0-9]+)\.[0-9]+/\1/} PORTDOCS= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409301347.s8UDlFwH000705>