Please update net/get_iplayer from 2.90 to 2.91 since 2.90 no longer works with the Beeb. Clean patch at: http://www.knigma.org/scratch/get_iplayer_patch_2_91.txt or, reproduced below: Index: Makefile =================================================================== --- Makefile (revision 376904) +++ Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= get_iplayer -PORTVERSION= 2.90 +PORTVERSION= 2.91 CATEGORIES= net multimedia MASTER_SITES= ftp://ftp.infradead.org/pub/${PORTNAME}/ \ http://www.bayofrum.net/dist/${PORTNAME}/ Index: distinfo =================================================================== --- distinfo (revision 376904) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (get_iplayer-2.90.tar.gz) = 109bbd5f46d6793181ea393aa38d5384b4ea043a1f29f6828adea939b8461dff -SIZE (get_iplayer-2.90.tar.gz) = 263109 +SHA256 (get_iplayer-2.91.tar.gz) = a9381129ee1e2667902c83159f232ec8053ffa2bf3d01b5cc7388f8b5e723338 +SIZE (get_iplayer-2.91.tar.gz) = 271114
Auto-assigned to maintainer crees@FreeBSD.org
A commit references this bug: Author: crees Date: Tue Jan 13 19:24:44 UTC 2015 New revision: 376983 URL: https://svnweb.freebsd.org/changeset/ports/376983 Log: Update to 2.91 PR: 196690 Submitted by: markk@knigma.org Changes: head/net/get_iplayer/Makefile head/net/get_iplayer/distinfo
Committed, thanks!