Thu Mar 12 18:22:55 2020 UTC ()
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


(wiz)
diff -r1.84 -r1.85 pkgsrc/www/w3m/Makefile
diff -r1.69 -r1.70 pkgsrc/www/w3m/Makefile.common
diff -r1.31 -r1.32 pkgsrc/www/w3m/distinfo
diff -r1.30 -r1.31 pkgsrc/www/w3m-img/Makefile

cvs diff -r1.84 -r1.85 pkgsrc/www/w3m/Makefile (expand / switch to unified diff)

--- pkgsrc/www/w3m/Makefile 2020/03/08 16:51:39 1.84
+++ pkgsrc/www/w3m/Makefile 2020/03/12 18:22:54 1.85
@@ -1,9 +1,8 @@ @@ -1,9 +1,8 @@
1# $NetBSD: Makefile,v 1.84 2020/03/08 16:51:39 wiz Exp $ 1# $NetBSD: Makefile,v 1.85 2020/03/12 18:22:54 wiz Exp $
2 2
3PKGNAME= w3m-${W3M_PKGVERS} 3PKGNAME= w3m-${W3M_PKGVERS}
4PKGREVISION= 6 
5COMMENT= Multilingualized version of a pager/text-based browser w3m 4COMMENT= Multilingualized version of a pager/text-based browser w3m
6 5
7CONFLICTS+= w3m-img-[0-9]* 6CONFLICTS+= w3m-img-[0-9]*
8 7
9.include "../../www/w3m/Makefile.common" 8.include "../../www/w3m/Makefile.common"

cvs diff -r1.69 -r1.70 pkgsrc/www/w3m/Makefile.common (expand / switch to unified diff)

--- pkgsrc/www/w3m/Makefile.common 2020/01/18 23:35:46 1.69
+++ pkgsrc/www/w3m/Makefile.common 2020/03/12 18:22:54 1.70
@@ -1,37 +1,37 @@ @@ -1,37 +1,37 @@
1# $NetBSD: Makefile.common,v 1.69 2020/01/18 23:35:46 rillig Exp $ 1# $NetBSD: Makefile.common,v 1.70 2020/03/12 18:22:54 wiz Exp $
2# 2#
3# used by www/w3m/Makefile 3# used by www/w3m/Makefile
4# used by www/w3m-img/Makefile 4# used by www/w3m-img/Makefile
5 5
6DISTNAME= w3m-${W3M_VERS} 6DISTNAME= w3m-${W3M_VERS}
7CATEGORIES= www 7CATEGORIES= www
8MASTER_SITES= ${MASTER_SITE_GITHUB:=tats/} 8MASTER_SITES= ${MASTER_SITE_GITHUB:=tats/}
9GITHUB_TAG= v${W3M_VERS} 9GITHUB_TAG= v${W3M_VERS}
10 10
11MAINTAINER= uebayasi@NetBSD.org 11MAINTAINER= uebayasi@NetBSD.org
12HOMEPAGE= https://w3m.sourceforge.net/ 12HOMEPAGE= https://w3m.sourceforge.net/
13# or https://github.com/tats/w3m 13# or https://github.com/tats/w3m
14# or https://packages.qa.debian.org/w/w3m.html 14# or https://packages.qa.debian.org/w/w3m.html
15 15
16WRKSRC= ${WRKDIR}/w3m-${W3M_VERS:S/+/-/} 16WRKSRC= ${WRKDIR}/w3m-${W3M_VERS:S/+/-/}
17 17
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
19USE_LANGUAGES= c c++ 19USE_LANGUAGES= c c++
20USE_TOOLS+= gmake # Needed for some combinations of options... 20USE_TOOLS+= gmake # Needed for some combinations of options...
21USE_TOOLS+= msgfmt 21USE_TOOLS+= msgfmt
22USE_PKGLOCALEDIR= yes 22USE_PKGLOCALEDIR= yes
23 23
24W3M_VERS= 0.5.3+git20180125 24W3M_VERS= 0.5.3+git20190105
25W3M_PKGVERS= ${W3M_VERS:S/+git/.0./} 25W3M_PKGVERS= ${W3M_VERS:S/+git/.0./}
26 26
27# For w3mman, xface2xpm, cgi scripts. 27# For w3mman, xface2xpm, cgi scripts.
28USE_TOOLS+= perl:run pax 28USE_TOOLS+= perl:run pax
29 29
30DOCDIR= share/doc/w3m 30DOCDIR= share/doc/w3m
31 31
32_W3M_USE_IMAGE?= NO 32_W3M_USE_IMAGE?= NO
33 33
34.include "options.mk" 34.include "options.mk"
35 35
36.include "../../mk/bsd.prefs.mk" 36.include "../../mk/bsd.prefs.mk"
37 37

cvs diff -r1.31 -r1.32 pkgsrc/www/w3m/distinfo (expand / switch to unified diff)

--- pkgsrc/www/w3m/distinfo 2018/05/14 14:40:17 1.31
+++ pkgsrc/www/w3m/distinfo 2020/03/12 18:22:54 1.32
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.31 2018/05/14 14:40:17 leot Exp $ 1$NetBSD: distinfo,v 1.32 2020/03/12 18:22:54 wiz Exp $
2 2
3SHA1 (w3m-0.5.3+git20180125.tar.gz) = 49df4a9c35f94c211ba2d904f7c72b8aa82e269d 3SHA1 (w3m-0.5.3+git20190105.tar.gz) = 47d315af8e4a34f0d726687295e5d448a809acdc
4RMD160 (w3m-0.5.3+git20180125.tar.gz) = d899c863062f09d49aeea2ec1533c772729c50bc 4RMD160 (w3m-0.5.3+git20190105.tar.gz) = d71cd692d9ce166c8a1fd3e3c7203f0a37cd5158
5SHA512 (w3m-0.5.3+git20180125.tar.gz) = 61b8498b927569937c509460e291eeba6eb302d34ccd6e1bf4d1eb07ac73a3ac5a477161727d310324625be04b907f8c3e970382d08c9fa0846b371699f04e14 5SHA512 (w3m-0.5.3+git20190105.tar.gz) = b63b15d0bea82f50bcaa9fc0826c2d3c265a3ad73069b4a020812f28b552cdf08618ab877280c9f3a43bd64f51b80b7a526098e6395ea121c0981a3fcd2562b4
6Size (w3m-0.5.3+git20180125.tar.gz) = 2181743 bytes 6Size (w3m-0.5.3+git20190105.tar.gz) = 2183651 bytes

cvs diff -r1.30 -r1.31 pkgsrc/www/w3m-img/Makefile (expand / switch to unified diff)

--- pkgsrc/www/w3m-img/Makefile 2020/01/18 21:51:12 1.30
+++ pkgsrc/www/w3m-img/Makefile 2020/03/12 18:22:55 1.31
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.30 2020/01/18 21:51:12 jperkin Exp $ 1# $NetBSD: Makefile,v 1.31 2020/03/12 18:22:55 wiz Exp $
2 2
3PKGNAME= w3m-img-${W3M_PKGVERS} 3PKGNAME= w3m-img-${W3M_PKGVERS}
4PKGREVISION= 1 
5COMMENT= Multilingualized version of w3m with inline image support 4COMMENT= Multilingualized version of w3m with inline image support
6 5
7CONFLICTS+= w3m-[0-9]* 6CONFLICTS+= w3m-[0-9]*
8 7
9DISTINFO_FILE= ${.CURDIR}/../../www/w3m/distinfo 8DISTINFO_FILE= ${.CURDIR}/../../www/w3m/distinfo
10PATCHDIR= ${.CURDIR}/../../www/w3m/patches 9PATCHDIR= ${.CURDIR}/../../www/w3m/patches
11PLIST_SRC= ${.CURDIR}/../../www/w3m/PLIST ${.CURDIR}/PLIST 10PLIST_SRC= ${.CURDIR}/../../www/w3m/PLIST ${.CURDIR}/PLIST
12 11
13USE_TOOLS+= msgfmt 12USE_TOOLS+= msgfmt
14 13
15# Enable image support. 14# Enable image support.
16_W3M_USE_IMAGE= YES 15_W3M_USE_IMAGE= YES
17 16