svn commit: r344820 - head/finance/py-vatnumber

Antoine Brodin antoine at FreeBSD.org
Mon Feb 17 20:42:40 UTC 2014


Author: antoine
Date: Mon Feb 17 20:42:40 2014
New Revision: 344820
URL: http://svnweb.freebsd.org/changeset/ports/344820
QAT: https://qat.redports.org/buildarchive/r344820/

Log:
  - Stage support
  - Switch from easy_install to install

Modified:
  head/finance/py-vatnumber/Makefile

Modified: head/finance/py-vatnumber/Makefile
==============================================================================
--- head/finance/py-vatnumber/Makefile	Mon Feb 17 20:32:51 2014	(r344819)
+++ head/finance/py-vatnumber/Makefile	Mon Feb 17 20:42:40 2014	(r344820)
@@ -3,6 +3,7 @@
 
 PORTNAME=	vatnumber
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	finance python
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +15,7 @@ LICENSE=	GPLv3
 
 # Python3 ready
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list