diff options
author | wiz <wiz> | 2009-02-21 13:31:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-02-21 13:31:52 +0000 |
commit | 63a0f5d693bff1881618c15c9356891b5a3f8bde (patch) | |
tree | 1ef75d622b9bb93db65aa4db3c5130d0bb33ae25 | |
parent | f1a0e14bd16e2dc2081d91b0fd99169dd4adf81c (diff) | |
download | pkgsrc-63a0f5d693bff1881618c15c9356891b5a3f8bde.tar.gz |
Update to 2.1.6:
Version 2.1.6
(February 19, 2009)
User-visible changes:
* Renamed the following options
- --noproxy => --no-proxy
- --noextract => --no-extract
- --nologin => --no-login
* Butchered --help output
- much less verbose now
- relocated manual page data to clive.pod
* Removed --manual option
* Obsoleted "play" and "rencode" config keys in "commands" section
* Added --exec option which resembles cclive's --exec command
* Removed --play, --noplay, --rencode and --norencode options
- use --exec instead
* Changed --paste short option from '-x' to '-p'
* Removed wmv format (breakcom)
- persistant HTTP/404 (not found) error
Version 2.1.5
(February 6, 2009)
User-visible changes:
* Fixed sevenload support
Version 2.1.4
(February 1, 2009)
User-visible changes:
* Fixed Youtube login which sometimes reported failed attempts as OK
- Youtube defaults web interface language based on users ip
- clive looks for English words in the post-login page to confirm login
* Tweaked --version output
-rw-r--r-- | net/clive/Makefile | 5 | ||||
-rw-r--r-- | net/clive/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/clive/Makefile b/net/clive/Makefile index dabcf901deb..540cc85c01e 100644 --- a/net/clive/Makefile +++ b/net/clive/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2009/01/29 17:09:38 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2009/02/21 13:31:52 wiz Exp $ # -DISTNAME= clive-2.1.3 +DISTNAME= clive-2.1.6 CATEGORIES= net multimedia www MASTER_SITES= http://clive.googlecode.com/files/ EXTRACT_SUFX= .tar.bz2 @@ -26,7 +26,6 @@ PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-build: - cd ${WRKSRC} && ${PERL5} genman do-install: ${INSTALL_SCRIPT} ${WRKSRC}/clive ${DESTDIR}${PREFIX}/bin diff --git a/net/clive/distinfo b/net/clive/distinfo index 186ce62f41f..89dd436626a 100644 --- a/net/clive/distinfo +++ b/net/clive/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2009/01/09 13:09:12 wiz Exp $ +$NetBSD: distinfo,v 1.14 2009/02/21 13:31:52 wiz Exp $ -SHA1 (clive-2.1.3.tar.bz2) = 65b64e24646f6cbf243465c4495041d9d612eaf3 -RMD160 (clive-2.1.3.tar.bz2) = eb5462b294e4557d88fde44ab7af1b59c87bac4c -Size (clive-2.1.3.tar.bz2) = 27436 bytes +SHA1 (clive-2.1.6.tar.bz2) = 7cac954b257760212d953eb9cd949236acae2b84 +RMD160 (clive-2.1.6.tar.bz2) = ab1379b0fc88dc12f36ef3f325b5bbd928701fdf +Size (clive-2.1.6.tar.bz2) = 27329 bytes |