From owner-svn-ports-all@FreeBSD.ORG Tue Apr 22 14:37:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E6FA691; Tue, 22 Apr 2014 14:37:05 +0000 (UTC) Received: from svn.freebsd.org (svn.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 3AFAE1D30; Tue, 22 Apr 2014 14:37:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MEb5So069841; Tue, 22 Apr 2014 14:37:05 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3MEb450069838; Tue, 22 Apr 2014 14:37:04 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201404221437.s3MEb450069838@svn.freebsd.org> From: Kubilay Kocak Date: Tue, 22 Apr 2014 14:37:04 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 14:37:05 -0000 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