Date: Fri, 24 Jan 2014 12:27:56 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340892 - head/graphics/pysvg Message-ID: <201401241227.s0OCRuBu020421@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Fri Jan 24 12:27:55 2014 New Revision: 340892 URL: http://svnweb.freebsd.org/changeset/ports/340892 QAT: https://qat.redports.org/buildarchive/r340892/ Log: - Update to 0.2.2 - Add LICENSE - Fix Python version - Update maintainer address Modified: head/graphics/pysvg/Makefile head/graphics/pysvg/distinfo head/graphics/pysvg/pkg-descr Modified: head/graphics/pysvg/Makefile ============================================================================== --- head/graphics/pysvg/Makefile Fri Jan 24 12:23:42 2014 (r340891) +++ head/graphics/pysvg/Makefile Fri Jan 24 12:27:55 2014 (r340892) @@ -2,18 +2,19 @@ # $FreeBSD$ PORTNAME= pysvg -PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTVERSION= 0.2.2 CATEGORIES= graphics python -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= CHEESESHOP -MAINTAINER= duchateau.olivier@gmail.com +MAINTAINER= olivierd@FreeBSD.org COMMENT= pySVG - creating svg with python +LICENSE= BSD2CLAUSE + +USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -USE_PYTHON= 2 USE_ZIP= yes .include <bsd.port.mk> Modified: head/graphics/pysvg/distinfo ============================================================================== --- head/graphics/pysvg/distinfo Fri Jan 24 12:23:42 2014 (r340891) +++ head/graphics/pysvg/distinfo Fri Jan 24 12:27:55 2014 (r340892) @@ -1,2 +1,2 @@ -SHA256 (pysvg-0.2.1.zip) = f447d39d47674176d277a21616597812c662d62834e136360e86d3f914270f36 -SIZE (pysvg-0.2.1.zip) = 24216 +SHA256 (pysvg-0.2.2.zip) = e7dd51244cd201279dba577704149e5195d4a69d6e6681bda1edb32fac24f2ed +SIZE (pysvg-0.2.2.zip) = 623804 Modified: head/graphics/pysvg/pkg-descr ============================================================================== --- head/graphics/pysvg/pkg-descr Fri Jan 24 12:23:42 2014 (r340891) +++ head/graphics/pysvg/pkg-descr Fri Jan 24 12:27:55 2014 (r340892) @@ -1,3 +1,3 @@ pySVG is a pure Python library to create SVG documents. -WWW: http://codeboje.de/pysvg/ +WWW: http://codeboje.de/pysvg/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401241227.s0OCRuBu020421>