Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2014 10:31:17 +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: r344362 - head/math/py-mathdom
Message-ID:  <201402151031.s1FAVH3X051080@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402151031.s1FAVH3X051080>