pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update p5-Image-Size to 2.992 (also fix '@echo not fou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/026c4da4f853
branches:  trunk
changeset: 463771:026c4da4f853
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Nov 26 11:19:09 2003 +0000

description:
Update p5-Image-Size to 2.992 (also fix '@echo not found' build issue
with perl58)

Changes since 2.991:

* Added support for FlashMX (Shockwave Flash ver. 6), as contributed by
  Victor L Kuriashkin <victor%yasp.com@localhost>.

diffstat:

 doc/CHANGES                             |   5 +++--
 graphics/p5-Image-Size/Makefile         |   4 ++--
 graphics/p5-Image-Size/distinfo         |   7 ++++---
 graphics/p5-Image-Size/patches/patch-aa |  13 +++++++++++++
 4 files changed, 22 insertions(+), 7 deletions(-)

diffs (59 lines):

diff -r 504762f64341 -r 026c4da4f853 doc/CHANGES
--- a/doc/CHANGES       Wed Nov 26 10:40:37 2003 +0000
+++ b/doc/CHANGES       Wed Nov 26 11:19:09 2003 +0000
@@ -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 @@
        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 -r 504762f64341 -r 026c4da4f853 graphics/p5-Image-Size/Makefile
--- a/graphics/p5-Image-Size/Makefile   Wed Nov 26 10:40:37 2003 +0000
+++ b/graphics/p5-Image-Size/Makefile   Wed Nov 26 11:19:09 2003 +0000
@@ -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 -r 504762f64341 -r 026c4da4f853 graphics/p5-Image-Size/distinfo
--- a/graphics/p5-Image-Size/distinfo   Wed Nov 26 10:40:37 2003 +0000
+++ b/graphics/p5-Image-Size/distinfo   Wed Nov 26 11:19:09 2003 +0000
@@ -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 -r 504762f64341 -r 026c4da4f853 graphics/p5-Image-Size/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/p5-Image-Size/patches/patch-aa   Wed Nov 26 11:19:09 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index