From owner-svn-ports-head@FreeBSD.ORG Wed Jul 9 15:20:14 2014 Return-Path: Delivered-To: svn-ports-head@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 B62A0732; Wed, 9 Jul 2014 15:20:14 +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 A3A5D29B1; Wed, 9 Jul 2014 15:20:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s69FKEtq052834; Wed, 9 Jul 2014 15:20:14 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s69FKEnt052833; Wed, 9 Jul 2014 15:20:14 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201407091520.s69FKEnt052833@svn.freebsd.org> From: Kubilay Kocak Date: Wed, 9 Jul 2014 15:20:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361380 - head/net/py-libcloud X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2014 15:20:14 -0000 Author: koobs Date: Wed Jul 9 15:20:14 2014 New Revision: 361380 URL: http://svnweb.freebsd.org/changeset/ports/361380 QAT: https://qat.redports.org/buildarchive/r361380/ Log: net/py-libcloud: Deprecate USE_BZIP2 - Deprecate USE_BZIP2 in favour of USES - While I'm here, whitespace align Approved by: portmgr (blanket) Modified: head/net/py-libcloud/Makefile Modified: head/net/py-libcloud/Makefile ============================================================================== --- head/net/py-libcloud/Makefile Wed Jul 9 15:02:33 2014 (r361379) +++ head/net/py-libcloud/Makefile Wed Jul 9 15:20:14 2014 (r361380) @@ -15,9 +15,9 @@ COMMENT= Standard client library for man LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USE_BZIP2= yes -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= tar:bzip2 +USE_PYTHON= yes +USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes post-extract: