diff options
author | adamw <adamw@FreeBSD.org> | 2016-10-09 06:53:18 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-10-09 06:53:18 +0800 |
commit | 7892bebcd5a0ff8c4d3f2f07f388bdb2198b115f (patch) | |
tree | aaf05ffb09f51a3282cc49da0b73d8165cc5471a | |
parent | 0709885472116eb820cf8a156cec3e4c4af8f736 (diff) | |
download | freebsd-ports-gnome-7892bebcd5a0ff8c4d3f2f07f388bdb2198b115f.tar.gz freebsd-ports-gnome-7892bebcd5a0ff8c4d3f2f07f388bdb2198b115f.tar.zst freebsd-ports-gnome-7892bebcd5a0ff8c4d3f2f07f388bdb2198b115f.zip |
Update to 1.53.
Changes: https://metacpan.org/changes/distribution/GDGraph
-rw-r--r-- | graphics/p5-GD-Graph/Makefile | 5 | ||||
-rw-r--r-- | graphics/p5-GD-Graph/distinfo | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/graphics/p5-GD-Graph/Makefile b/graphics/p5-GD-Graph/Makefile index 35e8c800f5a4..0894675767c6 100644 --- a/graphics/p5-GD-Graph/Makefile +++ b/graphics/p5-GD-Graph/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GD-Graph -PORTVERSION= 1.52 +PORTVERSION= 1.53 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +17,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-GD>=0:graphics/p5-GD \ p5-GD-TextUtil>=0:graphics/p5-GD-TextUtil RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0.40:devel/p5-Test-Exception +TEST_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \ + p5-Test-Exception>=0.40:devel/p5-Test-Exception NO_ARCH= yes USES= perl5 diff --git a/graphics/p5-GD-Graph/distinfo b/graphics/p5-GD-Graph/distinfo index 9b91411d6d1d..24d0b34fc8a6 100644 --- a/graphics/p5-GD-Graph/distinfo +++ b/graphics/p5-GD-Graph/distinfo @@ -1,2 +1,3 @@ -SHA256 (GDGraph-1.52.tar.gz) = 0d399fda24213ca6d3d6721b8818e5e0f9da2b8326b7afb5db63314d079eb8ff -SIZE (GDGraph-1.52.tar.gz) = 156349 +TIMESTAMP = 1475966920 +SHA256 (GDGraph-1.53.tar.gz) = 2978c7951d4c41e4fc1e1faf6bc99a0d92701d8585a986f77d2f697505a6799a +SIZE (GDGraph-1.53.tar.gz) = 156777 |