summaryrefslogtreecommitdiff
path: root/graphics/p5-GD
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-07-25 05:56:33 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-07-25 05:56:33 +0000
commit7070f6ce354d5466c317b8b9d01ba3c5f107c471 (patch)
tree58ced49f40914285d1d85f8b50e463c819795efc /graphics/p5-GD
parentAdd spfval. (diff)
Update to 2.25.
PR: ports/83983 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer)
Notes
Notes: svn path=/head/; revision=140059
Diffstat (limited to 'graphics/p5-GD')
-rw-r--r--graphics/p5-GD/Makefile5
-rw-r--r--graphics/p5-GD/distinfo4
-rw-r--r--graphics/p5-GD/pkg-plist4
3 files changed, 8 insertions, 5 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile
index bb045927b99a..ff991b310af9 100644
--- a/graphics/p5-GD/Makefile
+++ b/graphics/p5-GD/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= GD
-PORTVERSION= 2.23
-PORTREVISION= 1
+PORTVERSION= 2.25
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GD
@@ -25,7 +24,7 @@ CONFIGURE_ARGS= -options "JPEG,FT,XPM,GIF,PNG" \
-lib_png_path ${LOCALBASE} -lib_zlib_path ${LOCALBASE}
MAN1= bdf2gdfont.pl.1
-MAN3= GD.3
+MAN3= GD.3 GD::Polyline.3 GD::Simple.3
.include <bsd.port.pre.mk>
diff --git a/graphics/p5-GD/distinfo b/graphics/p5-GD/distinfo
index b03eacd0963a..dc5594ead0d0 100644
--- a/graphics/p5-GD/distinfo
+++ b/graphics/p5-GD/distinfo
@@ -1,2 +1,2 @@
-MD5 (GD-2.23.tar.gz) = 131a84d37921a18c87e7d994d72165b2
-SIZE (GD-2.23.tar.gz) = 252706
+MD5 (GD-2.25.tar.gz) = aab3f7730ebc54eb6a2a485bc2aa4864
+SIZE (GD-2.25.tar.gz) = 253062
diff --git a/graphics/p5-GD/pkg-plist b/graphics/p5-GD/pkg-plist
index 41c6abae7b86..edfa0b1ce070 100644
--- a/graphics/p5-GD/pkg-plist
+++ b/graphics/p5-GD/pkg-plist
@@ -1,7 +1,11 @@
bin/bdf2gdfont.pl
%%SITE_PERL%%/%%PERL_ARCH%%/GD.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/GD/Polyline.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/GD/Simple.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/GD.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/GD.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/autosplit.ix
+%%SITE_PERL%%/%%PERL_ARCH%%/qd.pl
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/GD 2>/dev/null || true