Date: Tue, 29 Dec 2015 01:01:06 +0000 (UTC) From: Marcelo Araujo <araujo@FreeBSD.org> 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 Message-ID: <201512290101.tBT116bA013610@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512290101.tBT116bA013610>