summaryrefslogtreecommitdiff
path: root/net/youtube-dl/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon>2013-06-09 01:52:47 +0000
committerryoon <ryoon>2013-06-09 01:52:47 +0000
commit3cf3330baabfff4a2e5ff438ace3ad48737407cf (patch)
tree0935439e4b249328819157002a9d0882d0ee8734 /net/youtube-dl/Makefile
parentad6dc3cf486449bcd8f71aef8fed5a4704edb4bd (diff)
downloadpkgsrc-3cf3330baabfff4a2e5ff438ace3ad48737407cf.tar.gz
Update to 20130523
Changelog: unknown
Diffstat (limited to 'net/youtube-dl/Makefile')
-rw-r--r--net/youtube-dl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/youtube-dl/Makefile b/net/youtube-dl/Makefile
index 889f2c0730f..9cee36bfcdf 100644
--- a/net/youtube-dl/Makefile
+++ b/net/youtube-dl/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.39 2013/04/22 17:18:00 drochner Exp $
+# $NetBSD: Makefile,v 1.40 2013/06/09 01:52:47 ryoon Exp $
-VERSION_DATE= 2013.04.11
+VERSION_DATE= 2013.05.23
DISTNAME= youtube-dl
PKGNAME= youtube-dl-${VERSION_DATE:S/.//g}
CATEGORIES= net
-MASTER_SITES= http://youtube-dl.org/downloads/2013.04.11/
+MASTER_SITES= http://youtube-dl.org/downloads/${VERSION_DATE}/
EXTRACT_SUFX= # none
DIST_SUBDIR= ${PKGNAME_NOREV}
@@ -25,7 +25,7 @@ REPLACE_PYTHON+= ${DISTNAME}
# Force using "curl" for fetching the distribution file. It is only available
# over HTTPS and "curl" is the only fetch program which always supports HTTPS.
-FETCH_USING= curl
+#FETCH_USING= curl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \