From 7bea9358c71cec9cfd5fa50c129f6e2b4ca73142 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Tue, 12 Jan 2016 21:40:06 +0000 Subject: - Update to 1.51 - Add NO_ARCH - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/GD-Graph/CHANGES --- graphics/p5-GD-Graph/Makefile | 6 ++++-- graphics/p5-GD-Graph/distinfo | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'graphics') diff --git a/graphics/p5-GD-Graph/Makefile b/graphics/p5-GD-Graph/Makefile index b3aac9229635..5382f059e83a 100644 --- a/graphics/p5-GD-Graph/Makefile +++ b/graphics/p5-GD-Graph/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= GD-Graph -PORTVERSION= 1.49 +PORTVERSION= 1.51 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= GDGraph-${DISTVERSION} +DISTNAME= GDGraph-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Graph plotting module for perl5 @@ -17,7 +17,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ p5-GD-TextUtil>=0:${PORTSDIR}/graphics/p5-GD-TextUtil RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0.40:${PORTSDIR}/devel/p5-Test-Exception +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/graphics/p5-GD-Graph/distinfo b/graphics/p5-GD-Graph/distinfo index eb0ad18242fe..5023d19afc46 100644 --- a/graphics/p5-GD-Graph/distinfo +++ b/graphics/p5-GD-Graph/distinfo @@ -1,2 +1,2 @@ -SHA256 (GDGraph-1.49.tar.gz) = d26538c827e35c1d4b27f3c045b60f1ab6b45401c54a87e86103cd7c2374cff5 -SIZE (GDGraph-1.49.tar.gz) = 155643 +SHA256 (GDGraph-1.51.tar.gz) = 0543f9549de28de05f0b40d1864cfa1f829577fad75063c45bf867d202d56123 +SIZE (GDGraph-1.51.tar.gz) = 156175 -- cgit