svn commit: r319196 - head/graphics/p5-Graph-Easy
Anton Berezin
tobez at FreeBSD.org
Mon May 27 09:37:50 UTC 2013
Author: tobez
Date: Mon May 27 09:37:49 2013
New Revision: 319196
URL: http://svnweb.freebsd.org/changeset/ports/319196
Log:
Update to 0.73.
Changes: http://search.cpan.org/dist/Graph-Easy/CHANGES
Modified:
head/graphics/p5-Graph-Easy/Makefile
head/graphics/p5-Graph-Easy/distinfo
head/graphics/p5-Graph-Easy/pkg-plist
Modified: head/graphics/p5-Graph-Easy/Makefile
==============================================================================
--- head/graphics/p5-Graph-Easy/Makefile Mon May 27 09:33:08 2013 (r319195)
+++ head/graphics/p5-Graph-Easy/Makefile Mon May 27 09:37:49 2013 (r319196)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: graphics/p5-Graph-Easy
-# Date created: 22 October 2005
-# Whom: Anton Berezin <tobez at FreeBSD.org>
-#
+# Created by: Anton Berezin <tobez at 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>
Modified: head/graphics/p5-Graph-Easy/distinfo
==============================================================================
--- head/graphics/p5-Graph-Easy/distinfo Mon May 27 09:33:08 2013 (r319195)
+++ head/graphics/p5-Graph-Easy/distinfo Mon May 27 09:37:49 2013 (r319196)
@@ -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
Modified: head/graphics/p5-Graph-Easy/pkg-plist
==============================================================================
--- head/graphics/p5-Graph-Easy/pkg-plist Mon May 27 09:33:08 2013 (r319195)
+++ head/graphics/p5-Graph-Easy/pkg-plist Mon May 27 09:37:49 2013 (r319196)
@@ -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
More information about the svn-ports-all
mailing list