diff options
author | tota <tota@FreeBSD.org> | 2016-04-03 19:00:20 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2016-04-03 19:00:20 +0800 |
commit | fdecd9f7d102a7faf7b8a47c89767b8987772262 (patch) | |
tree | 100ca09c055059d1aa951fed35fff66edf354b8f /print | |
parent | b89b4a7c7b76a4c45a0daabfe77ecc5b5032ca17 (diff) | |
download | freebsd-ports-gnome-fdecd9f7d102a7faf7b8a47c89767b8987772262.tar.gz freebsd-ports-gnome-fdecd9f7d102a7faf7b8a47c89767b8987772262.tar.zst freebsd-ports-gnome-fdecd9f7d102a7faf7b8a47c89767b8987772262.zip |
- 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)
Diffstat (limited to 'print')
-rw-r--r-- | print/dot2tex/Makefile | 19 | ||||
-rw-r--r-- | print/dot2tex/distinfo | 4 | ||||
-rw-r--r-- | print/dot2tex/pkg-descr | 2 |
3 files changed, 14 insertions, 11 deletions
diff --git a/print/dot2tex/Makefile b/print/dot2tex/Makefile index bc0dcaf9ab9e..fd2d165c4b4d 100644 --- a/print/dot2tex/Makefile +++ b/print/dot2tex/Makefile @@ -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 <bsd.port.mk> diff --git a/print/dot2tex/distinfo b/print/dot2tex/distinfo index 2caf75a500dd..18e99a999003 100644 --- a/print/dot2tex/distinfo +++ b/print/dot2tex/distinfo @@ -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 diff --git a/print/dot2tex/pkg-descr b/print/dot2tex/pkg-descr index 95d235f8b1ce..388a1a9507f1 100644 --- a/print/dot2tex/pkg-descr +++ b/print/dot2tex/pkg-descr @@ -7,4 +7,4 @@ Graphviz to a series of PSTricks or PGF/TikZ commands. This approach allows: - Using backend specific styles to customize the output -WWW: http://www.fauskes.net/code/dot2tex/ +WWW: https://github.com/kjellmf/dot2tex |