update graphics/p5-GD-Graph: 1.41 --> 1.43
PR: 53965 Submitted by: Mathieu Arnold <m@absolight.net>
This commit is contained in:
parent
1c8a109e3a
commit
e045dd5f10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84032
3 changed files with 6 additions and 6 deletions
|
@ -6,23 +6,22 @@
|
|||
#
|
||||
|
||||
PORTNAME= GD-Graph
|
||||
PORTVERSION= 1.41
|
||||
PORTVERSION= 1.43
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= GD
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= GDGraph-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= m@absolight.net
|
||||
COMMENT= Graph plotting module for perl5
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GD/Text/Align.pm:${PORTSDIR}/graphics/p5-GD-TextUtil
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
|
||||
${SITE_PERL}/GD/Text/Align.pm:${PORTSDIR}/graphics/p5-GD-TextUtil
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= GD::Graph.3 \
|
||||
GD::Graph::Data.3 \
|
||||
GD::Graph::Error.3 \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (GDGraph-1.41.tar.gz) = 1c301cbc51e2c477c7cded8b8859e99d
|
||||
MD5 (GDGraph-1.43.tar.gz) = cf546f2de827a56458afe288ab0807f2
|
||||
|
|
|
@ -15,5 +15,6 @@
|
|||
%%SITE_PERL%%/GD/Graph/utils.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD 2>/dev/null || true
|
||||
@dirrm %%SITE_PERL%%/GD/Graph
|
||||
@unexec rmdir %D/%%SITE_PERL%%/GD 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue