From owner-svn-ports-all@FreeBSD.ORG Mon May 27 09:37:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B52ED5DE; Mon, 27 May 2013 09:37:50 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8C76980; Mon, 27 May 2013 09:37:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4R9bouw026451; Mon, 27 May 2013 09:37:50 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4R9bnDt026445; Mon, 27 May 2013 09:37:49 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201305270937.r4R9bnDt026445@svn.freebsd.org> From: Anton Berezin Date: Mon, 27 May 2013 09:37:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319196 - head/graphics/p5-Graph-Easy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 May 2013 09:37:50 -0000 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 -# +# Created by: Anton Berezin # $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 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