svn commit: r412460 - head/print/dot2tex
TAKATSU Tomonari
tota at FreeBSD.org
Sun Apr 3 11:00:22 UTC 2016
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 at FreeBSD.org
+MAINTAINER= tota at 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 <bsd.port.mk>
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
More information about the svn-ports-head
mailing list