Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2015 10:20:33 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r386594 - in branches/2015Q2/textproc/p5-xmltv: . files
Message-ID:  <201505171020.t4HAKXli092411@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sun May 17 10:20:32 2015
New Revision: 386594
URL: https://svnweb.freebsd.org/changeset/ports/386594

Log:
  MFH: r386583
  
  - 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
  Approved by:	portmgr (erwin)

Added:
  branches/2015Q2/textproc/p5-xmltv/files/patch-grab-na_dd-tv_grab_na_dd.in
     - copied unchanged from r386583, head/textproc/p5-xmltv/files/patch-grab-na_dd-tv_grab_na_dd.in
Modified:
  branches/2015Q2/textproc/p5-xmltv/Makefile
  branches/2015Q2/textproc/p5-xmltv/files/patch-Makefile.PL
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/textproc/p5-xmltv/Makefile
==============================================================================
--- branches/2015Q2/textproc/p5-xmltv/Makefile	Sun May 17 10:09:36 2015	(r386593)
+++ branches/2015Q2/textproc/p5-xmltv/Makefile	Sun May 17 10:20:32 2015	(r386594)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmltv
 PORTVERSION=	0.5.65
-PORTREVISION=	1
+PORTREVISION=	3
 CATEGORIES=	textproc perl5
 MASTER_SITES=	SF
 PKGNAMEPREFIX=	p5-
@@ -20,7 +20,7 @@ XMLTV_DEPENDS=	\
 	p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer \
 	p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
 	p5-PerlIO-gzip>=0:${PORTSDIR}/archivers/p5-PerlIO-gzip \
-	p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm \
+	p5-CGI>=0:${PORTSDIR}/www/p5-CGI \
 	p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \
 	p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \
 	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \

Modified: branches/2015Q2/textproc/p5-xmltv/files/patch-Makefile.PL
==============================================================================
--- branches/2015Q2/textproc/p5-xmltv/files/patch-Makefile.PL	Sun May 17 10:09:36 2015	(r386593)
+++ branches/2015Q2/textproc/p5-xmltv/files/patch-Makefile.PL	Sun May 17 10:20:32 2015	(r386594)
@@ -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.

Copied: branches/2015Q2/textproc/p5-xmltv/files/patch-grab-na_dd-tv_grab_na_dd.in (from r386583, head/textproc/p5-xmltv/files/patch-grab-na_dd-tv_grab_na_dd.in)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2015Q2/textproc/p5-xmltv/files/patch-grab-na_dd-tv_grab_na_dd.in	Sun May 17 10:20:32 2015	(r386594, copy of r386583, head/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})



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505171020.t4HAKXli092411>