diff options
author | wiz <wiz@pkgsrc.org> | 2010-04-05 18:12:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-04-05 18:12:22 +0000 |
commit | 19472a1862bdfaf1db7f50cd9bc27d50fbae9cc9 (patch) | |
tree | 6efec7bad82515633cde9cd3dec240f6d8dd305c /net/clive | |
parent | f3b055f60e47d0b13839169c27eb26145bc96a0e (diff) | |
download | pkgsrc-19472a1862bdfaf1db7f50cd9bc27d50fbae9cc9.tar.gz |
Update to 2.2.11. Previous version didn't work any longer due to youtube
changes.
Version 2.2.11
--------------
April 3, 2010
Bugfixes:
* Youtube, update patterns to reflect website changes
Version 2.2.10
--------------
March 24, 2010
Changes:
* Add buzzhumor.com support
* Mark ehrensenf.de support as broken
Bugfixes:
* Update --hosts format strings
* dailymotion.com
# Change format IDs to reflect website changes (yet again):
* h264-hd -> hd
* h264-hq -> hq
* removed h264 and spark-mini (no longer even listed)
# Parse title from elsewhere
* Title was previously parsed from the title HTML tag
* Which usually contained more than we cared for
# Spew out an error if the video looks like a partner video
* break.com
# Support, thanks to Werner Elsler for the fix
# Title parsing, ported from libquvi
Diffstat (limited to 'net/clive')
-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 78753d9d069..5ba345f2c43 100644 --- a/net/clive/Makefile +++ b/net/clive/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2010/02/14 10:00:09 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2010/04/05 18:12:22 wiz Exp $ # -DISTNAME= clive-2.2.9 +DISTNAME= clive-2.2.11 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 e459d26898e..5f6dd657fbc 100644 --- a/net/clive/distinfo +++ b/net/clive/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2010/02/14 10:00:09 wiz Exp $ +$NetBSD: distinfo,v 1.23 2010/04/05 18:12:22 wiz Exp $ -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 +SHA1 (clive-2.2.11.tar.bz2) = 396ab93415619a087d30e39249f508878ff3cf1b +RMD160 (clive-2.2.11.tar.bz2) = 75a32537fad9794b1e5d423909a33dea5f4df5fe +Size (clive-2.2.11.tar.bz2) = 46063 bytes |