diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-03 12:40:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-03 12:40:51 +0000 |
commit | 6fb70b9a723569d1844aca570d840fc7d3abdeb2 (patch) | |
tree | c5df5097c5a189289f639e4fc6d4c18b5f5b8be7 /net/clive/Makefile | |
parent | 0eb5ecead49b107f6c7ead122e584280b3c92797 (diff) | |
download | pkgsrc-6fb70b9a723569d1844aca570d840fc7d3abdeb2.tar.gz |
Update to 2.2.22:
2.2.22 Sun Jan 16 2011 Toni Gundogdu
Changes:
- Accept youtu.be URLs (#8)
2.2.21 Fri Jan 07 2011 Toni Gundogdu
Bugfixes:
- Dailymotion.pm: Access blocked by "family filter" (#4)
2.2.20 Mon Dec 27 2010 Toni Gundogdu
Changes:
- Accept non-HTTP (input) URLs [#3]
Bugfixes:
- Vimeo.pm: Fix video ID parsing [#2]
Diffstat (limited to 'net/clive/Makefile')
-rw-r--r-- | net/clive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/clive/Makefile b/net/clive/Makefile index 8de5936edad..304faf6a011 100644 --- a/net/clive/Makefile +++ b/net/clive/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2010/12/13 10:51:33 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2011/02/03 12:40:51 wiz Exp $ # -DISTNAME= clive-2.2.19 +DISTNAME= clive-2.2.22 CATEGORIES= net multimedia www MASTER_SITES= http://clive.googlecode.com/files/ |