- Update to 2013.01.13.
- Update MASTER_SITES and WWW line. - Change the LICENSE from GPL2v to 'The Unlicense'. PR: ports/175436 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
This commit is contained in:
parent
c4c04d7c6a
commit
dc845f7833
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310749
@ -1,16 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= youtube_dl
|
||||
PORTVERSION= 2012.12.11
|
||||
PORTVERSION= 2013.01.13
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://cloud.github.com/downloads/rg3/youtube-dl/ \
|
||||
CRITICAL
|
||||
DISTNAME= youtube-dl.${PORTVERSION}
|
||||
MASTER_SITES= http://youtube-dl.org/downloads/${PORTVERSION}/ \
|
||||
http://ftp.de.netbsd.org/pub/unix/Linux/MIRROR.gentoo/distfiles/
|
||||
DISTNAME= youtube-dl-${PORTVERSION}
|
||||
|
||||
MAINTAINER= araujo@FreeBSD.org
|
||||
COMMENT= A program for downloading videos from YouTube.com
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= UNLICENSE
|
||||
LICENSE_NAME= The Unlicense
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
|
||||
|
||||
@ -35,7 +38,6 @@ RUN_DEPENDS+= rtmpdump:${PORTSDIR}/multimedia/rtmpdump
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MBASH}
|
||||
ALL_TARGET+= youtube-dl.bash-completion
|
||||
PLIST_FILES+= etc/bash_completion.d/youtube-dl.sh
|
||||
.endif
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (youtube-dl.2012.12.11.tar.gz) = b6d259c60fefba76701ea0ea7b34c99169fc2644ce1d89ad10213a70d11ffb0f
|
||||
SIZE (youtube-dl.2012.12.11.tar.gz) = 120301
|
||||
SHA256 (youtube-dl-2013.01.13.tar.gz) = 13cc8cffb4206a63be033dfbebcfa637bd489d58d9f54858d9552021aa8f0dd5
|
||||
SIZE (youtube-dl-2013.01.13.tar.gz) = 136575
|
||||
|
@ -2,4 +2,4 @@ youtube-dl is a small command-line program for downloading videos
|
||||
from YouTube.com, metacafe.com, google video, photobucket videos,
|
||||
yahoo videos, dailymotion and others
|
||||
|
||||
WWW: https://github.com/rg3/youtube-dl
|
||||
WWW: http://rg3.github.com/youtube-dl/
|
||||
|
Loading…
Reference in New Issue
Block a user