diff options
author | asau <asau@pkgsrc.org> | 2015-11-24 15:56:22 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2015-11-24 15:56:22 +0000 |
commit | 63c9cd16693e71d79a4d8435778e55a2912e5aca (patch) | |
tree | fcd1721de1fc0750a047b1d5720fd266dfef243d /net | |
parent | d7621299e57b086ad1a8af1acecdacaaa6da2184 (diff) | |
download | pkgsrc-63c9cd16693e71d79a4d8435778e55a2912e5aca.tar.gz |
Drop dependency on mozilla-rootcerts-openssl.
The latter is broken and makes youtube-dl unusable in unprivileged mode and potentially on non-NetBSD systems.
Diffstat (limited to 'net')
-rw-r--r-- | net/youtube-dl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/youtube-dl/Makefile b/net/youtube-dl/Makefile index c6f78b77dc9..f28ef8e9591 100644 --- a/net/youtube-dl/Makefile +++ b/net/youtube-dl/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.70 2015/11/11 16:47:14 leot Exp $ +# $NetBSD: Makefile,v 1.71 2015/11/24 15:56:22 asau Exp $ VERSION_DATE= 2015.11.10 DISTNAME= youtube-dl-${VERSION_DATE} PKGNAME= youtube-dl-${VERSION_DATE:S/.//S/.//} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://youtube-dl.org/downloads/${VERSION_DATE}/ @@ -11,8 +12,6 @@ HOMEPAGE= http://rg3.github.io/youtube-dl/ COMMENT= Download videos from youtube.com LICENSE= public-domain -DEPENDS+= mozilla-rootcerts-openssl-[0-9]*:../../security/mozilla-rootcerts-openssl - # Unfortunately at the moment upstream youtube-dl does not provide a changelog. # When updating net/youtube-dl you can find a complete list of changes here: # https://github.com/rg3/youtube-dl/compare/${OLD_VERSION_DATE}...${NEW_VERSION_DATE} |