diff options
author | wiz <wiz> | 2011-08-21 10:23:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-08-21 10:23:42 +0000 |
commit | 365f1f7673afae7e3dafa8b8a4ef8f72b1a1988b (patch) | |
tree | 48b3cb603a5abe70d5b15b256a39e67c9b7276eb /net/quvi/Makefile | |
parent | 762178867fb48108c3cd60c8e2733bc75c06576a (diff) | |
download | pkgsrc-365f1f7673afae7e3dafa8b8a4ef8f72b1a1988b.tar.gz |
Update to 0.2.19:
0.2.19 Fri Aug 05 2011 Toni Gundogdu
Fixes: Webscripts
- ted.lua: attempt to index local 's' (#65)
- youtube.lua: no match: fmt_url_map (#63)
- Thanks to Zefram <zefram@fysh.org> for the patch
- funnyordie.lua: no match: flv url (#64)
Diffstat (limited to 'net/quvi/Makefile')
-rw-r--r-- | net/quvi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/quvi/Makefile b/net/quvi/Makefile index 5ac79f8c7de..5fa2090c954 100644 --- a/net/quvi/Makefile +++ b/net/quvi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2011/07/30 21:49:00 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2011/08/21 10:23:42 wiz Exp $ # -DISTNAME= quvi-0.2.18 +DISTNAME= quvi-0.2.19 CATEGORIES= net multimedia www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quvi/} EXTRACT_SUFX= .tar.bz2 |