diff options
author | joerg <joerg@FreeBSD.org> | 2002-06-23 03:41:37 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2002-06-23 03:41:37 +0800 |
commit | b0ff90e9745a845ad7112f1f86884c0e4bc17f74 (patch) | |
tree | c8534e3f468343f41b3775869fdefe0c36aca6b9 | |
parent | 5c3b7e1d4442632ef68a87a58dd08f0cfcfec0ab (diff) | |
download | freebsd-ports-gnome-b0ff90e9745a845ad7112f1f86884c0e4bc17f74.tar.gz freebsd-ports-gnome-b0ff90e9745a845ad7112f1f86884c0e4bc17f74.tar.zst freebsd-ports-gnome-b0ff90e9745a845ad7112f1f86884c0e4bc17f74.zip |
Update to 1.40.
-rw-r--r-- | graphics/p5-GD/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-GD/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-GD/files/patch-aa | 6 | ||||
-rw-r--r-- | graphics/p5-GD1/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-GD1/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-GD1/files/patch-aa | 6 | ||||
-rw-r--r-- | graphics/p5-GD2/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-GD2/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-GD2/files/patch-aa | 6 |
9 files changed, 15 insertions, 15 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index e82825c53801..e86852c9c098 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -6,7 +6,7 @@ # PORTNAME= GD -PORTVERSION= 1.38 +PORTVERSION= 1.40 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD diff --git a/graphics/p5-GD/distinfo b/graphics/p5-GD/distinfo index db48f19c6681..e4d23a09c99a 100644 --- a/graphics/p5-GD/distinfo +++ b/graphics/p5-GD/distinfo @@ -1 +1 @@ -MD5 (GD-1.38.tar.gz) = 89e238d9c9a3113a1b89e005921cd5c3 +MD5 (GD-1.40.tar.gz) = 18f85d3cea640cb18adc676e674f65e5 diff --git a/graphics/p5-GD/files/patch-aa b/graphics/p5-GD/files/patch-aa index ebc0ff9f427a..4f58f84665b0 100644 --- a/graphics/p5-GD/files/patch-aa +++ b/graphics/p5-GD/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.PL.orig Sat Aug 5 04:59:22 2000 -+++ Makefile.PL Thu May 10 06:36:36 2001 +--- Makefile.PL.orig Wed Jun 19 14:02:59 2002 ++++ Makefile.PL Sat Jun 22 21:25:18 2002 @@ -3,40 +3,17 @@ warn "NOTICE: This module requires libgd 1.8.4 or higher (shared library version 4.X).\n"; @@ -28,7 +28,7 @@ - -push @LIBS,'-lfreetype' if $TTF; -push @LIBS,'-ljpeg' if $JPEG; --push @LIBS,'-lm' unless $^O eq 'MSWin32'; +-push @LIBS, '-lm' unless $^O eq 'MSWin32'; - -# FreeBSD 3.3 with libgd built from ports croaks if -lXpm is specified -if ($^O ne 'freebsd' && $^O ne 'MSWin32') { diff --git a/graphics/p5-GD1/Makefile b/graphics/p5-GD1/Makefile index e82825c53801..e86852c9c098 100644 --- a/graphics/p5-GD1/Makefile +++ b/graphics/p5-GD1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= GD -PORTVERSION= 1.38 +PORTVERSION= 1.40 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD diff --git a/graphics/p5-GD1/distinfo b/graphics/p5-GD1/distinfo index db48f19c6681..e4d23a09c99a 100644 --- a/graphics/p5-GD1/distinfo +++ b/graphics/p5-GD1/distinfo @@ -1 +1 @@ -MD5 (GD-1.38.tar.gz) = 89e238d9c9a3113a1b89e005921cd5c3 +MD5 (GD-1.40.tar.gz) = 18f85d3cea640cb18adc676e674f65e5 diff --git a/graphics/p5-GD1/files/patch-aa b/graphics/p5-GD1/files/patch-aa index ebc0ff9f427a..4f58f84665b0 100644 --- a/graphics/p5-GD1/files/patch-aa +++ b/graphics/p5-GD1/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.PL.orig Sat Aug 5 04:59:22 2000 -+++ Makefile.PL Thu May 10 06:36:36 2001 +--- Makefile.PL.orig Wed Jun 19 14:02:59 2002 ++++ Makefile.PL Sat Jun 22 21:25:18 2002 @@ -3,40 +3,17 @@ warn "NOTICE: This module requires libgd 1.8.4 or higher (shared library version 4.X).\n"; @@ -28,7 +28,7 @@ - -push @LIBS,'-lfreetype' if $TTF; -push @LIBS,'-ljpeg' if $JPEG; --push @LIBS,'-lm' unless $^O eq 'MSWin32'; +-push @LIBS, '-lm' unless $^O eq 'MSWin32'; - -# FreeBSD 3.3 with libgd built from ports croaks if -lXpm is specified -if ($^O ne 'freebsd' && $^O ne 'MSWin32') { diff --git a/graphics/p5-GD2/Makefile b/graphics/p5-GD2/Makefile index e82825c53801..e86852c9c098 100644 --- a/graphics/p5-GD2/Makefile +++ b/graphics/p5-GD2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= GD -PORTVERSION= 1.38 +PORTVERSION= 1.40 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD diff --git a/graphics/p5-GD2/distinfo b/graphics/p5-GD2/distinfo index db48f19c6681..e4d23a09c99a 100644 --- a/graphics/p5-GD2/distinfo +++ b/graphics/p5-GD2/distinfo @@ -1 +1 @@ -MD5 (GD-1.38.tar.gz) = 89e238d9c9a3113a1b89e005921cd5c3 +MD5 (GD-1.40.tar.gz) = 18f85d3cea640cb18adc676e674f65e5 diff --git a/graphics/p5-GD2/files/patch-aa b/graphics/p5-GD2/files/patch-aa index ebc0ff9f427a..4f58f84665b0 100644 --- a/graphics/p5-GD2/files/patch-aa +++ b/graphics/p5-GD2/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.PL.orig Sat Aug 5 04:59:22 2000 -+++ Makefile.PL Thu May 10 06:36:36 2001 +--- Makefile.PL.orig Wed Jun 19 14:02:59 2002 ++++ Makefile.PL Sat Jun 22 21:25:18 2002 @@ -3,40 +3,17 @@ warn "NOTICE: This module requires libgd 1.8.4 or higher (shared library version 4.X).\n"; @@ -28,7 +28,7 @@ - -push @LIBS,'-lfreetype' if $TTF; -push @LIBS,'-ljpeg' if $JPEG; --push @LIBS,'-lm' unless $^O eq 'MSWin32'; +-push @LIBS, '-lm' unless $^O eq 'MSWin32'; - -# FreeBSD 3.3 with libgd built from ports croaks if -lXpm is specified -if ($^O ne 'freebsd' && $^O ne 'MSWin32') { |