svn commit: r354422 - head/math/py-svgmath

Wen Heping wen at FreeBSD.org
Sun May 18 14:26:46 UTC 2014


Author: wen
Date: Sun May 18 14:26:45 2014
New Revision: 354422
URL: http://svnweb.freebsd.org/changeset/ports/354422
QAT: https://qat.redports.org/buildarchive/r354422/

Log:
  - Stage support
  - Pet portlint
  - Reset maintainer to ports@

Deleted:
  head/math/py-svgmath/pkg-plist
Modified:
  head/math/py-svgmath/Makefile
  head/math/py-svgmath/pkg-descr

Modified: head/math/py-svgmath/Makefile
==============================================================================
--- head/math/py-svgmath/Makefile	Sun May 18 14:10:18 2014	(r354421)
+++ head/math/py-svgmath/Makefile	Sun May 18 14:26:45 2014	(r354422)
@@ -8,12 +8,12 @@ MASTER_SITES=	SF
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	SVGMath-${PORTVERSION}
 
-MAINTAINER=	wenheping at gmail.com
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	MathML to SVG Converter in Python
 
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	SVGMath
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/math/py-svgmath/pkg-descr
==============================================================================
--- head/math/py-svgmath/pkg-descr	Sun May 18 14:10:18 2014	(r354421)
+++ head/math/py-svgmath/pkg-descr	Sun May 18 14:26:45 2014	(r354422)
@@ -1,4 +1,4 @@
 SVGMath is a command-line utility to convert MathML expressions
 to SVG, written entirely in Python.
 
-WWW:	http://svgmath.sf.net
+WWW: http://svgmath.sf.net


More information about the svn-ports-all mailing list