summaryrefslogtreecommitdiff
path: root/net/youtube-dl/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon>2011-02-08 13:14:50 +0000
committerryoon <ryoon>2011-02-08 13:14:50 +0000
commitb4682a6a2e38ee4a7a101be573a5559df653ef48 (patch)
treed9fb592c2b63565037fad630f82e943a629e3136 /net/youtube-dl/Makefile
parent8d96cce30f31569042f3aa560a03fe7251e01dcd (diff)
downloadpkgsrc-b4682a6a2e38ee4a7a101be573a5559df653ef48.tar.gz
Update to 2011.01.30.
Changes: This release fixes the existing problem with Dailymotion support, and adds suport for downloading all videos uploaded by a given YouTube user. The program now requires Python 2.5. In addition, several minor bugs have been fixed and a few minor features have been added
Diffstat (limited to 'net/youtube-dl/Makefile')
-rw-r--r--net/youtube-dl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/youtube-dl/Makefile b/net/youtube-dl/Makefile
index 0a06aea5e87..553d1daa371 100644
--- a/net/youtube-dl/Makefile
+++ b/net/youtube-dl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2011/01/22 03:07:03 obache Exp $
+# $NetBSD: Makefile,v 1.26 2011/02/08 13:14:50 ryoon Exp $
-VERSION_DATE= 2010.12.09
+VERSION_DATE= 2011.01.30
DISTNAME= youtube-dl
PKGNAME= youtube-dl-${VERSION_DATE:S/.//g}
CATEGORIES= net