diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2013-05-27 09:37:49 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2013-05-27 09:37:49 +0000 |
commit | ac30151c583f4f51ace2b74fcf2ee2e267b2f9c8 (patch) | |
tree | db27d9412003058d5a9d7aaf951142b3e3b70e34 /graphics | |
parent | Update to 2.02. (diff) |
Update to 0.73.
Changes: http://search.cpan.org/dist/Graph-Easy/CHANGES
Notes
Notes:
svn path=/head/; revision=319196
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Graph-Easy/Makefile | 11 | ||||
-rw-r--r-- | graphics/p5-Graph-Easy/distinfo | 4 | ||||
-rw-r--r-- | graphics/p5-Graph-Easy/pkg-plist | 1 |
3 files changed, 7 insertions, 9 deletions
diff --git a/graphics/p5-Graph-Easy/Makefile b/graphics/p5-Graph-Easy/Makefile index 85249ebec4fb..33791bd86b40 100644 --- a/graphics/p5-Graph-Easy/Makefile +++ b/graphics/p5-Graph-Easy/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: graphics/p5-Graph-Easy -# Date created: 22 October 2005 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Graph-Easy -PORTVERSION= 0.72 +PORTVERSION= 0.73 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -47,6 +43,7 @@ MAN3= Graph::Easy.3 \ Graph::Easy::Node::Empty.3 \ Graph::Easy::Parser.3 \ Graph::Easy::Parser::Graphviz.3 \ - Graph::Easy::Parser::VCG.3 + Graph::Easy::Parser::VCG.3 \ + Graph::Easy::Util.3 .include <bsd.port.mk> diff --git a/graphics/p5-Graph-Easy/distinfo b/graphics/p5-Graph-Easy/distinfo index 08e6960a6dd9..e937e4867a66 100644 --- a/graphics/p5-Graph-Easy/distinfo +++ b/graphics/p5-Graph-Easy/distinfo @@ -1,2 +1,2 @@ -SHA256 (Graph-Easy-0.72.tar.gz) = 5adcef407f91c2cfb278ed09d01b74fd2745a600d9442b7fe05115154ab3060e -SIZE (Graph-Easy-0.72.tar.gz) = 392243 +SHA256 (Graph-Easy-0.73.tar.gz) = 867ad5a95049da38cb821bfae22c3a744e607bf1d7498f97ce249c8e31a291da +SIZE (Graph-Easy-0.73.tar.gz) = 394403 diff --git a/graphics/p5-Graph-Easy/pkg-plist b/graphics/p5-Graph-Easy/pkg-plist index 774ff030308c..1eacb50e5f91 100644 --- a/graphics/p5-Graph-Easy/pkg-plist +++ b/graphics/p5-Graph-Easy/pkg-plist @@ -27,6 +27,7 @@ bin/graph-easy %%SITE_PERL%%/Graph/Easy/Parser.pm %%SITE_PERL%%/Graph/Easy/Parser/Graphviz.pm %%SITE_PERL%%/Graph/Easy/Parser/VCG.pm +%%SITE_PERL%%/Graph/Easy/Util.pm @dirrmtry %%SITE_PERL%%/Graph/Easy/Parser @dirrmtry %%SITE_PERL%%/Graph/Easy/Node @dirrmtry %%SITE_PERL%%/Graph/Easy/Layout |