aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-xmltv
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2015-05-17 07:24:56 +0000
committerThomas Zander <riggs@FreeBSD.org>2015-05-17 07:24:56 +0000
commitba970a5e2a445756cf0dcc4a4d9b945a02c7c10a (patch)
tree78e720e37183c39f1243014ac655ccfa288dbaf2 /textproc/p5-xmltv
parent4fdf0c57fe7e952deadf2fe7b5bb5f532193f38b (diff)
downloadports-ba970a5e2a445756cf0dcc4a4d9b945a02c7c10a.tar.gz
ports-ba970a5e2a445756cf0dcc4a4d9b945a02c7c10a.zip
- Fix runtime issue:
The web site from which North American data is obtained has changed - Bump PORTREVISION - Pet portlint PR: 197667 Submitted by: fbsd@opal.com MFH: 2015Q2
Notes
Notes: svn path=/head/; revision=386583
Diffstat (limited to 'textproc/p5-xmltv')
-rw-r--r--textproc/p5-xmltv/Makefile2
-rw-r--r--textproc/p5-xmltv/files/patch-Makefile.PL10
-rw-r--r--textproc/p5-xmltv/files/patch-grab-na_dd-tv_grab_na_dd.in13
3 files changed, 19 insertions, 6 deletions
diff --git a/textproc/p5-xmltv/Makefile b/textproc/p5-xmltv/Makefile
index 2716ca42834f..ed5092b3f48f 100644
--- a/textproc/p5-xmltv/Makefile
+++ b/textproc/p5-xmltv/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xmltv
PORTVERSION= 0.5.65
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= SF
PKGNAMEPREFIX= p5-
diff --git a/textproc/p5-xmltv/files/patch-Makefile.PL b/textproc/p5-xmltv/files/patch-Makefile.PL
index 167d26608c5b..e5059076876b 100644
--- a/textproc/p5-xmltv/files/patch-Makefile.PL
+++ b/textproc/p5-xmltv/files/patch-Makefile.PL
@@ -1,6 +1,6 @@
---- ./Makefile.PL.orig 2014-07-27 08:07:00.036965435 +0100
-+++ ./Makefile.PL 2014-07-27 08:05:30.848965659 +0100
-@@ -1031,14 +1031,14 @@
+--- Makefile.PL.orig 2014-05-09 04:07:13 UTC
++++ Makefile.PL
+@@ -1031,14 +1031,14 @@ END
# Guess a default value for {install} based on whether
# prerequisites were found.
#
@@ -17,7 +17,7 @@
# Need to set {install} for each component by prompting.
foreach my $info (@opt_components) {
my $missing = $info->{missing};
-@@ -1067,8 +1067,8 @@
+@@ -1067,8 +1067,8 @@ END
die;
}
@@ -28,7 +28,7 @@
}
}
}
-@@ -1272,8 +1272,8 @@
+@@ -1272,8 +1272,8 @@ END
}
# Remove existing non-working 'uninstall' target.
diff --git a/textproc/p5-xmltv/files/patch-grab-na_dd-tv_grab_na_dd.in b/textproc/p5-xmltv/files/patch-grab-na_dd-tv_grab_na_dd.in
new file mode 100644
index 000000000000..5ed73c44d6bc
--- /dev/null
+++ b/textproc/p5-xmltv/files/patch-grab-na_dd-tv_grab_na_dd.in
@@ -0,0 +1,13 @@
+--- grab/na_dd/tv_grab_na_dd.in.orig 2012-09-24 04:37:54 UTC
++++ grab/na_dd/tv_grab_na_dd.in
+@@ -716,8 +716,8 @@ else
+ return "$dd_user" => "$local_pass";
+ }
+
+- my $dd_service='http://docs.tms.tribune.com/tech/tmsdatadirect/schedulesdirect/tvDataDelivery.wsdl';
+- $dd_service='http://docs.tms.tribune.com/tech/tmsdatadirect/schedulesdirect/stage/tvDataDelivery.wsdl' if $opt_beta_data;
++ my $dd_service='http://dd.schedulesdirect.org/tech/tmsdatadirect/schedulesdirect/tvDataDelivery.wsdl';
++ $dd_service='http://dd.schedulesdirect.org/tech/tmsdatadirect/schedulesdirect/stage/tvDataDelivery.wsdl' if $opt_beta_data;
+
+ my $proxy='http://localhost/';
+ if (exists $ENV{HTTP_PROXY})