Date: Sun, 7 Jul 2013 15:43:15 +0100 From: "N.J. Mann" <njm@njm.me.uk> To: Chris Rees <crees@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r322142 - head/net/get_iplayer Message-ID: <20130707144315.GA97896@titania.njm.me.uk> In-Reply-To: <201307011958.r61Jwu67034889@svn.freebsd.org> References: <201307011958.r61Jwu67034889@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <201307011958.r61Jwu67034889@svn.freebsd.org>, Chris Rees (crees@FreeBSD.org) wrote: > Author: crees > Date: Mon Jul 1 19:58:55 2013 > New Revision: 322142 > URL: http://svnweb.freebsd.org/changeset/ports/322142 > > Log: > Update to 2.83 > > PR: ports/180170 > Submitted by: Stefan Bethke <stb@lassitu.de> > > Modified: > head/net/get_iplayer/Makefile > head/net/get_iplayer/distinfo > > Modified: head/net/get_iplayer/Makefile > ============================================================================== > --- head/net/get_iplayer/Makefile Mon Jul 1 19:47:49 2013 (r322141) > +++ head/net/get_iplayer/Makefile Mon Jul 1 19:58:55 2013 (r322142) > @@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= get_iplayer > -PORTVERSION= 2.82 > -PORTREVISION= 1 > +PORTVERSION= 2.83 > CATEGORIES= net multimedia > MASTER_SITES= ftp://ftp.infradead.org/pub/${PORTNAME}/ http://www.bayofrum.net/dist/${PORTNAME}/ > @@ -34,7 +33,7 @@ DATADIR= ${WWWDIR} > PORTDATA= html plugins > > PORTDOCS= CHANGELOG-get_iplayer.cgi.txt CHANGELOG.txt - README-get_iplayer.cgi.txt README.txt web.sh > + README-get_iplayer.cgi.txt README.md web.sh > > .include <bsd.port.options.mk> > > > Modified: head/net/get_iplayer/distinfo > ============================================================================== > --- head/net/get_iplayer/distinfo Mon Jul 1 19:47:49 2013 (r322141) > +++ head/net/get_iplayer/distinfo Mon Jul 1 19:58:55 2013 (r322142) > @@ -1,2 +1,2 @@ > -SHA256 (get_iplayer-2.82.tar.gz) = d5841aa402f3856fb3b4b290a3bb6d68447143dd8bc3e4a911a546e876b7bd27 > -SIZE (get_iplayer-2.82.tar.gz) = 248177 > +SHA256 (get_iplayer-2.83.tar.gz) = ea39aa6e0ca86e9f2fd62f594a6724359d9390dedf3392cdb3e58f9c41943f99 > +SIZE (get_iplayer-2.83.tar.gz) = 254040 After updating to this version I was unable to download files, e.g. %%%% % get_iplayer 334 --get get_iplayer v2.83, Copyright (C) 2008-2010 Phil Lewis This program comes with ABSOLUTELY NO WARRANTY; for details use --warranty. This is free software, and you are welcome to redistribute it under certain conditions; use --conditions for details. Matches: 334: Glastonbury - 2013: 56. Portishead - Glastonbury 2013, BBC Web Only, Dance & Electronica,Music,TV, default INFO: 1 Matching Programmes INFO: Checking existence of default version INFO: flashvhigh1,flashvhigh2 modes will be tried for version default INFO: Trying flashvhigh1 mode to record tv: Glastonbury - 2013: 56. Portishead - Glastonbury 2013 WARNING: Required rtmpdump does not exist - cannot download Flash audio/video INFO: skipping flashvhigh1 mode INFO: Trying flashvhigh2 mode to record tv: Glastonbury - 2013: 56. Portishead - Glastonbury 2013 WARNING: Required rtmpdump does not exist - cannot download Flash audio/video INFO: skipping flashvhigh2 mode ERROR: Failed to record 'Glastonbury - 2013: 56. Portishead - Glastonbury 2013 (p01c2ftd)' % %%%% I 'fixed' it by making the following change to the port's Makefile and rebuilding. --- Makefile.unpatched 2013-07-06 08:42:46.223686000 +0100 +++ Makefile 2013-07-07 15:23:18.616722242 +0100 @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= flvstreamer:${PORTSDIR}/multimedia/flvstreamer \ + rtmpdump:${PORTSDIR}/multimedia/rtmpdump \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-HTTP-Cookies>=0:${PORTSDIR}/www/p5-HTTP-Cookies Cheers, Nick. --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130707144315.GA97896>