summaryrefslogtreecommitdiff
path: root/multimedia/p5-xmltv
diff options
context:
space:
mode:
authoradrianp <adrianp>2006-04-19 22:02:46 +0000
committeradrianp <adrianp>2006-04-19 22:02:46 +0000
commitb751e517988944e7bb1d521b5852b53f525830ec (patch)
tree81cc55000d15b507b608ce0c08e554edd6ce35cc /multimedia/p5-xmltv
parentdf0520181788c1063feda3bfb38576e89c896c7a (diff)
downloadpkgsrc-b751e517988944e7bb1d521b5852b53f525830ec.tar.gz
Fix builds with recent versions of perl
Issue found by Bernd Ernesti
Diffstat (limited to 'multimedia/p5-xmltv')
-rw-r--r--multimedia/p5-xmltv/distinfo4
-rw-r--r--multimedia/p5-xmltv/patches/patch-aa17
2 files changed, 15 insertions, 6 deletions
diff --git a/multimedia/p5-xmltv/distinfo b/multimedia/p5-xmltv/distinfo
index aadd63c22ae..9adc9679b75 100644
--- a/multimedia/p5-xmltv/distinfo
+++ b/multimedia/p5-xmltv/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2006/04/16 16:17:28 adrianp Exp $
+$NetBSD: distinfo,v 1.8 2006/04/19 22:02:46 adrianp Exp $
SHA1 (xmltv-0.5.42.tar.bz2) = 1cc127edd695fba2dc14c379b8332de6d7c70f1a
RMD160 (xmltv-0.5.42.tar.bz2) = cf7151ef8121825e2abd9f219b7e430ad5ab7c9c
Size (xmltv-0.5.42.tar.bz2) = 504538 bytes
-SHA1 (patch-aa) = b198091168841e5f770ca332772b7351b44bef0b
+SHA1 (patch-aa) = 9dadfad8f20156e87a5258e966a5e313dbd6041e
diff --git a/multimedia/p5-xmltv/patches/patch-aa b/multimedia/p5-xmltv/patches/patch-aa
index 3b1d964807f..179f1dec851 100644
--- a/multimedia/p5-xmltv/patches/patch-aa
+++ b/multimedia/p5-xmltv/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/10/20 18:56:28 adrianp Exp $
+$NetBSD: patch-aa,v 1.2 2006/04/19 22:02:46 adrianp Exp $
---- Makefile.PL.orig 2004-09-27 22:10:51.000000000 +0100
-+++ Makefile.PL 2004-10-20 19:42:34.000000000 +0100
-@@ -473,7 +473,7 @@
+--- Makefile.PL.orig 2006-01-08 12:53:24.000000000 +0000
++++ Makefile.PL 2006-04-19 21:53:23.000000000 +0000
+@@ -544,7 +544,7 @@
"\n");
}
print STDERR "\n";
@@ -11,3 +11,12 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/10/20 18:56:28 adrianp Exp $
# Need to set {install} for each component by prompting.
foreach my $info (@opt_components) {
my $missing = $info->{missing};
+@@ -1019,7 +1019,7 @@
+ die "target $name seen twice" if defined $r{$name};
+ $r{$name} = $curr_target = [];
+ }
+- elsif (/^\t/ and defined $curr_target) {
++ elsif (/^\s+/ and defined $curr_target) {
+ # Commands for the target.
+ push @$curr_target, $_;
+ }