svn commit: r357062 - head/devel/py-repoze.what-pylons

Marcus von Appen mva at FreeBSD.org
Sun Jun 8 16:48:49 UTC 2014


Author: mva
Date: Sun Jun  8 16:48:48 2014
New Revision: 357062
URL: http://svnweb.freebsd.org/changeset/ports/357062
QAT: https://qat.redports.org/buildarchive/r357062/

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)

Deleted:
  head/devel/py-repoze.what-pylons/pkg-plist
Modified:
  head/devel/py-repoze.what-pylons/Makefile

Modified: head/devel/py-repoze.what-pylons/Makefile
==============================================================================
--- head/devel/py-repoze.what-pylons/Makefile	Sun Jun  8 16:37:35 2014	(r357061)
+++ head/devel/py-repoze.what-pylons/Makefile	Sun Jun  8 16:48:48 2014	(r357062)
@@ -3,7 +3,7 @@
 
 PORTNAME=	repoze.what-pylons
 PORTVERSION=	1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,6 +17,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}py
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list