Date: Fri, 13 Jun 2014 16:54:00 +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: r357702 - in head/graphics: . py-PyX py-PyX12 Message-ID: <201406131654.s5DGs0Iq006931@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Fri Jun 13 16:54:00 2014 New Revision: 357702 URL: http://svnweb.freebsd.org/changeset/ports/357702 QAT: https://qat.redports.org/buildarchive/r357702/ Log: - Update graphics/py-PyX to version 0.13 - Repocopy graphics/py-PyX -> graphics/py-PyX12, since 0.13 requires Python 3 Added: head/graphics/py-PyX12/ - copied from r350668, head/graphics/py-PyX/ Modified: head/graphics/Makefile head/graphics/py-PyX/Makefile head/graphics/py-PyX/distinfo head/graphics/py-PyX12/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Fri Jun 13 16:42:03 2014 (r357701) +++ head/graphics/Makefile Fri Jun 13 16:54:00 2014 (r357702) @@ -815,6 +815,7 @@ SUBDIR += pure-gl SUBDIR += pvmpov SUBDIR += py-PyX + SUBDIR += py-PyX12 SUBDIR += py-aafigure SUBDIR += py-actdiag SUBDIR += py-blockdiag Modified: head/graphics/py-PyX/Makefile ============================================================================== --- head/graphics/py-PyX/Makefile Fri Jun 13 16:42:03 2014 (r357701) +++ head/graphics/py-PyX/Makefile Fri Jun 13 16:54:00 2014 (r357702) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PyX -PORTVERSION= 0.12.1 +PORTVERSION= 0.13.0 CATEGORIES= graphics python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Python package for creating enc LICENSE= GPLv2 -USE_PYTHON= yes +USE_PYTHON= 3 USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes USE_TEX= latex:build Modified: head/graphics/py-PyX/distinfo ============================================================================== --- head/graphics/py-PyX/distinfo Fri Jun 13 16:42:03 2014 (r357701) +++ head/graphics/py-PyX/distinfo Fri Jun 13 16:54:00 2014 (r357702) @@ -1,2 +1,2 @@ -SHA256 (PyX-0.12.1.tar.gz) = e837b26a8b1c27524cf3f3dd6c0d563451249159edaa2e366d87e7143a867e8e -SIZE (PyX-0.12.1.tar.gz) = 561989 +SHA256 (PyX-0.13.tar.gz) = 1952962c965000d8e04a00d1b85c600cdef4588cea88c9face2adbedf21d42c6 +SIZE (PyX-0.13.tar.gz) = 1237082 Modified: head/graphics/py-PyX12/Makefile ============================================================================== --- head/graphics/py-PyX/Makefile Wed Apr 9 04:29:12 2014 (r350668) +++ head/graphics/py-PyX12/Makefile Fri Jun 13 16:54:00 2014 (r357702) @@ -6,13 +6,14 @@ PORTVERSION= 0.12.1 CATEGORIES= graphics python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 12 MAINTAINER= mva@FreeBSD.org COMMENT= Python package for creating encapsulated PostScript figures LICENSE= GPLv2 -USE_PYTHON= yes +USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes USE_TEX= latex:build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406131654.s5DGs0Iq006931>