summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2015-07-17 07:53:53 +0000
committertron <tron@pkgsrc.org>2015-07-17 07:53:53 +0000
commit9b32cbde0595dc45d843befbd2e739ed9a2c2139 (patch)
tree2eca2fd705c47c8c45d46cb9deff7e96b8a0bc5c /net
parent04373b72d480b8a7e3c3108ce6b591eda16f6a7c (diff)
downloadpkgsrc-9b32cbde0595dc45d843befbd2e739ed9a2c2139.tar.gz
Depend on "mozilla-rootcerts-openssl" package to avoid certificate
validation errors when accessing Youtube URLs.
Diffstat (limited to 'net')
-rw-r--r--net/youtube-dl/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/youtube-dl/Makefile b/net/youtube-dl/Makefile
index 2d2f3d40ca5..88ddbaf39ed 100644
--- a/net/youtube-dl/Makefile
+++ b/net/youtube-dl/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.64 2015/06/15 09:27:02 adam Exp $
+# $NetBSD: Makefile,v 1.65 2015/07/17 07:53:53 tron Exp $
VERSION_DATE= 2015.06.15
+PKGREVISION= 1
DISTNAME= youtube-dl-${VERSION_DATE}
PKGNAME= youtube-dl-${VERSION_DATE:S/.//S/.//}
CATEGORIES= net
@@ -11,6 +12,8 @@ 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}