From d3ce164c142a9e887cb2f58f5068f57d9831365b Mon Sep 17 00:00:00 2001 From: Aaron Dalton Date: Tue, 6 Jun 2006 01:32:32 +0000 Subject: [PATCH] - Update from v0.27 to v0.28 - Remove superfluous LIB_DEPENDS - Restrict to Perl 5.8+ due to dependency upon graphics/p5-GD PR: ports/98314 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit) --- graphics/p5-GD-SVG/Makefile | 11 ++++++++--- graphics/p5-GD-SVG/distinfo | 6 +++--- graphics/p5-GD-SVG/pkg-descr | 1 + 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/graphics/p5-GD-SVG/Makefile b/graphics/p5-GD-SVG/Makefile index 8214619cf6c9..e4f49da1f503 100644 --- a/graphics/p5-GD-SVG/Makefile +++ b/graphics/p5-GD-SVG/Makefile @@ -7,7 +7,7 @@ # PORTNAME= GD-SVG -PORTVERSION= 0.27 +PORTVERSION= 0.28 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD @@ -18,10 +18,15 @@ COMMENT= Seamlessly enable SVG output from scripts written using GD BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ ${SITE_PERL}/SVG.pm:${PORTSDIR}/textproc/p5-SVG -LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd PERL_CONFIGURE= yes MAN3= GD::SVG.3 -.include +.include + +.if ${PERL_LEVEL} < 500800 #inherited from graphics/p5-GD +IGNORE= requires at least Perl 5.8 due to dependencies. Please install lang/perl5.8 and try again +.endif + +.include diff --git a/graphics/p5-GD-SVG/distinfo b/graphics/p5-GD-SVG/distinfo index 662edb025841..6a116b230abd 100644 --- a/graphics/p5-GD-SVG/distinfo +++ b/graphics/p5-GD-SVG/distinfo @@ -1,3 +1,3 @@ -MD5 (GD-SVG-0.27.tar.gz) = 6d6f27af9096234869e753e59bc3492a -SHA256 (GD-SVG-0.27.tar.gz) = 5407757beec30ce8495a88171da3ee83224116c1d62a7de565c664d161aa84a5 -SIZE (GD-SVG-0.27.tar.gz) = 43837 +MD5 (GD-SVG-0.28.tar.gz) = 761fdaae3eec10b844713894e47e80aa +SHA256 (GD-SVG-0.28.tar.gz) = 5280ad4534358ad9b4fe88a8cc2b26b6ed28dd605c3ac0a2db1395c201d602ba +SIZE (GD-SVG-0.28.tar.gz) = 43955 diff --git a/graphics/p5-GD-SVG/pkg-descr b/graphics/p5-GD-SVG/pkg-descr index c20368f1691a..3856a9bb01c1 100644 --- a/graphics/p5-GD-SVG/pkg-descr +++ b/graphics/p5-GD-SVG/pkg-descr @@ -3,3 +3,4 @@ from scripts written using GD. It accomplishes this by translating GD functions into SVG functions. WWW: http://search.cpan.org/dist/GD-SVG/ +Author: Todd Harris, PhD