diff options
author | leeym <leeym@FreeBSD.org> | 2006-06-23 19:35:31 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-06-23 19:35:31 +0800 |
commit | ffd56c12c730703779c6e7ffbffe6e11f792e21f (patch) | |
tree | 727be8e76a110aaeec64e5c5ca11a63cace29e18 /graphics/p5-GD | |
parent | cfa93adde2e9ad14e1599134881a8d4a9a1293d9 (diff) | |
download | freebsd-ports-gnome-ffd56c12c730703779c6e7ffbffe6e11f792e21f.tar.gz freebsd-ports-gnome-ffd56c12c730703779c6e7ffbffe6e11f792e21f.tar.zst freebsd-ports-gnome-ffd56c12c730703779c6e7ffbffe6e11f792e21f.zip |
- update to 2.34
- IGNORE when perl < 5.6
PR: 99349
Submitted by: leeym
Approved by: maintainer
Diffstat (limited to 'graphics/p5-GD')
-rw-r--r-- | graphics/p5-GD/Makefile | 6 | ||||
-rw-r--r-- | graphics/p5-GD/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 0e8445051591..34def4c0d9ca 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -6,7 +6,7 @@ # PORTNAME= GD -PORTVERSION= 2.32 +PORTVERSION= 2.34 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD @@ -29,8 +29,8 @@ MAN3= GD.3 GD::Polyline.3 GD::Simple.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 -IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again .endif .include <bsd.port.post.mk> diff --git a/graphics/p5-GD/distinfo b/graphics/p5-GD/distinfo index d4b09d8992b4..c62ecdc0ecfc 100644 --- a/graphics/p5-GD/distinfo +++ b/graphics/p5-GD/distinfo @@ -1,3 +1,3 @@ -MD5 (GD-2.32.tar.gz) = 84a79a60966b2de61dbf622342e3ee3d -SHA256 (GD-2.32.tar.gz) = bf350020b43eee720d023df112744b47bd42f6c948d1c71c71d8fb5f886b1b7a -SIZE (GD-2.32.tar.gz) = 254693 +MD5 (GD-2.34.tar.gz) = f52ff87ff95a1e5cf42a8ffa08cc3663 +SHA256 (GD-2.34.tar.gz) = 522eb6a2521d175053cf34f10402b4fb6aaf1a0dc8e4365a7a28db23133824df +SIZE (GD-2.34.tar.gz) = 255522 |