Date: Sun, 9 Mar 2014 14:25:06 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347589 - head/security/py-pyptlib Message-ID: <201403091425.s29EP63Z084385@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403091425.s29EP63Z084385>