aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/p5-Gtk
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2002-04-10 13:42:24 +0800
committervanilla <vanilla@FreeBSD.org>2002-04-10 13:42:24 +0800
commit2f07b933dd4c5614d47f4930a97f763236a76ee8 (patch)
treef55fb4915d6372890a80798c7314e6ba7dff3164 /x11-toolkits/p5-Gtk
parent5a2a58a1daab441d8ca8f692433b121fda9b8b6e (diff)
downloadfreebsd-ports-gnome-2f07b933dd4c5614d47f4930a97f763236a76ee8.tar.gz
freebsd-ports-gnome-2f07b933dd4c5614d47f4930a97f763236a76ee8.tar.zst
freebsd-ports-gnome-2f07b933dd4c5614d47f4930a97f763236a76ee8.zip
Upgrade to 0.7008
Diffstat (limited to 'x11-toolkits/p5-Gtk')
-rw-r--r--x11-toolkits/p5-Gtk/Makefile2
-rw-r--r--x11-toolkits/p5-Gtk/distinfo2
-rw-r--r--x11-toolkits/p5-Gtk/files/patch-Makefile.PL16
3 files changed, 10 insertions, 10 deletions
diff --git a/x11-toolkits/p5-Gtk/Makefile b/x11-toolkits/p5-Gtk/Makefile
index 0811f5448385..7b63a78a987d 100644
--- a/x11-toolkits/p5-Gtk/Makefile
+++ b/x11-toolkits/p5-Gtk/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Gtk
-PORTVERSION= 0.7006
+PORTVERSION= 0.7008
CATEGORIES= x11-toolkits lang perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Gtk
diff --git a/x11-toolkits/p5-Gtk/distinfo b/x11-toolkits/p5-Gtk/distinfo
index d1879bd62a38..9e8b129bef09 100644
--- a/x11-toolkits/p5-Gtk/distinfo
+++ b/x11-toolkits/p5-Gtk/distinfo
@@ -1 +1 @@
-MD5 (Gtk-Perl-0.7006.tar.gz) = 40dd22ce7bd7a3aca2b4aff2678a3be2
+MD5 (Gtk-Perl-0.7008.tar.gz) = b499abb5db7794f200abbf07879dd65d
diff --git a/x11-toolkits/p5-Gtk/files/patch-Makefile.PL b/x11-toolkits/p5-Gtk/files/patch-Makefile.PL
index 977a73f65752..143effb8f319 100644
--- a/x11-toolkits/p5-Gtk/files/patch-Makefile.PL
+++ b/x11-toolkits/p5-Gtk/files/patch-Makefile.PL
@@ -1,18 +1,18 @@
---- Makefile.PL.orig Sat Mar 24 20:18:40 2001
-+++ Makefile.PL Sun May 27 22:43:07 2001
-@@ -14,12 +14,12 @@
+--- Makefile.PL.orig Tue Jun 26 23:17:02 2001
++++ Makefile.PL Wed Apr 3 16:15:10 2002
+@@ -15,12 +15,12 @@
%detect = (
gtk => {order => 1, dir => 'Gtk', needed => 1,
- check => sub {cconfig('gtk-config --version', '1\.2\.')}},
+ check => sub {cconfig("$ENV{GTK_CONFIG} --version", '1\.2\.')}},
- gdkimlib => {order => 2, dir => 'GdkImlib',
+ gdkimlib => {order => 2, dir => 'GdkImlib', depends => [qw(gtk)],
check => sub {cconfig('imlib-config --version', '1\.9\.') && `imlib-config --libs-gdk`}},
- gtkglarea => {order => 2, dir => 'GtkGLArea',
+ gtkglarea => {order => 2, dir => 'GtkGLArea', depends => [qw(gtk)],
- check => sub {ccompile('#include <gtkgl/gtkglarea.h>', "", `gtk-config --cflags`,
- "-lgtkgl -lGL -lGLU " . `gtk-config --libs`)}},
+ check => sub {ccompile('#include <gtkgl/gtkglarea.h>', "", `$ENV{GTK_CONFIG} --cflags`,
+ "-lgtkgl -lGL -lGLU " . `$ENV{GTK_CONFIG} --libs`)}},
- gdkpixbuf => {order => 2, dir => 'GdkPixbuf',
- check => sub {cconfig('gdk-pixbuf-config --version', '0\.(9|1\d)\.?')}},
- gtkhtml => {order => 2, dir => 'GtkHTML',
+ gdkpixbuf => {order => 2, dir => 'GdkPixbuf', depends => [qw(gtk)],
+ check => sub {cconfig('gdk-pixbuf-config --version', '0\.(8|9|1\d)\.?')}},
+ gtkhtml => {order => 2, dir => 'GtkHTML', depends => [qw(gtk)],