From owner-svn-ports-head@FreeBSD.ORG Mon May 4 16:49:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C414275; Mon, 4 May 2015 16:49:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AA8916A9; Mon, 4 May 2015 16:49:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t44GnOTs012446; Mon, 4 May 2015 16:49:24 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t44GnO98012442; Mon, 4 May 2015 16:49:24 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201505041649.t44GnO98012442@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Mon, 4 May 2015 16:49:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385416 - head/graphics/py-PyX X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 May 2015 16:49:25 -0000 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