Date: Thu, 8 Sep 2011 21:14:36 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ychsiao@ychsiao.org Subject: ports/160554: [PATCH] graphics/p5-Imager-Graph: update to 0.09 Message-ID: <20110908131436.180175A0E@sunpoet.net> Resent-Message-ID: <201109081320.p88DK9A1000119@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 160554 >Category: ports >Synopsis: [PATCH] graphics/p5-Imager-Graph: update to 0.09 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Sep 08 13:20:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul 9 23:23:51 CST >Description: - Update to 0.09 Port maintainer (ychsiao@ychsiao.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Imager-Graph-0.09.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/p5-Imager-Graph/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 28 Mar 2010 06:37:26 -0000 1.8 +++ Makefile 8 Sep 2011 13:14:52 -0000 @@ -6,8 +6,7 @@ # PORTNAME= Imager-Graph -PORTVERSION= 0.07 -PORTREVISION= 3 +PORTVERSION= 0.09 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,14 +14,20 @@ MAINTAINER= ychsiao@ychsiao.org COMMENT= Perl extension for producing Graphs using the Imager library -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-Imager>=0.75:${PORTSDIR}/graphics/p5-Imager +RUN_DEPENDS= p5-Imager>=0.75:${PORTSDIR}/graphics/p5-Imager PERL_CONFIGURE= yes -MAN3= Imager::Graph.3 Imager::Graph::Bar.3 Imager::Graph::Column.3 \ - Imager::Graph::Horizontal.3 Imager::Graph::Line.3 \ - Imager::Graph::Pie.3 Imager::Graph::StackedColumn.3 \ - Imager::Graph::Util.3 Imager::Graph::Vertical.3 +MAN3= Imager::Graph.3 \ + Imager::Graph::Area.3 \ + Imager::Graph::Bar.3 \ + Imager::Graph::Column.3 \ + Imager::Graph::Horizontal.3 \ + Imager::Graph::Line.3 \ + Imager::Graph::Pie.3 \ + Imager::Graph::StackedColumn.3 \ + Imager::Graph::Util.3 \ + Imager::Graph::Vertical.3 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/p5-Imager-Graph/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 3 Jul 2011 14:11:49 -0000 1.5 +++ distinfo 8 Sep 2011 13:14:52 -0000 @@ -1,2 +1,2 @@ -SHA256 (Imager-Graph-0.07.tar.gz) = 0a04fae1536287158bacc11b61e3ce3cc46f1e9ab255dfd5ef8b266e5a05105e -SIZE (Imager-Graph-0.07.tar.gz) = 179865 +SHA256 (Imager-Graph-0.09.tar.gz) = 51eeff43347bab423a0fe1b61676640405128569d9536825f0f9970cee948984 +SIZE (Imager-Graph-0.09.tar.gz) = 292253 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/p5-Imager-Graph/pkg-plist,v retrieving revision 1.5 diff -u -u -r1.5 pkg-plist --- pkg-plist 15 Jun 2009 13:52:39 -0000 1.5 +++ pkg-plist 8 Sep 2011 13:14:52 -0000 @@ -1,4 +1,5 @@ %%SITE_PERL%%/Imager/Graph.pm +%%SITE_PERL%%/Imager/Graph/Area.pm %%SITE_PERL%%/Imager/Graph/Bar.pm %%SITE_PERL%%/Imager/Graph/Column.pm %%SITE_PERL%%/Imager/Graph/Horizontal.pm --- p5-Imager-Graph-0.09.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110908131436.180175A0E>