diff options
author | aaron <aaron@FreeBSD.org> | 2006-06-06 09:32:32 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-06-06 09:32:32 +0800 |
commit | 0b4d66f294d107c99a9502eee9b4b5e08c03ee6c (patch) | |
tree | 774650c066ea6ef44b7a1ec851b982d09325935d /graphics/p5-GD-SVG | |
parent | 33b2f29ccdc95aac877d2a9e857c426b95e1a7df (diff) | |
download | freebsd-ports-gnome-0b4d66f294d107c99a9502eee9b4b5e08c03ee6c.tar.gz freebsd-ports-gnome-0b4d66f294d107c99a9502eee9b4b5e08c03ee6c.tar.zst freebsd-ports-gnome-0b4d66f294d107c99a9502eee9b4b5e08c03ee6c.zip |
- 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)
Diffstat (limited to 'graphics/p5-GD-SVG')
-rw-r--r-- | graphics/p5-GD-SVG/Makefile | 11 | ||||
-rw-r--r-- | graphics/p5-GD-SVG/distinfo | 6 | ||||
-rw-r--r-- | 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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +.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 <bsd.port.post.mk> 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 <harris@cshl.org> |