svn commit: r347589 - head/security/py-pyptlib

Martin Wilke miwi at FreeBSD.org
Sun Mar 9 14:25:06 UTC 2014


Author: miwi
Date: Sun Mar  9 14:25:05 2014
New Revision: 347589
URL: http://svnweb.freebsd.org/changeset/ports/347589
QAT: https://qat.redports.org/buildarchive/r347589/

Log:
  - Convert to autoplist
  - Stage support
  - Bump PORTREVISIO

Modified:
  head/security/py-pyptlib/Makefile

Modified: head/security/py-pyptlib/Makefile
==============================================================================
--- head/security/py-pyptlib/Makefile	Sun Mar  9 14:24:48 2014	(r347588)
+++ head/security/py-pyptlib/Makefile	Sun Mar  9 14:25:05 2014	(r347589)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pyptlib
 PORTVERSION=	0.0.5
+PORTREVISION=	1
 CATEGORIES=	security net python
 MASTER_SITES=	http://www.c-s.li/ports/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +14,7 @@ COMMENT=	Pluggable transport library
 LICENSE=	BSD
 
 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-head mailing list