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 | |
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')
-rw-r--r-- | www/w3m/Makefile | 3 | ||||
-rw-r--r-- | www/w3m/Makefile.common | 4 | ||||
-rw-r--r-- | www/w3m/distinfo | 10 |
3 files changed, 8 insertions, 9 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]* diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index cfa5f6eb4b7..217d2d63988 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.69 2020/01/18 23:35:46 rillig Exp $ +# $NetBSD: Makefile.common,v 1.70 2020/03/12 18:22:54 wiz Exp $ # # used by www/w3m/Makefile # used by www/w3m-img/Makefile @@ -21,7 +21,7 @@ USE_TOOLS+= gmake # Needed for some combinations of options... USE_TOOLS+= msgfmt USE_PKGLOCALEDIR= yes -W3M_VERS= 0.5.3+git20180125 +W3M_VERS= 0.5.3+git20190105 W3M_PKGVERS= ${W3M_VERS:S/+git/.0./} # For w3mman, xface2xpm, cgi scripts. diff --git a/www/w3m/distinfo b/www/w3m/distinfo index 0c351c2b397..24235632fb0 100644 --- a/www/w3m/distinfo +++ b/www/w3m/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.31 2018/05/14 14:40:17 leot Exp $ +$NetBSD: distinfo,v 1.32 2020/03/12 18:22:54 wiz Exp $ -SHA1 (w3m-0.5.3+git20180125.tar.gz) = 49df4a9c35f94c211ba2d904f7c72b8aa82e269d -RMD160 (w3m-0.5.3+git20180125.tar.gz) = d899c863062f09d49aeea2ec1533c772729c50bc -SHA512 (w3m-0.5.3+git20180125.tar.gz) = 61b8498b927569937c509460e291eeba6eb302d34ccd6e1bf4d1eb07ac73a3ac5a477161727d310324625be04b907f8c3e970382d08c9fa0846b371699f04e14 -Size (w3m-0.5.3+git20180125.tar.gz) = 2181743 bytes +SHA1 (w3m-0.5.3+git20190105.tar.gz) = 47d315af8e4a34f0d726687295e5d448a809acdc +RMD160 (w3m-0.5.3+git20190105.tar.gz) = d71cd692d9ce166c8a1fd3e3c7203f0a37cd5158 +SHA512 (w3m-0.5.3+git20190105.tar.gz) = b63b15d0bea82f50bcaa9fc0826c2d3c265a3ad73069b4a020812f28b552cdf08618ab877280c9f3a43bd64f51b80b7a526098e6395ea121c0981a3fcd2562b4 +Size (w3m-0.5.3+git20190105.tar.gz) = 2183651 bytes |