Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 14:58:44 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344769 - in head/devel/py-country: . files
Message-ID:  <201402171458.s1HEwiqM097153@svn.freebsd.org>

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



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