mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Update to 1.43.08
Depend on perl 5.8 because p5-GD does PR: 98719 Submitted by: Larry Rosenman <ler@lerctr.org>
This commit is contained in:
parent
1499302cc0
commit
c7e5ec09a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165394
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user