diff options
author | wiz <wiz> | 2008-10-16 21:45:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-10-16 21:45:39 +0000 |
commit | 7c6cae97707b73ee0ee47e00b2dcadbeede0ec29 (patch) | |
tree | db346b58df3fa2b18c3d222f617fc5cd67fe9a73 /net/clive | |
parent | 9c5ea41b623fab332c9a73bbfd057dff752d8dc6 (diff) | |
download | pkgsrc-7c6cae97707b73ee0ee47e00b2dcadbeede0ec29.tar.gz |
Update to 1.0.2:
Version 1.0.2
(October 14 2008, from branches/release/1.0.x)
svn://svn.gna.org/svn/clive/tags/1.0.2
User-visible changes:
* Added --hosts to list supported hosts
* Removed myvideo support (broken)
Developer-visible changes:
* Fixed googlevideo support, extraction would fail for some videos
* Fixed "AttributeError: 'builtin_function_or_method' object has no
attribute 'write'" (partially related to bug #12290)
* Added embedded link support for metacafe
- Thanks to Kai Wasserbach <debian@carbon-project.org> for the fix
* Updated AUTHORS and HACKING file
* Fixed man files with some syntax problems (bug #12266)
- Thanks to Marco Rodrigues <gothicx@sapo.pt> for the fixes
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 f52b2a4014a..9c5323cd22c 100644 --- a/net/clive/Makefile +++ b/net/clive/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2008/09/06 14:28:43 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2008/10/16 21:45:39 wiz Exp $ # -DISTNAME= clive-1.0.1 +DISTNAME= clive-1.0.2 CATEGORIES= net multimedia www MASTER_SITES= http://download.gna.org/clive/1.0.x/ \ ${MASTER_SITE_SOURCEFORGE:=clive/} diff --git a/net/clive/distinfo b/net/clive/distinfo index e6a37b267b2..17f5400f079 100644 --- a/net/clive/distinfo +++ b/net/clive/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2008/09/06 14:28:43 wiz Exp $ +$NetBSD: distinfo,v 1.11 2008/10/16 21:45:39 wiz Exp $ -SHA1 (clive-1.0.1.tar.bz2) = 9a9e8889bf05fe21b5b995eec81ddabd6a774997 -RMD160 (clive-1.0.1.tar.bz2) = 07041a0b1340d300d50dfc72bbb9628b60d38b9c -Size (clive-1.0.1.tar.bz2) = 105472 bytes +SHA1 (clive-1.0.2.tar.bz2) = 6ea6760ea3c4eeb7693f4a48acc41cd57160cdea +RMD160 (clive-1.0.2.tar.bz2) = 37e138cc78058fb325aedab681a1832ad3d95b81 +Size (clive-1.0.2.tar.bz2) = 106102 bytes |