svn commit: r344357 - head/textproc/py-html2text

Martin Wilke miwi at FreeBSD.org
Sat Feb 15 10:26:46 UTC 2014


Author: miwi
Date: Sat Feb 15 10:26:45 2014
New Revision: 344357
URL: http://svnweb.freebsd.org/changeset/ports/344357
QAT: https://qat.redports.org/buildarchive/r344357/

Log:
   Convert to autoplist
   Stage support
   Bump PORTREV

Deleted:
  head/textproc/py-html2text/pkg-plist
Modified:
  head/textproc/py-html2text/Makefile

Modified: head/textproc/py-html2text/Makefile
==============================================================================
--- head/textproc/py-html2text/Makefile	Sat Feb 15 10:26:11 2014	(r344356)
+++ head/textproc/py-html2text/Makefile	Sat Feb 15 10:26:45 2014	(r344357)
@@ -3,6 +3,7 @@
 
 PORTNAME=	html2text
 PORTVERSION=	3.200.3
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,9 +12,9 @@ MAINTAINER=	wen at FreeBSD.org
 COMMENT=	Convert HTML into clean plain ASCII text
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 CONFLICTS=	html2text-[0-9]*
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list