Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 2014 15:20:14 +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: r361380 - head/net/py-libcloud
Message-ID:  <201407091520.s69FKEnt052833@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407091520.s69FKEnt052833>