diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-01-13 05:40:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-01-13 05:40:06 +0800 |
commit | 7bea9358c71cec9cfd5fa50c129f6e2b4ca73142 (patch) | |
tree | 344656c24fab1345a62b993c3aca192e8c0a5b4f /graphics | |
parent | b574ce00b64ed54b411b039ee5db8babf08abea0 (diff) | |
download | freebsd-ports-gnome-7bea9358c71cec9cfd5fa50c129f6e2b4ca73142.tar.gz freebsd-ports-gnome-7bea9358c71cec9cfd5fa50c129f6e2b4ca73142.tar.zst freebsd-ports-gnome-7bea9358c71cec9cfd5fa50c129f6e2b4ca73142.zip |
- Update to 1.51
- Add NO_ARCH
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/GD-Graph/CHANGES
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GD-Graph/Makefile | 6 | ||||
-rw-r--r-- | graphics/p5-GD-Graph/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
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 |