svn commit: r357150 - head/devel/py-jsmin

Marcus von Appen mva at FreeBSD.org
Mon Jun 9 14:12:32 UTC 2014


Author: mva
Date: Mon Jun  9 14:12:31 2014
New Revision: 357150
URL: http://svnweb.freebsd.org/changeset/ports/357150
QAT: https://qat.redports.org/buildarchive/r357150/

Log:
  - Remove easy_install dependency
  - Convert to PYDISTUTILS_AUTOPLIST
  - Bump PORTREVISION to enforce a cleanup for the easy_install references
  
  With hat:	python@
  Approved by:	portmgr (implicit)

Modified:
  head/devel/py-jsmin/Makefile

Modified: head/devel/py-jsmin/Makefile
==============================================================================
--- head/devel/py-jsmin/Makefile	Mon Jun  9 14:01:18 2014	(r357149)
+++ head/devel/py-jsmin/Makefile	Mon Jun  9 14:12:31 2014	(r357150)
@@ -3,6 +3,7 @@
 
 PORTNAME=	jsmin
 PORTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	devel www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,14 +13,13 @@ COMMENT=	JavaScript minifier written in 
 
 LICENSE=	MIT
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
 PORTDOCS=	PKG-INFO
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
 OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>


More information about the svn-ports-all mailing list