From 16d437c568f6a8637d8550ca367a082f1c6324b3 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Mon, 12 Mar 2001 08:47:11 +0000 Subject: Upgrade to Gtk-Perl-0.7005. --- x11-toolkits/p5-GdkImlib/Makefile | 2 +- x11-toolkits/p5-GdkImlib/distinfo | 2 +- x11-toolkits/p5-GdkImlib/files/patch-Makefile.PL | 20 +++++--------------- 3 files changed, 7 insertions(+), 17 deletions(-) (limited to 'x11-toolkits/p5-GdkImlib') diff --git a/x11-toolkits/p5-GdkImlib/Makefile b/x11-toolkits/p5-GdkImlib/Makefile index d47e917f1ece..a3dabf5564b1 100644 --- a/x11-toolkits/p5-GdkImlib/Makefile +++ b/x11-toolkits/p5-GdkImlib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= GdkImlib -PORTVERSION= 0.7004 +PORTVERSION= 0.7005 CATEGORIES= x11-toolkits lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Gtk diff --git a/x11-toolkits/p5-GdkImlib/distinfo b/x11-toolkits/p5-GdkImlib/distinfo index ebd8f2180544..dee506a44476 100644 --- a/x11-toolkits/p5-GdkImlib/distinfo +++ b/x11-toolkits/p5-GdkImlib/distinfo @@ -1 +1 @@ -MD5 (Gtk-Perl-0.7004.tar.gz) = f8f5d889e7a005667a93946ab1bf3e69 +MD5 (Gtk-Perl-0.7005.tar.gz) = a1a1e13f1017e7dd005cc8bc426b09aa diff --git a/x11-toolkits/p5-GdkImlib/files/patch-Makefile.PL b/x11-toolkits/p5-GdkImlib/files/patch-Makefile.PL index bef10553998a..c26dd0a6d3b1 100644 --- a/x11-toolkits/p5-GdkImlib/files/patch-Makefile.PL +++ b/x11-toolkits/p5-GdkImlib/files/patch-Makefile.PL @@ -1,19 +1,9 @@ ---- Makefile.PL.orig Fri Oct 13 00:20:57 2000 -+++ Makefile.PL Mon Oct 30 03:51:44 2000 -@@ -1,5 +1,4 @@ +--- Makefile.PL.orig Mon Mar 12 03:29:15 2001 ++++ Makefile.PL Mon Mar 12 03:29:27 2001 +@@ -1,6 +1,5 @@ use ExtUtils::MakeMaker; --use blib '..'; - use Gtk::Install::Files; use Cwd; +-use blib '../Gtk'; require '../Depends.pm'; -@@ -27,8 +26,8 @@ - $typemaps, [keys %defs], [@defines], [@headers], $pm); - foreach (@typemaps) { -- print "Add typemap: $Gtk::Install::Files::CORE/$_\n"; -- push(@$typemaps, cwd() .'/'.$Gtk::Install::Files::CORE . '/'. $_); -+ print "Add typemap: $Gtk::Install::Files::CORE$_\n"; -+ push(@$typemaps, '/'.$Gtk::Install::Files::CORE . $_); - } - - push(@defines, @Gtk::Install::Files::defines); + $imlib = new ExtUtils::Depends ('Gtk::Gdk::ImlibImage', 'Gtk'); -- cgit v1.2.3