Date: Tue, 22 Apr 2014 14:37:04 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351842 - in head/lang: python27 python31 python32 Message-ID: <201404221437.s3MEb450069838@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Tue Apr 22 14:37:04 2014 New Revision: 351842 URL: http://svnweb.freebsd.org/changeset/ports/351842 QAT: https://qat.redports.org/buildarchive/r351842/ Log: lang/python{27,31,32}: Replace USE_XZ with USES=tar:xz USE_XZ has been deprecated, replace it with the new USES value. Python 3.3 and 3.4 ports have already been converted. Modified: head/lang/python27/Makefile head/lang/python31/Makefile head/lang/python32/Makefile Modified: head/lang/python27/Makefile ============================================================================== --- head/lang/python27/Makefile Tue Apr 22 14:17:04 2014 (r351841) +++ head/lang/python27/Makefile Tue Apr 22 14:37:04 2014 (r351842) @@ -22,10 +22,9 @@ MAKE_ENV= VPATH="${PYTHON_WRKSRC}" INSTALL_TARGET= altinstall -USES= readline +USES= readline tar:xz USE_LDCONFIG= yes USE_PYTHON= yes -USE_XZ= yes PYTHON_VERSION= python2.7 PYTHON_NO_DEPENDS= yes Modified: head/lang/python31/Makefile ============================================================================== --- head/lang/python31/Makefile Tue Apr 22 14:17:04 2014 (r351841) +++ head/lang/python31/Makefile Tue Apr 22 14:37:04 2014 (r351842) @@ -27,10 +27,9 @@ MAKE_ENV= VPATH="${PYTHON_WRKSRC}" INSTALL_TARGET= altinstall -USES= readline +USES= readline tar:xz USE_LDCONFIG= yes USE_PYTHON= yes -USE_XZ= yes PYTHON_VERSION= python3.1 PYTHON_NO_DEPENDS= yes Modified: head/lang/python32/Makefile ============================================================================== --- head/lang/python32/Makefile Tue Apr 22 14:17:04 2014 (r351841) +++ head/lang/python32/Makefile Tue Apr 22 14:37:04 2014 (r351842) @@ -21,10 +21,9 @@ MAKE_ENV= VPATH="${PYTHON_WRKSRC}" INSTALL_TARGET= altinstall -USES= readline +USES= readline tar:xz USE_LDCONFIG= yes USE_PYTHON= yes -USE_XZ= yes PYTHON_VERSION= python3.2 PYTHON_NO_DEPENDS= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404221437.s3MEb450069838>