diff options
author | wiz <wiz@pkgsrc.org> | 2020-03-12 18:22:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-03-12 18:22:54 +0000 |
commit | de6229e3bc5ce38dc49ff18210b3a39ff9689322 (patch) | |
tree | 528ee8e0cc463e285a7aa6966c65d9c183da0128 /www/w3m/Makefile | |
parent | 1dc100b6e228a9554b8f60e6e48b50ad82044df4 (diff) | |
download | pkgsrc-de6229e3bc5ce38dc49ff18210b3a39ff9689322.tar.gz |
w3m: update to 0.5.3.20190105
Debian's w3m 0.5.3+git20190105
* bug fixes
- do not use deprecated features with OpenSSL 1.1
- fix dependency for Imlib2
- fix that the mark_all_pages option works
- respect the simple_preserve_space option for table cells
- fix error handling for ~/.w3m/request.log and localcgi_post()
* new feature
- w3mman supports specifying a section number during a keyword search
Diffstat (limited to 'www/w3m/Makefile')
-rw-r--r-- | www/w3m/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 46c87faacd4..245314f788b 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.84 2020/03/08 16:51:39 wiz Exp $ +# $NetBSD: Makefile,v 1.85 2020/03/12 18:22:54 wiz Exp $ PKGNAME= w3m-${W3M_PKGVERS} -PKGREVISION= 6 COMMENT= Multilingualized version of a pager/text-based browser w3m CONFLICTS+= w3m-img-[0-9]* |