svn commit: r357862 - head/textproc/xml2rfc
Marcus von Appen
mva at FreeBSD.org
Sun Jun 15 09:58:07 UTC 2014
Author: mva
Date: Sun Jun 15 09:58:06 2014
New Revision: 357862
URL: http://svnweb.freebsd.org/changeset/ports/357862
QAT: https://qat.redports.org/buildarchive/r357862/
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/textproc/xml2rfc/pkg-plist
Modified:
head/textproc/xml2rfc/Makefile
Modified: head/textproc/xml2rfc/Makefile
==============================================================================
--- head/textproc/xml2rfc/Makefile Sun Jun 15 09:54:16 2014 (r357861)
+++ head/textproc/xml2rfc/Makefile Sun Jun 15 09:58:06 2014 (r357862)
@@ -3,7 +3,7 @@
PORTNAME= xml2rfc
PORTVERSION= 2.4.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= http://tools.ietf.org/tools/xml2rfc2/cli/
@@ -14,8 +14,9 @@ LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.2.8:${PORTSDIR}/devel/py-lxml
-USE_PYTHON= yes
-USE_PYDISTUTILS=easy_install
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
post-install:
@${CAT} ${PKGMESSAGE}
More information about the svn-ports-all
mailing list