Date: Sun, 18 May 2014 14:26:46 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354422 - head/math/py-svgmath Message-ID: <201405181426.s4IEQkR0037859@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@gmail.com +MAINTAINER= ports@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405181426.s4IEQkR0037859>