From owner-svn-ports-head@freebsd.org Fri Feb 7 18:17:44 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DDDCE22A110; Fri, 7 Feb 2020 18:17:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Dk6w57L8z3LTY; Fri, 7 Feb 2020 18:17:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AB3A38AB4; Fri, 7 Feb 2020 18:17:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 017IHiFq075003; Fri, 7 Feb 2020 18:17:44 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 017IHiO7075001; Fri, 7 Feb 2020 18:17:44 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202002071817.017IHiO7075001@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 7 Feb 2020 18:17:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525494 - in head/www/youtube_dl: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/www/youtube_dl: . files X-SVN-Commit-Revision: 525494 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2020 18:17:44 -0000 Author: swills Date: Fri Feb 7 18:17:43 2020 New Revision: 525494 URL: https://svnweb.freebsd.org/changeset/ports/525494 Log: www/youtube_dl: Update to latest 2020.01.24 PR: 243553 Submitted by: cem Submitted by: daniel.engberg.lists@pyret.net Approved by: maintainer timeout (araujo, >2 weeks) Differential Revision: https://reviews.freebsd.org/D22919 Modified: head/www/youtube_dl/Makefile (contents, props changed) head/www/youtube_dl/distinfo (contents, props changed) head/www/youtube_dl/files/patch-Makefile (contents, props changed) Modified: head/www/youtube_dl/Makefile ============================================================================== --- head/www/youtube_dl/Makefile Fri Feb 7 17:25:39 2020 (r525493) +++ head/www/youtube_dl/Makefile Fri Feb 7 18:17:43 2020 (r525494) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= youtube_dl -PORTVERSION= 2019.11.28 +PORTVERSION= 2020.01.24 CATEGORIES= www MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/ DISTNAME= youtube-dl-${PORTVERSION} @@ -11,8 +11,6 @@ COMMENT= Program for downloading videos from YouTube.c LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= zip:archivers/zip USES= gmake python Modified: head/www/youtube_dl/distinfo ============================================================================== --- head/www/youtube_dl/distinfo Fri Feb 7 17:25:39 2020 (r525493) +++ head/www/youtube_dl/distinfo Fri Feb 7 18:17:43 2020 (r525494) @@ -1,3 +1,3 @@ -TIMESTAMP = 1575280448 -SHA256 (youtube-dl-2019.11.28.tar.gz) = 93dfcb77811cafb5aef090504eb43e8fd3fca0df694676a4ff71023a6ce3b1a7 -SIZE (youtube-dl-2019.11.28.tar.gz) = 3148365 +TIMESTAMP = 1579862121 +SHA256 (youtube-dl-2020.01.24.tar.gz) = 0b1dcc96d204984df1ee364e81cddd5645421f6065d2815472258ccdad5c36ff +SIZE (youtube-dl-2020.01.24.tar.gz) = 3159926 Modified: head/www/youtube_dl/files/patch-Makefile ============================================================================== --- head/www/youtube_dl/files/patch-Makefile Fri Feb 7 17:25:39 2020 (r525493) +++ head/www/youtube_dl/files/patch-Makefile Fri Feb 7 18:17:43 2020 (r525494) @@ -1,6 +1,6 @@ ---- Makefile.orig 2018-05-09 02:36:21 UTC -+++ Makefile -@@ -12,7 +12,7 @@ SHAREDIR ?= $(PREFIX)/share +--- Makefile.orig 2019-12-24 22:21:59.865317000 +0100 ++++ Makefile 2019-12-24 22:24:39.962172000 +0100 +@@ -12,7 +12,7 @@ PYTHON ?= /usr/bin/env python # set SYSCONFDIR to /etc if PREFIX=/usr or PREFIX=/usr/local @@ -9,7 +9,7 @@ # set markdown input format to "markdown-smart" for pandoc version 2 and to "markdown" for pandoc prior to version 2 MARKDOWN = $(shell if [ `pandoc -v | head -n1 | cut -d" " -f2 | head -c1` = "2" ]; then echo markdown-smart; else echo markdown; fi) -@@ -23,11 +23,11 @@ install: youtube-dl youtube-dl.1 youtube +@@ -23,11 +23,11 @@ install -d $(DESTDIR)$(MANDIR)/man1 install -m 644 youtube-dl.1 $(DESTDIR)$(MANDIR)/man1 install -d $(DESTDIR)$(SYSCONFDIR)/bash_completion.d @@ -24,15 +24,24 @@ codetest: flake8 . -@@ -87,11 +87,6 @@ supportedsites: +@@ -65,7 +65,7 @@ + done + touch -t 200001010101 zip/youtube_dl/*.py zip/youtube_dl/*/*.py + mv zip/youtube_dl/__main__.py zip/ +- cd zip ; zip -q ../youtube-dl youtube_dl/*.py youtube_dl/*/*.py __main__.py ++ cd zip ; bsdtar -a -cf ../youtube-dl.zip youtube_dl/*.py youtube_dl/*/*.py __main__.py + rm -rf zip + echo '#!$(PYTHON)' > youtube-dl + cat youtube-dl.zip >> youtube-dl +@@ -90,11 +90,6 @@ + README.txt: README.md pandoc -f $(MARKDOWN) -t plain README.md -o README.txt - +- -youtube-dl.1: README.md - $(PYTHON) devscripts/prepare_manpage.py youtube-dl.1.temp.md - pandoc -s -f $(MARKDOWN) -t man youtube-dl.1.temp.md -o youtube-dl.1 - rm -f youtube-dl.1.temp.md -- + youtube-dl.bash-completion: youtube_dl/*.py youtube_dl/*/*.py devscripts/bash-completion.in $(PYTHON) devscripts/bash-completion.py -