svn commit: r345810 - head/devel/py-decoratortools

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 24 10:41:51 UTC 2014


Author: sunpoet
Date: Mon Feb 24 10:41:51 2014
New Revision: 345810
URL: http://svnweb.freebsd.org/changeset/ports/345810
QAT: https://qat.redports.org/buildarchive/r345810/

Log:
  - Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES
  - Use USE_PYDISTUTILS=yes
  - Bump PORTREVISION for package change

Modified:
  head/devel/py-decoratortools/Makefile

Modified: head/devel/py-decoratortools/Makefile
==============================================================================
--- head/devel/py-decoratortools/Makefile	Mon Feb 24 10:41:47 2014	(r345809)
+++ head/devel/py-decoratortools/Makefile	Mon Feb 24 10:41:51 2014	(r345810)
@@ -3,7 +3,7 @@
 
 PORTNAME=	DecoratorTools
 PORTVERSION=	1.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,9 +15,8 @@ COMMENT=	Class, function, and metaclass 
 LICENSE=	PSFL ZPL21
 LICENSE_COMB=	dual
 
+PYDISTUTILS_AUTOPLIST=	yes
+USE_PYDISTUTILS=yes
 USE_PYTHON=	2
-USE_PYDISTUTILS=easy_install
-
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list