diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2015-12-29 01:01:06 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2015-12-29 01:01:06 +0000 |
commit | 99438903fda0c15c5e337fc3e018b471391ce5b8 (patch) | |
tree | 10a37e14b548e6fb37da1f24d97860ad0322da8f /www/youtube_dl | |
parent | ae441ebb7b04b1b888017bd953a9ae56eb234be6 (diff) |
Notes
Diffstat (limited to 'www/youtube_dl')
-rw-r--r-- | www/youtube_dl/Makefile | 2 | ||||
-rw-r--r-- | www/youtube_dl/distinfo | 4 | ||||
-rw-r--r-- | www/youtube_dl/files/patch-Makefile | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/www/youtube_dl/Makefile b/www/youtube_dl/Makefile index 9f29c2123abb..c541fc106cd5 100644 --- a/www/youtube_dl/Makefile +++ b/www/youtube_dl/Makefile @@ -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} diff --git a/www/youtube_dl/distinfo b/www/youtube_dl/distinfo index a73b117256e7..3f44da4a0662 100644 --- a/www/youtube_dl/distinfo +++ b/www/youtube_dl/distinfo @@ -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 diff --git a/www/youtube_dl/files/patch-Makefile b/www/youtube_dl/files/patch-Makefile index 009584a20653..d46bfb58e14c 100644 --- a/www/youtube_dl/files/patch-Makefile +++ b/www/youtube_dl/files/patch-Makefile @@ -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 |