mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- 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)
This commit is contained in:
parent
cbedd5479a
commit
d3ce164c14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164548
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user