diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-16 21:45:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-16 21:45:39 +0000 |
commit | 669f8a12103bfffb211ff00bf68cfa4ecffc6674 (patch) | |
tree | db346b58df3fa2b18c3d222f617fc5cd67fe9a73 /net/clive/Makefile | |
parent | caf7d9a2bbd8229c43e0b3445eb12037c58bd120 (diff) | |
download | pkgsrc-669f8a12103bfffb211ff00bf68cfa4ecffc6674.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/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 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/} |