From owner-svn-ports-head@freebsd.org Sun Apr 3 11:00:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B65DAEC008; Sun, 3 Apr 2016 11:00:22 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 0E75B1BEE; Sun, 3 Apr 2016 11:00:21 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u33B0LSH087247; Sun, 3 Apr 2016 11:00:21 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u33B0LVb087244; Sun, 3 Apr 2016 11:00:21 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201604031100.u33B0LVb087244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 3 Apr 2016 11:00:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412460 - head/print/dot2tex 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.21 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: Sun, 03 Apr 2016 11:00:22 -0000 Author: tota Date: Sun Apr 3 11:00:20 2016 New Revision: 412460 URL: https://svnweb.freebsd.org/changeset/ports/412460 Log: - Update to 2.9.0 - Restrict Python version and pyparsing version - Switch from GOOGLE_CODE to USE_GITHUB - Add LICENSE section - Add NO_ARCH - Update WWW in pkg-descr - Make portlint happy - Take maintainership PR: 208477 Submitted by: tota@ (myself) Approved by: romain@ (maintainer) Modified: head/print/dot2tex/Makefile (contents, props changed) head/print/dot2tex/distinfo (contents, props changed) head/print/dot2tex/pkg-descr (contents, props changed) Modified: head/print/dot2tex/Makefile ============================================================================== --- head/print/dot2tex/Makefile Sun Apr 3 10:42:13 2016 (r412459) +++ head/print/dot2tex/Makefile Sun Apr 3 11:00:20 2016 (r412460) @@ -2,19 +2,22 @@ # $FreeBSD$ PORTNAME= dot2tex -PORTVERSION= 2.8.7 -PORTREVISION= 2 +PORTVERSION= 2.9.0 CATEGORIES= print -MASTER_SITES= GOOGLE_CODE -MAINTAINER= romain@FreeBSD.org +MAINTAINER= tota@FreeBSD.org COMMENT= Graphviz to LaTeX converter -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing \ - dot:graphics/graphviz +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -# The .tar.gz sucks! -USES= python zip +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=1.4.8:${PORTSDIR}/devel/py-pyparsing \ + dot:${PORTSDIR}/graphics/graphviz + +NO_ARCH= yes +USES= python:2.7 USE_PYTHON= distutils autoplist +USE_GITHUB= yes +GH_ACCOUNT= kjellmf .include Modified: head/print/dot2tex/distinfo ============================================================================== --- head/print/dot2tex/distinfo Sun Apr 3 10:42:13 2016 (r412459) +++ head/print/dot2tex/distinfo Sun Apr 3 11:00:20 2016 (r412460) @@ -1,2 +1,2 @@ -SHA256 (dot2tex-2.8.7.zip) = 6bac96a242553060af8a0f40af9d3a2c31d190173311f28600a09c1aac32b7f8 -SIZE (dot2tex-2.8.7.zip) = 592439 +SHA256 (kjellmf-dot2tex-2.9.0_GH0.tar.gz) = 7a182868f72fd5e59899f85006c3b559ac4157ade003f3e208341a9a5b46d2fa +SIZE (kjellmf-dot2tex-2.9.0_GH0.tar.gz) = 663372 Modified: head/print/dot2tex/pkg-descr ============================================================================== --- head/print/dot2tex/pkg-descr Sun Apr 3 10:42:13 2016 (r412459) +++ head/print/dot2tex/pkg-descr Sun Apr 3 11:00:20 2016 (r412460) @@ -7,4 +7,4 @@ Graphviz to a series of PSTricks or PGF/ - Using backend specific styles to customize the output -WWW: http://www.fauskes.net/code/dot2tex/ +WWW: https://github.com/kjellmf/dot2tex