diff options
author | mat <mat@FreeBSD.org> | 2006-06-14 19:24:32 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2006-06-14 19:24:32 +0800 |
commit | b1d8c35a738415f31900b8f1a870dce0560f8a4e (patch) | |
tree | f7fbfe20e2a7ee945b78e66772d379842a205500 | |
parent | 0df77b3372411c253acfb5b90d402d561140135d (diff) | |
download | freebsd-ports-gnome-b1d8c35a738415f31900b8f1a870dce0560f8a4e.tar.gz freebsd-ports-gnome-b1d8c35a738415f31900b8f1a870dce0560f8a4e.tar.zst freebsd-ports-gnome-b1d8c35a738415f31900b8f1a870dce0560f8a4e.zip |
Update to 1.43.08
Depend on perl 5.8 because p5-GD does
PR: 98719
Submitted by: Larry Rosenman <ler@lerctr.org>
-rw-r--r-- | graphics/p5-GD-Graph/Makefile | 10 | ||||
-rw-r--r-- | graphics/p5-GD-Graph/distinfo | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/graphics/p5-GD-Graph/Makefile b/graphics/p5-GD-Graph/Makefile index 0bacd613c477..74cedd8a9741 100644 --- a/graphics/p5-GD-Graph/Makefile +++ b/graphics/p5-GD-Graph/Makefile @@ -6,7 +6,7 @@ # PORTNAME= GD-Graph -PORTVERSION= 1.43.07 +PORTVERSION= 1.43.08 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Test/BWARFIELD @@ -32,4 +32,10 @@ MAN3= GD::Graph.3 \ post-patch: @${FIND} ${WRKSRC} -name "*.orig" -print0 | ${XARGS} -0 ${RM} -f -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/p5-GD-Graph/distinfo b/graphics/p5-GD-Graph/distinfo index 8c601d014139..8f80f6903ef1 100644 --- a/graphics/p5-GD-Graph/distinfo +++ b/graphics/p5-GD-Graph/distinfo @@ -1,3 +1,3 @@ -MD5 (GDGraph-1.4307.tar.gz) = ac5d4aa5db492ac5a0af08a57c4db2c9 -SHA256 (GDGraph-1.4307.tar.gz) = 25a23c67f9c24c6d685667141598c1ff1a947cec9af0d16cb009645c49b85c88 -SIZE (GDGraph-1.4307.tar.gz) = 149111 +MD5 (GDGraph-1.4308.tar.gz) = fcdd34d5e09ae917b5d264887734b3b1 +SHA256 (GDGraph-1.4308.tar.gz) = 75b3c7e280431404ed096c6e120d552cc39052a8610787149515e94b9ba237cb +SIZE (GDGraph-1.4308.tar.gz) = 146385 |