summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-GdkImlib
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-12 08:47:11 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-12 08:47:11 +0000
commit16d437c568f6a8637d8550ca367a082f1c6324b3 (patch)
tree7cee19dd4c8b84b5c93cbd52c7af065e400669a7 /x11-toolkits/p5-GdkImlib
parentUpdate to 0.85. (diff)
Upgrade to Gtk-Perl-0.7005.
Notes
Notes: svn path=/head/; revision=39629
Diffstat (limited to 'x11-toolkits/p5-GdkImlib')
-rw-r--r--x11-toolkits/p5-GdkImlib/Makefile2
-rw-r--r--x11-toolkits/p5-GdkImlib/distinfo2
-rw-r--r--x11-toolkits/p5-GdkImlib/files/patch-Makefile.PL20
3 files changed, 7 insertions, 17 deletions
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');