upgrade to version 1.40; ok'd by maintainer.

This commit is contained in:
kevlo 2002-07-09 01:52:09 +00:00
parent 1d85e13514
commit 5f1e0f497a
5 changed files with 19 additions and 13 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.10 2002/05/13 23:31:24 espie Exp $
# $OpenBSD: Makefile,v 1.11 2002/07/09 01:52:09 kevlo Exp $
COMMENT= "module to interface with the GD graphics library"
DISTNAME= GD-1.33
DISTNAME= GD-1.40
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
NEED_VERSION= 1.515
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
LIB_DEPENDS= gd.18::graphics/gd
@ -28,4 +27,6 @@ PATCH_LIST= patch-MakeMaker.PL-no_x11
PATCH_LIST= patch-MakeMaker.PL
.endif
REGRESS_DEPENDS= ::devel/p5-Test-Harness
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (GD-1.33.tar.gz) = 48d9f13b2652a56a08a02ea5ed1aadf6
RMD160 (GD-1.33.tar.gz) = e4009091caaccc7edd7d76a9a128a3aff3bd7029
SHA1 (GD-1.33.tar.gz) = 37d4bce629ff42dae02c06f1caed851bc982b9ab
MD5 (GD-1.40.tar.gz) = 18f85d3cea640cb18adc676e674f65e5
RMD160 (GD-1.40.tar.gz) = 9753d174b3eeca996f627cb416f2924606315ac1
SHA1 (GD-1.40.tar.gz) = 1678e05cf3eb89c4ef1d4b2dcabb5e6ffdbba4b7

View File

@ -1,15 +1,17 @@
--- Makefile.PL.orig Thu Jun 22 23:31:50 2000
+++ Makefile.PL Tue Sep 19 12:17:38 2000
@@ -10,9 +10,9 @@
--- Makefile.PL.orig Wed Jun 19 12:02:59 2002
+++ Makefile.PL Mon Jul 8 15:04:48 2002
@@ -10,10 +10,10 @@
# FEATURE FLAGS
warn "\nPlease choose the features that match how libgd was built:\n";
-my $JPEG = lc prompt('Build JPEG support?','y') eq 'y';
-my $TTF = lc prompt('Build FreeType support?','y') eq 'y';
-my $XPM = $^O !~ /^freebsd|MSWin32$/ && lc prompt('Build XPM support?','y') eq 'y';
-my $GIF = lc prompt('Build GIF support (for patched versions of gd)?','n') eq 'y';
+my $JPEG = 1;
+my $TTF = 1;
+my $XPM = 1;
+my $GIF = 0;
my $FCGI = 0; # set to 1 to build compatability with fastCGI

View File

@ -1,15 +1,17 @@
--- Makefile.PL.orig Thu Jun 22 23:31:50 2000
+++ Makefile.PL Tue Nov 21 16:09:24 2000
@@ -10,9 +10,9 @@
--- Makefile.PL.orig Wed Jun 19 12:02:59 2002
+++ Makefile.PL Mon Jul 8 15:04:48 2002
@@ -10,10 +10,10 @@
# FEATURE FLAGS
warn "\nPlease choose the features that match how libgd was built:\n";
-my $JPEG = lc prompt('Build JPEG support?','y') eq 'y';
-my $TTF = lc prompt('Build FreeType support?','y') eq 'y';
-my $XPM = $^O !~ /^freebsd|MSWin32$/ && lc prompt('Build XPM support?','y') eq 'y';
-my $GIF = lc prompt('Build GIF support (for patched versions of gd)?','n') eq 'y';
+my $JPEG = 1;
+my $TTF = 1;
+my $XPM = 0;
+my $GIF = 0;
my $FCGI = 0; # set to 1 to build compatability with fastCGI

View File

@ -1,8 +1,9 @@
@comment $OpenBSD: PLIST,v 1.4 2002/04/16 19:25:04 espie Exp $
@comment $OpenBSD: PLIST,v 1.5 2002/07/09 01:52:16 kevlo Exp $
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/GD.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/GD/GD.bs
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/GD/GD.so
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/GD/autosplit.ix
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/patch_gd.pl
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/qd.pl
man/man3p/GD.3p
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/GD