From owner-svn-ports-head@freebsd.org Tue Dec 29 01:01:08 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 468C7A4B7E8; Tue, 29 Dec 2015 01:01:08 +0000 (UTC) (envelope-from araujo@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 mx1.freebsd.org (Postfix) with ESMTPS id F21D5131F; Tue, 29 Dec 2015 01:01:07 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBT117nG013613; Tue, 29 Dec 2015 01:01:07 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBT116bA013610; Tue, 29 Dec 2015 01:01:06 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201512290101.tBT116bA013610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Tue, 29 Dec 2015 01:01:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404712 - in head/www/youtube_dl: . files X-SVN-Group: ports-head 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.20 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: Tue, 29 Dec 2015 01:01:08 -0000 Author: araujo Date: Tue Dec 29 01:01:06 2015 New Revision: 404712 URL: https://svnweb.freebsd.org/changeset/ports/404712 Log: - Update to 2015.12.23. PR: ports/205665 Submitted by: me@janh.de Modified: head/www/youtube_dl/Makefile head/www/youtube_dl/distinfo head/www/youtube_dl/files/patch-Makefile Modified: head/www/youtube_dl/Makefile ============================================================================== --- head/www/youtube_dl/Makefile Tue Dec 29 00:33:56 2015 (r404711) +++ head/www/youtube_dl/Makefile Tue Dec 29 01:01:06 2015 (r404712) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= youtube_dl -PORTVERSION= 2015.11.27.1 +PORTVERSION= 2015.12.23 CATEGORIES= www MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/ DISTNAME= youtube-dl-${PORTVERSION} Modified: head/www/youtube_dl/distinfo ============================================================================== --- head/www/youtube_dl/distinfo Tue Dec 29 00:33:56 2015 (r404711) +++ head/www/youtube_dl/distinfo Tue Dec 29 01:01:06 2015 (r404712) @@ -1,2 +1,2 @@ -SHA256 (youtube-dl-2015.11.27.1.tar.gz) = 35a7b2947200209bef9e642d1203e9d4a4103e279222c3ca3b5ee3adf3c8c535 -SIZE (youtube-dl-2015.11.27.1.tar.gz) = 1803857 +SHA256 (youtube-dl-2015.12.23.tar.gz) = fe7088979c78eb900c3db110a577866a01e1dd537cddda25258893f099fff9ba +SIZE (youtube-dl-2015.12.23.tar.gz) = 1850244 Modified: head/www/youtube_dl/files/patch-Makefile ============================================================================== --- head/www/youtube_dl/files/patch-Makefile Tue Dec 29 00:33:56 2015 (r404711) +++ head/www/youtube_dl/files/patch-Makefile Tue Dec 29 01:01:06 2015 (r404712) @@ -39,10 +39,10 @@ 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 +- $(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 + $(PYTHON) devscripts/bash-completion.py