svn commit: r344769 - in head/devel/py-country: . files

Dmitry Sivachenko demon at FreeBSD.org
Mon Feb 17 14:58:45 UTC 2014


Author: demon
Date: Mon Feb 17 14:58:44 2014
New Revision: 344769
URL: http://svnweb.freebsd.org/changeset/ports/344769
QAT: https://qat.redports.org/buildarchive/r344769/

Log:
  Convert to staging, use new USE_PYDISTUTILS syntax.
  
  Submitted by:	rm

Deleted:
  head/devel/py-country/files/
Modified:
  head/devel/py-country/Makefile

Modified: head/devel/py-country/Makefile
==============================================================================
--- head/devel/py-country/Makefile	Mon Feb 17 14:55:42 2014	(r344768)
+++ head/devel/py-country/Makefile	Mon Feb 17 14:58:44 2014	(r344769)
@@ -14,10 +14,7 @@ COMMENT=	Python API for ISO country, sub
 
 USE_ZIP=	yes
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	pycountry
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list