head 1.4; access; symbols pkgsrc-2015Q3:1.3.0.2 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.2.0.6 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.4 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.2 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.1.0.10 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.8 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.6 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.4 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.2 pkgsrc-2013Q3-base:1.1; locks; strict; comment @# @; 1.4 date 2015.12.10.11.11.16; author adam; state dead; branches; next 1.3; commitid FMLyLuts7P9YmoMy; 1.3 date 2015.08.15.16.22.43; author leot; state Exp; branches; next 1.2; commitid DD6n2oi8p1YpQnxy; 1.2 date 2014.11.15.22.12.56; author mrg; state Exp; branches; next 1.1; commitid YlfOR43QDLQtzkYx; 1.1 date 2013.07.20.05.07.15; author ryoon; state Exp; branches; next ; commitid 5wX0nAUJbe4iqaYw; desc @@ 1.4 log @Changes 2015.12.09: * fix 403 forbidden * Add support for referer protected videos wuth explicit SMIL * Smuggle referer * Clarify verbose log requirements * Add another theplatform pattern * Fix extraction * Extend _VALID_URL * Add another coveplayer pattern * Add support for all member stations @ text @$NetBSD: patch-Makefile,v 1.3 2015/08/15 16:22:43 leot Exp $ * Fix bash-completion and fish-completion path. --- Makefile.orig 2015-06-05 09:50:19.000000000 +0000 +++ Makefile @@@@ -26,12 +26,12 @@@@ install: youtube-dl youtube-dl.1 youtube install -m 755 youtube-dl $(DESTDIR)$(BINDIR) install -d $(DESTDIR)$(MANDIR)/man1 install -m 644 youtube-dl.1 $(DESTDIR)$(MANDIR)/man1 - install -d $(DESTDIR)$(SYSCONFDIR)/bash_completion.d - install -m 644 youtube-dl.bash-completion $(DESTDIR)$(SYSCONFDIR)/bash_completion.d/youtube-dl + install -d $(DESTDIR)${BASHCOMPDIR} + install -m 644 youtube-dl.bash-completion $(DESTDIR)${BASHCOMPDIR}/youtube-dl install -d $(DESTDIR)$(SHAREDIR)/zsh/site-functions install -m 644 youtube-dl.zsh $(DESTDIR)$(SHAREDIR)/zsh/site-functions/_youtube-dl - install -d $(DESTDIR)$(SYSCONFDIR)/fish/completions - install -m 644 youtube-dl.fish $(DESTDIR)$(SYSCONFDIR)/fish/completions/youtube-dl.fish + install -d $(DESTDIR)${FISHCOMPDIR} + install -m 644 youtube-dl.fish $(DESTDIR)${FISHCOMPDIR}/youtube-dl.fish codetest: flake8 . @ 1.3 log @Update net/youtube-dl to youtube-dl-2015.08.09. ok by wiz@@. pkgsrc changes: o Install the fish completion file in the proper directory (thanks to wiz@@ for noticing that) Changes: 2015.08.09 o [periscope] add extractor o [quickscope] add extractor o misc bug fixes and improvements 2015.08.06 o misc bug fixes and improvements 2015.07.28 o [bbcnews] add support for bbc.com/news o [dcn] add new extractor o [lecture2go] add new extractor o misc bug fixes and improvements 2015.07.21 o [sportschau] add support for sportschau.de o [appleconnect] add new extractor o misc bug fixes and improvements 2015.07.18 o [rdsca] new extractor o [myvi:embed] add extractor o misc bug fixes and improvements 2015.07.07 o [gfycat] various fixes @ text @d1 1 a1 1 $NetBSD: patch-Makefile,v 1.2 2014/11/15 22:12:56 mrg Exp $ @ 1.2 log @Update "youtube-dl" package to version 2014.11.15.1. A list of changes is not available unfortunately. @ text @d1 1 a1 1 $NetBSD: patch-Makefile,v 1.1 2013/07/20 05:07:15 ryoon Exp $ d3 1 a3 1 * Fix bash-completion path. d5 3 a7 3 --- Makefile.orig 2014-11-13 15:41:45.000000000 -0800 +++ Makefile 2014-11-15 14:07:02.000000000 -0800 @@@@ -28,8 +28,8 @@@@ d17 7 a23 1 install -d $(DESTDIR)$(SYSCONFDIR)/fish/completions @ 1.1 log @Update to 20130719 * Use tarball, and install man page and bash stuff. Changelog: unknown. @ text @d1 1 a1 1 $NetBSD$ d5 3 a7 3 --- Makefile.orig 2013-07-02 05:35:23.000000000 +0000 +++ Makefile @@@@ -27,8 +27,8 @@@@ install: youtube-dl youtube-dl.1 youtube d15 3 a17 3 test: #nosetests --with-coverage --cover-package=youtube_dl --cover-html --verbose --processes 4 test @