diff options
author | lioux <lioux@FreeBSD.org> | 2004-11-28 14:35:02 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-11-28 14:35:02 +0000 |
commit | 7a41f2606909207345917083de9e607799a0870d (patch) | |
tree | 4fa171ae8cbdb4eece58123f4755204621ecf830 /textproc/p5-xmltv/files | |
parent | d9a21fe6d831cb345ed9c8eae30dbf4da92b5572 (diff) | |
download | FreeBSD-ports-7a41f2606909207345917083de9e607799a0870d.zip FreeBSD-ports-7a41f2606909207345917083de9e607799a0870d.tar.gz |
Update to 0.5.36
Submitted by: Adrian Colley <aecolley@spamcop.net>
Diffstat (limited to 'textproc/p5-xmltv/files')
-rw-r--r-- | textproc/p5-xmltv/files/extra-noportdocs-patch-Makefile.PL | 8 | ||||
-rw-r--r-- | textproc/p5-xmltv/files/patch-Makefile.PL | 16 |
2 files changed, 12 insertions, 12 deletions
diff --git a/textproc/p5-xmltv/files/extra-noportdocs-patch-Makefile.PL b/textproc/p5-xmltv/files/extra-noportdocs-patch-Makefile.PL index 2c72a67..e35cc08 100644 --- a/textproc/p5-xmltv/files/extra-noportdocs-patch-Makefile.PL +++ b/textproc/p5-xmltv/files/extra-noportdocs-patch-Makefile.PL @@ -1,6 +1,6 @@ ---- Makefile.PL.orig Tue Jul 20 22:34:47 2004 -+++ Makefile.PL Tue Jul 20 22:34:58 2004 -@@ -88,7 +88,7 @@ +--- Makefile.PL.orig Sun Oct 24 22:33:25 2004 ++++ Makefile.PL Sun Nov 28 12:15:52 2004 +@@ -98,7 +98,7 @@ # because it is accessed by some code we add to MakeMaker. # our @docs; @@ -9,7 +9,7 @@ # Executables to be installed. my @exes -@@ -375,10 +375,7 @@ +@@ -385,10 +385,7 @@ { name => 'tv_check', blurb => 'Program to report exceptions and changes in a schedule', exes => [ 'choose/tv_check/tv_check' ], diff --git a/textproc/p5-xmltv/files/patch-Makefile.PL b/textproc/p5-xmltv/files/patch-Makefile.PL index 040c10b..0f1018a 100644 --- a/textproc/p5-xmltv/files/patch-Makefile.PL +++ b/textproc/p5-xmltv/files/patch-Makefile.PL @@ -1,6 +1,6 @@ ---- Makefile.PL.orig Tue Jul 20 22:32:16 2004 -+++ Makefile.PL Tue Jul 20 22:34:25 2004 -@@ -456,14 +456,14 @@ +--- Makefile.PL.orig Mon Oct 25 02:33:47 2004 ++++ Makefile.PL Fri Nov 26 15:29:30 2004 +@@ -466,14 +466,14 @@ # Guess a default value for {install} based on whether # prerequisites were found. # @@ -12,19 +12,19 @@ "\n"); } print STDERR "\n"; -- if (not ask('Do you want to proceed with this configuration?', 1)) { -+ if (1 or not ask('Do you want to proceed with this configuration?', 1)) { +- if (not ask(0, 'Do you want to proceed with this configuration?', 1)) { ++ if (1 or not ask(0, 'Do you want to proceed with this configuration?', 1)) { # Need to set {install} for each component by prompting. foreach my $info (@opt_components) { my $missing = $info->{missing}; -@@ -492,8 +492,8 @@ +@@ -502,8 +502,8 @@ die; } - $info->{install} = -- ask($msg, not $missing); +- ask(0, $msg, not $missing); + $info->{install} = 1; -+ # ask($msg, not $missing); ++ # ask(0, $msg, not $missing); } } } |