Date: Tue, 15 Dec 2015 17:48:13 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403796 - head/graphics/py-PyX Message-ID: <201512151748.tBFHmDq5024410@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Tue Dec 15 17:48:13 2015 New Revision: 403796 URL: https://svnweb.freebsd.org/changeset/ports/403796 Log: - Update to version 0.14.1 - PyX is distributed via PyPi now, unbreak Modified: head/graphics/py-PyX/Makefile head/graphics/py-PyX/distinfo Modified: head/graphics/py-PyX/Makefile ============================================================================== --- head/graphics/py-PyX/Makefile Tue Dec 15 17:13:56 2015 (r403795) +++ head/graphics/py-PyX/Makefile Tue Dec 15 17:48:13 2015 (r403796) @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= PyX -PORTVERSION= 0.14 +PORTVERSION= 0.14.1 CATEGORIES= graphics python -MASTER_SITES= SF +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mva@FreeBSD.org COMMENT= Python package for creating encapsulated PostScript figures -BROKEN= unfetchable LICENSE= GPLv2 USES= python:3 Modified: head/graphics/py-PyX/distinfo ============================================================================== --- head/graphics/py-PyX/distinfo Tue Dec 15 17:13:56 2015 (r403795) +++ head/graphics/py-PyX/distinfo Tue Dec 15 17:48:13 2015 (r403796) @@ -1,2 +1,2 @@ -SHA256 (PyX-0.14.tar.gz) = b0ea832e97156338010767a7edacbf6147a75cdd5ac1b147bd73afd514eed370 -SIZE (PyX-0.14.tar.gz) = 2475559 +SHA256 (PyX-0.14.1.tar.gz) = 05d1b7fc813379d2c12fcb5bd0195cab522b5aabafac88f72913f1d47becd912 +SIZE (PyX-0.14.1.tar.gz) = 2475186
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512151748.tBFHmDq5024410>