svn commit: r385416 - head/graphics/py-PyX
Marcus von Appen
mva at FreeBSD.org
Mon May 4 16:49:25 UTC 2015
Author: mva
Date: Mon May 4 16:49:23 2015
New Revision: 385416
URL: https://svnweb.freebsd.org/changeset/ports/385416
Log:
- Update to version 0.14
Aside from bug fixes and smaller changes, this release comes with new
svgwriter and svgfile modules, which bring SVG in- and output support to
PyX.
Changelog: http://sourceforge.net/p/pyx/code/HEAD/tree/tags/pyx_0_14/pyx/CHANGES
Modified:
head/graphics/py-PyX/Makefile
head/graphics/py-PyX/distinfo
Modified: head/graphics/py-PyX/Makefile
==============================================================================
--- head/graphics/py-PyX/Makefile Mon May 4 16:17:40 2015 (r385415)
+++ head/graphics/py-PyX/Makefile Mon May 4 16:49:23 2015 (r385416)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= PyX
-PORTVERSION= 0.13
-PORTREVISION= 1
+PORTVERSION= 0.14
CATEGORIES= graphics python
MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/graphics/py-PyX/distinfo
==============================================================================
--- head/graphics/py-PyX/distinfo Mon May 4 16:17:40 2015 (r385415)
+++ head/graphics/py-PyX/distinfo Mon May 4 16:49:23 2015 (r385416)
@@ -1,2 +1,2 @@
-SHA256 (PyX-0.13.tar.gz) = 1952962c965000d8e04a00d1b85c600cdef4588cea88c9face2adbedf21d42c6
-SIZE (PyX-0.13.tar.gz) = 1237082
+SHA256 (PyX-0.14.tar.gz) = b0ea832e97156338010767a7edacbf6147a75cdd5ac1b147bd73afd514eed370
+SIZE (PyX-0.14.tar.gz) = 2475559
More information about the svn-ports-head
mailing list