diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2013-09-27 03:33:19 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2013-09-27 03:33:19 +0000 |
commit | 76622d05726e4455aa1091c7ca172b123ce05bf8 (patch) | |
tree | da40299f7ae1f6655e167b8374d1919942999944 /www/youtube_dl/Makefile | |
parent | 0f5c3e1ebfba07b7867d01693bc7877151624288 (diff) | |
download | ports-76622d05726e4455aa1091c7ca172b123ce05bf8.tar.gz ports-76622d05726e4455aa1091c7ca172b123ce05bf8.zip |
Notes
Diffstat (limited to 'www/youtube_dl/Makefile')
-rw-r--r-- | www/youtube_dl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/youtube_dl/Makefile b/www/youtube_dl/Makefile index 3ef9b017dda0..ee2887852abe 100644 --- a/www/youtube_dl/Makefile +++ b/www/youtube_dl/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= youtube_dl -PORTVERSION= 2013.08.23 +PORTVERSION= 2013.09.24.2 CATEGORIES= www MASTER_SITES= http://youtube-dl.org/downloads/${PORTVERSION}/ \ http://ftp.de.netbsd.org/pub/unix/Linux/MIRROR.gentoo/distfiles/ @@ -31,7 +31,6 @@ MAN1= youtube-dl.1 WRKSRC= ${WRKDIR}/youtube-dl -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MRTMPDUMP} |