svn commit: r344362 - head/math/py-mathdom

Martin Wilke miwi at FreeBSD.org
Sat Feb 15 10:31:17 UTC 2014


Author: miwi
Date: Sat Feb 15 10:31:16 2014
New Revision: 344362
URL: http://svnweb.freebsd.org/changeset/ports/344362
QAT: https://qat.redports.org/buildarchive/r344362/

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

Deleted:
  head/math/py-mathdom/pkg-plist
Modified:
  head/math/py-mathdom/Makefile

Modified: head/math/py-mathdom/Makefile
==============================================================================
--- head/math/py-mathdom/Makefile	Sat Feb 15 10:30:37 2014	(r344361)
+++ head/math/py-mathdom/Makefile	Sat Feb 15 10:31:16 2014	(r344362)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mathdom
 PORTVERSION=	0.8
+PORTREVISION=	1
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP/source/m/${PORTNAME}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT=	Content MathML in Python
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list