From owner-svn-ports-all@FreeBSD.ORG Fri Jun 13 16:54:01 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 733AC7AA; Fri, 13 Jun 2014 16:54:01 +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 4679D2FD4; Fri, 13 Jun 2014 16:54:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5DGs1Pv006941; Fri, 13 Jun 2014 16:54:01 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5DGs0Iq006931; Fri, 13 Jun 2014 16:54:00 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201406131654.s5DGs0Iq006931@svn.freebsd.org> From: Marcus von Appen Date: Fri, 13 Jun 2014 16:54:00 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2014 16:54:01 -0000 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