diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-12-05 10:35:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-12-05 10:35:37 +0800 |
commit | 2e9644f1ec8cc011791b35e98f31013ce11f941f (patch) | |
tree | cbb9a9d25fe9182478798507995e76c1252719ae /graphics | |
parent | e44231044505f648de7f3e5988a79f7e77dcb87f (diff) | |
download | freebsd-ports-gnome-2e9644f1ec8cc011791b35e98f31013ce11f941f.tar.gz freebsd-ports-gnome-2e9644f1ec8cc011791b35e98f31013ce11f941f.tar.zst freebsd-ports-gnome-2e9644f1ec8cc011791b35e98f31013ce11f941f.zip |
- Update to 2.06
- Add LICENSE
Changes: http://search.cpan.org/dist/GraphViz2/CHANGES
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GraphViz2/Makefile | 6 | ||||
-rw-r--r-- | graphics/p5-GraphViz2/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/graphics/p5-GraphViz2/Makefile b/graphics/p5-GraphViz2/Makefile index 5b6e2c46998a..a6b353c5adb3 100644 --- a/graphics/p5-GraphViz2/Makefile +++ b/graphics/p5-GraphViz2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GraphViz2 -PORTVERSION= 2.05 +PORTVERSION= 2.06 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RSAVAGE @@ -12,6 +12,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= sunpoet@FreeBSD.org COMMENT= A wrapper for AT&T Graphviz +LICENSE= ART10 + BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \ p5-Algorithm-Dependency>=1.110:${PORTSDIR}/devel/p5-Algorithm-Dependency \ p5-Capture-Tiny>=0.10:${PORTSDIR}/devel/p5-Capture-Tiny \ @@ -32,7 +34,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \ p5-TimeDate>=1.20:${PORTSDIR}/devel/p5-TimeDate \ p5-Tree-DAG_Node>=1.06:${PORTSDIR}/devel/p5-Tree-DAG_Node \ p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny \ - p5-XML-Bare>=0.45:${PORTSDIR}/textproc/p5-XML-Bare \ + p5-XML-Bare>=0:${PORTSDIR}/textproc/p5-XML-Bare \ p5-XML-Tiny>=2.06:${PORTSDIR}/textproc/p5-XML-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1.44:${PORTSDIR}/devel/p5-Test-Pod diff --git a/graphics/p5-GraphViz2/distinfo b/graphics/p5-GraphViz2/distinfo index 8d4c80614cd0..af09bde47a27 100644 --- a/graphics/p5-GraphViz2/distinfo +++ b/graphics/p5-GraphViz2/distinfo @@ -1,2 +1,2 @@ -SHA256 (GraphViz2-2.05.tgz) = 4ac49dc103699168539a656c6ee8ba1f33ef1ddf0b757217d1624a0b8085ebac -SIZE (GraphViz2-2.05.tgz) = 201011 +SHA256 (GraphViz2-2.06.tgz) = b7f32c3ef95993503ac2dc8b197f29b37be42470ad0fbfed4462d9d5a6cfb182 +SIZE (GraphViz2-2.06.tgz) = 201094 |