svn commit: r349736 - head/devel/py-levenshtein

Rene Ladan rene at FreeBSD.org
Mon Mar 31 12:01:16 UTC 2014


Author: rene
Date: Mon Mar 31 12:01:15 2014
New Revision: 349736
URL: http://svnweb.freebsd.org/changeset/ports/349736
QAT: https://qat.redports.org/buildarchive/r349736/

Log:
  - Stages out-of-the-box
  - Convert to USES=tar:bzip2
  
  Approved by:	portmgr (infrastructure blanket)

Modified:
  head/devel/py-levenshtein/Makefile

Modified: head/devel/py-levenshtein/Makefile
==============================================================================
--- head/devel/py-levenshtein/Makefile	Mon Mar 31 11:56:57 2014	(r349735)
+++ head/devel/py-levenshtein/Makefile	Mon Mar 31 12:01:15 2014	(r349736)
@@ -15,12 +15,11 @@ COMMENT=	Python extension computing stri
 LICENSE=	GPLv2
 
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/Levenshtein.so
-USE_BZIP2=	yes
+USES=		tar:bzip2
 USE_PYTHON=	yes
 USE_PYTHON_PREFIX=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	python-Levenshtein
 PROJECTHOST=	py${PORTNAME}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list