summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/CHANGES5
-rw-r--r--graphics/p5-Image-Size/Makefile4
-rw-r--r--graphics/p5-Image-Size/distinfo7
-rw-r--r--graphics/p5-Image-Size/patches/patch-aa13
4 files changed, 22 insertions, 7 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index cb51c0724a7..05d490b02c3 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.3857 2003/11/26 10:40:37 abs Exp $
+$NetBSD: CHANGES,v 1.3858 2003/11/26 11:20:05 abs Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -4641,5 +4641,6 @@ Changes to the packages collection and infrastructure in 2003:
Updated exim-exiscan to 4.22-12nb1 [abs 2003-11-25]
Updated p5-gtk to 0.7009 [salo 2003-11-25]
Updated gmodplay to 0.08nb3 [ben 2003-11-25]
- Updated cxunzip to 0.98 [abs 2003-11-25]
+ Updated cxunzip to 0.98 [abs 2003-11-25]
+ Updated p5-Image-Size to 2.992 [abs 2003-11-25]
diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile
index d37c24ccef4..6fb0e049811 100644
--- a/graphics/p5-Image-Size/Makefile
+++ b/graphics/p5-Image-Size/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2003/07/17 21:42:07 grant Exp $
+# $NetBSD: Makefile,v 1.14 2003/11/26 11:19:09 abs Exp $
#
-DISTNAME= Image-Size-2.991
+DISTNAME= Image-Size-2.992
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5isi
CATEGORIES= graphics perl5
diff --git a/graphics/p5-Image-Size/distinfo b/graphics/p5-Image-Size/distinfo
index fe3afc43d25..8a51a971295 100644
--- a/graphics/p5-Image-Size/distinfo
+++ b/graphics/p5-Image-Size/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.6 2003/01/31 10:24:51 shell Exp $
+$NetBSD: distinfo,v 1.7 2003/11/26 11:19:09 abs Exp $
-SHA1 (Image-Size-2.991.tar.gz) = 136fd0163418e5fe6c2dae41c65a7dfb8f1aafe1
-Size (Image-Size-2.991.tar.gz) = 123126 bytes
+SHA1 (Image-Size-2.992.tar.gz) = a9feab77459ce487b0c35e1c3a4f708853d3b97f
+Size (Image-Size-2.992.tar.gz) = 123479 bytes
+SHA1 (patch-aa) = 590e8b08896ba5b82c0140309c8ec29800264a4a
diff --git a/graphics/p5-Image-Size/patches/patch-aa b/graphics/p5-Image-Size/patches/patch-aa
new file mode 100644
index 00000000000..809a2bf6375
--- /dev/null
+++ b/graphics/p5-Image-Size/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2003/11/26 11:19:09 abs Exp $
+
+--- Makefile.PL.orig Sat Aug 11 10:03:06 2001
++++ Makefile.PL
+@@ -20,7 +20,7 @@ sub MY::tools_other
+
+ my $text = shift->SUPER::tools_other(@_);
+
+- "$text\nECHO=\@echo\nRPM=rpm\n";
++ "$text\nECHO=echo\nRPM=rpm\n";
+ }
+
+ sub MY::post_constants