diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-14 10:00:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-14 10:00:09 +0000 |
commit | 44ab2a2e026755b5d475df9475bb5fdab2f43ede (patch) | |
tree | 35797aa2d12905187bf4f406930cca1e9adaa1eb /net | |
parent | 4f1c0db9cb3609f4360d4945af259be6edec0c57 (diff) | |
download | pkgsrc-44ab2a2e026755b5d475df9475bb5fdab2f43ede.tar.gz |
Update to 2.2.9:
Version 2.2.9 (February 13, 2010)
User-visible changes:
* Fix dailymotion formats
1. vp6-hd -> h264-hd
2. vp6-hq -> h264-hq
3. vp6 -> h264
* Fix vimeo support
1. closes issue #49
* Partial fix: cctv: dump multi-segment video links
1. single-segment videos are still copied normally
2. closes issue #45 (for now)
Developer-visible changes:
* Rename CHANGES -> ChangeLog
* Add NEWS file
* Remove dead test link:
1. tlinks/sload.url
2. t/10sevenload.t
Version 2.2.8 (December 18, 2009)
User-visible changes:
* Remove the remains of the redtube support
* Do not replace dashes with underscores in ids (closes issue #44 )
* Sevenload:
1. Fix http/401 error
2. Cleanup title parsing (use config data instead)
* Croak with an error if BerkeleyDB module is not found
1. And either -d or -g options are used
Diffstat (limited to 'net')
-rw-r--r-- | net/clive/Makefile | 4 | ||||
-rw-r--r-- | net/clive/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/clive/Makefile b/net/clive/Makefile index 2753e96be83..78753d9d069 100644 --- a/net/clive/Makefile +++ b/net/clive/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2009/10/20 15:38:47 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2010/02/14 10:00:09 wiz Exp $ # -DISTNAME= clive-2.2.7 +DISTNAME= clive-2.2.9 CATEGORIES= net multimedia www MASTER_SITES= http://clive.googlecode.com/files/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/clive/distinfo b/net/clive/distinfo index 09da0bf1c47..e459d26898e 100644 --- a/net/clive/distinfo +++ b/net/clive/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2009/10/20 15:38:47 wiz Exp $ +$NetBSD: distinfo,v 1.22 2010/02/14 10:00:09 wiz Exp $ -SHA1 (clive-2.2.7.tar.bz2) = 263ca8f81eeeedec0c6f6b7b0448ac953c75806c -RMD160 (clive-2.2.7.tar.bz2) = 31381a47cb47b3f19b11d8a88536771f47fec23b -Size (clive-2.2.7.tar.bz2) = 45474 bytes +SHA1 (clive-2.2.9.tar.bz2) = af5e3a270ae3faa68eac62450d7338e171067d56 +RMD160 (clive-2.2.9.tar.bz2) = f14644ad528fa3f3c2aa45ad32d12746643c6972 +Size (clive-2.2.9.tar.bz2) = 45516 bytes |