Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2014 15:51:47 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348261 - head/databases/py-leveldb
Message-ID:  <201403141551.s2EFpl9D061261@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Mar 14 15:51:47 2014
New Revision: 348261
URL: http://svnweb.freebsd.org/changeset/ports/348261
QAT: https://qat.redports.org/buildarchive/r348261/

Log:
  - Use USES=tar:xz

Modified:
  head/databases/py-leveldb/Makefile

Modified: head/databases/py-leveldb/Makefile
==============================================================================
--- head/databases/py-leveldb/Makefile	Fri Mar 14 15:51:43 2014	(r348260)
+++ head/databases/py-leveldb/Makefile	Fri Mar 14 15:51:47 2014	(r348261)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libleveldb.so:${PORTSDIR}/d
 PYDISTUTILS_AUTOPLIST=	yes
 USE_PYDISTUTILS=yes
 USE_PYTHON=	yes
-USE_XZ=		yes
+USES=		tar:xz
 
 post-patch:
 	@${REINPLACE_CMD} \



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