head 1.2; access; symbols pkgsrc-2016Q3:1.1.0.16 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.14 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.12 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.10 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.8 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.6 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.4 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.2 pkgsrc-2014Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2016.11.18.09.58.54; author jperkin; state dead; branches; next 1.1; commitid OHY4JKO71xu6TAuz; 1.1 date 2014.11.11.21.49.01; author shattered; state Exp; branches; next ; commitid nU9q2Ww3ZTvpzOXx; desc @@ 1.2 log @Update net/get_iplayer to version 2.97. pkgsrc changes: - Migrate to GitHub. - Remove no longer valid options file. - Simplify patching. Upstream changes since 2.94: A significant number of changes have been made since 2.94, so for the full list of changes please refer to the release notes for each release since then here: https://github.com/get-iplayer/get_iplayer/wiki/release297 https://github.com/get-iplayer/get_iplayer/wiki/release296 https://github.com/get-iplayer/get_iplayer/wiki/release295 The most visible change (for me) is that get_iplayer now defaults to fetching the best quality file as a transport stream, rather than the previous default of lower quality flash. @ text @$NetBSD: patch-windows_get_iplayer_setup.cgi,v 1.1 2014/11/11 21:49:01 shattered Exp $ test(1) uses = for string comparison. --- windows/get_iplayer_setup.cgi.orig 2012-06-02 16:37:17.000000000 +0000 +++ windows/get_iplayer_setup.cgi @@@@ -32,7 +32,7 @@@@ case "$QUERY_STRING" in ;; esac -if [ "$TARGET" == "" ]; then +if [ "$TARGET" = "" ]; then cat <