diff --git a/multimedia/get_iplayer/Makefile b/multimedia/get_iplayer/Makefile index 5bb47b90f4a..5122d8193a7 100644 --- a/multimedia/get_iplayer/Makefile +++ b/multimedia/get_iplayer/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.16 2009/07/12 19:41:43 sthen Exp $ +# $OpenBSD: Makefile,v 1.17 2009/07/27 08:39:14 sthen Exp $ COMMENT = download BBC iPlayer and ITV programmes -DISTNAME = get_iplayer-2.09 +DISTNAME = get_iplayer-2.11 CATEGORIES = multimedia diff --git a/multimedia/get_iplayer/distinfo b/multimedia/get_iplayer/distinfo index b1f87e0ea9a..1d894b88609 100644 --- a/multimedia/get_iplayer/distinfo +++ b/multimedia/get_iplayer/distinfo @@ -1,5 +1,5 @@ -MD5 (get_iplayer-2.09.tar.gz) = jcflbh8cdVW/A+aWvJ1Waw== -RMD160 (get_iplayer-2.09.tar.gz) = vxmJI+3uNBJreUkNBq/jlNCFUjc= -SHA1 (get_iplayer-2.09.tar.gz) = 7tkH1UquWmU7FigtBOBTUzlMksk= -SHA256 (get_iplayer-2.09.tar.gz) = iFT/fO157/1B4jyvk1nOWydCO2NoDWmUAml2ZibkHoU= -SIZE (get_iplayer-2.09.tar.gz) = 112604 +MD5 (get_iplayer-2.11.tar.gz) = osSOC8GvQZC6RZZan01RUQ== +RMD160 (get_iplayer-2.11.tar.gz) = yFH7DEVYCh+8rUAB1DTNSd0TsZk= +SHA1 (get_iplayer-2.11.tar.gz) = Wba1OsW9TPzHI8/1KxWK08wHvDU= +SHA256 (get_iplayer-2.11.tar.gz) = Fo+gS06Cir2/62q7s1Hwej0WP0bkCEgdsykueePw8rc= +SIZE (get_iplayer-2.11.tar.gz) = 113166 diff --git a/multimedia/get_iplayer/patches/patch-get_iplayer b/multimedia/get_iplayer/patches/patch-get_iplayer index bd5d711f652..e4eb4a5956d 100644 --- a/multimedia/get_iplayer/patches/patch-get_iplayer +++ b/multimedia/get_iplayer/patches/patch-get_iplayer @@ -1,7 +1,7 @@ -$OpenBSD: patch-get_iplayer,v 1.11 2009/07/12 19:41:43 sthen Exp $ ---- get_iplayer.orig Sun Jul 12 10:38:38 2009 -+++ get_iplayer Sun Jul 12 20:38:46 2009 -@@ -286,7 +286,7 @@ mkpath $profile_dir if ! -d $profile_dir; +$OpenBSD: patch-get_iplayer,v 1.12 2009/07/27 08:39:14 sthen Exp $ +--- get_iplayer.orig Fri Jul 24 18:12:13 2009 ++++ get_iplayer Sat Jul 25 23:32:11 2009 +@@ -288,7 +288,7 @@ mkpath $profile_dir if ! -d $profile_dir; # get list of additional user plugins and load plugin @@ -10,7 +10,7 @@ $OpenBSD: patch-get_iplayer,v 1.11 2009/07/12 19:41:43 sthen Exp $ my $plugin_dir_user = "$profile_dir/plugins"; for my $plugin_dir ( ( $plugin_dir_user, $plugin_dir_system ) ) { if ( opendir( DIR, $plugin_dir ) ) { -@@ -403,6 +403,7 @@ if ( ! keys %plugin_files ) { +@@ -405,6 +405,7 @@ if ( ! keys %plugin_files ) { $opt->{pluginsupdate} = 1; } # Update this script if required @@ -18,7 +18,7 @@ $OpenBSD: patch-get_iplayer,v 1.11 2009/07/12 19:41:43 sthen Exp $ update_script() if $opt->{update} || $opt->{pluginsupdate}; -@@ -586,7 +587,7 @@ sub find_matches { +@@ -588,7 +589,7 @@ sub find_matches { $binopts->{lame} .= ' --quiet ' if $opt->{quiet}; $bin->{vlc} = $opt->{vlc} || 'cvlc'; $binopts->{vlc} = '-vv' if $opt->{verbose} || $opt->{debug}; @@ -27,7 +27,7 @@ $OpenBSD: patch-get_iplayer,v 1.11 2009/07/12 19:41:43 sthen Exp $ $bin->{tee} = 'tee'; $bin->{flvstreamer} = $opt->{flvstreamer} || $opt->{rtmpdump} || 'flvstreamer'; # quote binaries which allows for spaces in the path -@@ -4490,7 +4491,7 @@ sub optional_list_entry_format { +@@ -4501,7 +4502,7 @@ sub optional_list_entry_format { # Returns the modes to try for this prog type sub modelist { my $prog = shift;