From owner-svn-ports-head@FreeBSD.ORG Sat Jul 20 10:03:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 49CEAADF; Sat, 20 Jul 2013 10:03:11 +0000 (UTC) (envelope-from wen@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 21E64BBB; Sat, 20 Jul 2013 10:03:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6KA3BSl008506; Sat, 20 Jul 2013 10:03:11 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6KA3A53008501; Sat, 20 Jul 2013 10:03:10 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201307201003.r6KA3A53008501@svn.freebsd.org> From: Wen Heping Date: Sat, 20 Jul 2013 10:03:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323339 - head/biology/p5-Bio-Graphics X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jul 2013 10:03:11 -0000 Author: wen Date: Sat Jul 20 10:03:10 2013 New Revision: 323339 URL: http://svnweb.freebsd.org/changeset/ports/323339 Log: - Update to 2.37 Changes: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.37/Changes Modified: head/biology/p5-Bio-Graphics/Makefile head/biology/p5-Bio-Graphics/distinfo head/biology/p5-Bio-Graphics/pkg-plist Modified: head/biology/p5-Bio-Graphics/Makefile ============================================================================== --- head/biology/p5-Bio-Graphics/Makefile Sat Jul 20 08:16:37 2013 (r323338) +++ head/biology/p5-Bio-Graphics/Makefile Sat Jul 20 10:03:10 2013 (r323339) @@ -3,7 +3,7 @@ # PORTNAME= Bio-Graphics -PORTVERSION= 2.33 +PORTVERSION= 2.37 CATEGORIES= biology perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -47,6 +47,8 @@ MAN3= Bio::Graphics.3 \ Bio::Graphics::Glyph::christmas_arrow.3 \ Bio::Graphics::Glyph::crossbox.3 \ Bio::Graphics::Glyph::dashed_line.3 \ + Bio::Graphics::Glyph::decorated_gene.3 \ + Bio::Graphics::Glyph::decorated_transcript.3 \ Bio::Graphics::Glyph::diamond.3 \ Bio::Graphics::Glyph::dna.3 \ Bio::Graphics::Glyph::dot.3 \ Modified: head/biology/p5-Bio-Graphics/distinfo ============================================================================== --- head/biology/p5-Bio-Graphics/distinfo Sat Jul 20 08:16:37 2013 (r323338) +++ head/biology/p5-Bio-Graphics/distinfo Sat Jul 20 10:03:10 2013 (r323339) @@ -1,2 +1,2 @@ -SHA256 (Bio-Graphics-2.33.tar.gz) = f33e4e7fefba13cebff55ffcc76e4568f230c1fac0ab9fab378fafbf4e76c209 -SIZE (Bio-Graphics-2.33.tar.gz) = 1064546 +SHA256 (Bio-Graphics-2.37.tar.gz) = d85716b3e773cc899b9cb5733203fa0fbb4ce7b1ac3ae36fef1bbb9000968c0f +SIZE (Bio-Graphics-2.37.tar.gz) = 1081671 Modified: head/biology/p5-Bio-Graphics/pkg-plist ============================================================================== --- head/biology/p5-Bio-Graphics/pkg-plist Sat Jul 20 08:16:37 2013 (r323338) +++ head/biology/p5-Bio-Graphics/pkg-plist Sat Jul 20 10:03:10 2013 (r323339) @@ -25,6 +25,8 @@ bin/search_overview.pl %%SITE_PERL%%/Bio/Graphics/Glyph/cross.pm %%SITE_PERL%%/Bio/Graphics/Glyph/crossbox.pm %%SITE_PERL%%/Bio/Graphics/Glyph/dashed_line.pm +%%SITE_PERL%%/Bio/Graphics/Glyph/decorated_gene.pm +%%SITE_PERL%%/Bio/Graphics/Glyph/decorated_transcript.pm %%SITE_PERL%%/Bio/Graphics/Glyph/diamond.pm %%SITE_PERL%%/Bio/Graphics/Glyph/dna.pm %%SITE_PERL%%/Bio/Graphics/Glyph/dot.pm