diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-13 12:08:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-13 12:08:41 +0000 |
commit | f429a4730cd81061a7f5163ebf109190a088721c (patch) | |
tree | 51e5f50a5d3292b41c35472d04ac89ae7a64a670 /net/clive/Makefile | |
parent | 77f0addb76b33ded83188b05b651a62979bc0548 (diff) | |
download | pkgsrc-f429a4730cd81061a7f5163ebf109190a088721c.tar.gz |
Update to 2.1.12:
Version 2.1.12
(May 9, 2009)
User-visible changes:
* Change: --connect-timeout, --connect-timeout-socks default -> 30s
* Fix: timeout after file transfer starts
* Fix: title parsing with custom character class (closes issue #8)
* Add: redtube support; thanks to anonprn2@gmail.com (closes issue #11)
* Fix: typo in --emit-xml --help string
Version 2.1.11
(April 29, 2009)
User-visible changes:
* Change: --youtube-pass: prompt for password if left undefined
* Change: --filename-format: default -> "%t.%s"
* Fix: "Use of uninitialized value $opts{"ytpass"} ..."
* Add new options:
** --connect-timeout
** --connect-timeout-socks
* Cleanup: manual page
Known-issues:
* Youtube login does not work (throw an error, patches welcome!)
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 1aaf151742a..3d420ff8538 100644 --- a/net/clive/Makefile +++ b/net/clive/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2009/04/20 11:18:48 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2009/05/13 12:08:41 wiz Exp $ # -DISTNAME= clive-2.1.10 +DISTNAME= clive-2.1.12 CATEGORIES= net multimedia www MASTER_SITES= http://clive.googlecode.com/files/ EXTRACT_SUFX= .tar.bz2 |