diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-06-23 11:35:31 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-06-23 11:35:31 +0000 |
commit | 5a254b5c88c509b28546d9e6e10f1def4e7b0bc3 (patch) | |
tree | dc1633c94be565e6034855cb00fac2b2eed84752 /graphics/p5-GD | |
parent | - remove redundant patch (diff) |
- update to 2.34
- IGNORE when perl < 5.6
PR: 99349
Submitted by: leeym
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=166107
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 |