aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/p5-Graph-Easy/Makefile6
-rw-r--r--graphics/p5-Graph-Easy/distinfo6
-rw-r--r--graphics/p5-Graph-Easy/pkg-plist4
3 files changed, 10 insertions, 6 deletions
diff --git a/graphics/p5-Graph-Easy/Makefile b/graphics/p5-Graph-Easy/Makefile
index 5488c09daa7f..e9e0a1f530e2 100644
--- a/graphics/p5-Graph-Easy/Makefile
+++ b/graphics/p5-Graph-Easy/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Graph-Easy
-PORTVERSION= 0.54
+PORTVERSION= 0.55
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Graph
@@ -27,6 +27,7 @@ MAN3= Graph::Easy.3 \
Graph::Easy::As_ascii.3 \
Graph::Easy::As_graphviz.3 \
Graph::Easy::As_txt.3 \
+ Graph::Easy::As_vcg.3 \
Graph::Easy::Attributes.3 \
Graph::Easy::Base.3 \
Graph::Easy::Edge.3 \
@@ -45,7 +46,8 @@ MAN3= Graph::Easy.3 \
Graph::Easy::Node::Cell.3 \
Graph::Easy::Node::Empty.3 \
Graph::Easy::Parser.3 \
- Graph::Easy::Parser::Graphviz.3
+ Graph::Easy::Parser::Graphviz.3 \
+ Graph::Easy::Parser::VCG.3
.include <bsd.port.pre.mk>
diff --git a/graphics/p5-Graph-Easy/distinfo b/graphics/p5-Graph-Easy/distinfo
index ed5840001140..5d68792e651b 100644
--- a/graphics/p5-Graph-Easy/distinfo
+++ b/graphics/p5-Graph-Easy/distinfo
@@ -1,3 +1,3 @@
-MD5 (Graph-Easy-0.54.tar.gz) = ddd605574ababf80a822ee17a82e9def
-SHA256 (Graph-Easy-0.54.tar.gz) = 5bbd3dae0b9b4d0099f2b54f12a26cfcb7ab64cd7618747f367d90266ce24d6e
-SIZE (Graph-Easy-0.54.tar.gz) = 350654
+MD5 (Graph-Easy-0.55.tar.gz) = 8df6a7eb36416f3b44d61d4ce8fbcbac
+SHA256 (Graph-Easy-0.55.tar.gz) = 90226c9ef04d16b4b9df0044a2e5a7ca6cfc38bdb7251fb2ca686b3171fd49aa
+SIZE (Graph-Easy-0.55.tar.gz) = 366745
diff --git a/graphics/p5-Graph-Easy/pkg-plist b/graphics/p5-Graph-Easy/pkg-plist
index 712248bbc04f..c995e323bfc2 100644
--- a/graphics/p5-Graph-Easy/pkg-plist
+++ b/graphics/p5-Graph-Easy/pkg-plist
@@ -1,8 +1,10 @@
bin/graph-easy
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph/Easy/.packlist
%%SITE_PERL%%/Graph/Easy.pm
%%SITE_PERL%%/Graph/Easy/As_ascii.pm
%%SITE_PERL%%/Graph/Easy/As_graphviz.pm
%%SITE_PERL%%/Graph/Easy/As_txt.pm
+%%SITE_PERL%%/Graph/Easy/As_vcg.pm
%%SITE_PERL%%/Graph/Easy/Attributes.pm
%%SITE_PERL%%/Graph/Easy/Base.pm
%%SITE_PERL%%/Graph/Easy/Edge.pm
@@ -22,7 +24,7 @@ bin/graph-easy
%%SITE_PERL%%/Graph/Easy/Node/Empty.pm
%%SITE_PERL%%/Graph/Easy/Parser.pm
%%SITE_PERL%%/Graph/Easy/Parser/Graphviz.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph/Easy/.packlist
+%%SITE_PERL%%/Graph/Easy/Parser/VCG.pm
@dirrmtry %%SITE_PERL%%/Graph/Easy/Parser
@dirrmtry %%SITE_PERL%%/Graph/Easy/Node
@dirrmtry %%SITE_PERL%%/Graph/Easy/Layout