Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 67C9B7A2B2 for ; Sat, 21 Jan 2017 09:11:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 15394855CC; Sat, 21 Jan 2017 09:11:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 979698559F for ; Sat, 21 Jan 2017 09:11:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id W-Yj523JRoU6 for ; Sat, 21 Jan 2017 09:11:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 089588556D for ; Sat, 21 Jan 2017 09:11:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 03110FBA6; Sat, 21 Jan 2017 09:11:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1484989887214110" MIME-Version: 1.0 Date: Sat, 21 Jan 2017 09:11:27 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/www/w3m To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20170121091128.03110FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1484989887214110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sat Jan 21 09:11:27 UTC 2017 Modified Files: pkgsrc/www/w3m: PLIST Log Message: Readd `libexec/w3m/w3mimgdisplay' to the PLIST to fix w3m installation built with an imagelib option. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/w3m/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1484989887214110 Content-Disposition: inline Content-Length: 655 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/w3m/PLIST diff -u pkgsrc/www/w3m/PLIST:1.17 pkgsrc/www/w3m/PLIST:1.18 --- pkgsrc/www/w3m/PLIST:1.17 Sun Nov 6 19:26:35 2016 +++ pkgsrc/www/w3m/PLIST Sat Jan 21 09:11:27 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2016/11/06 19:26:35 wiz Exp $ +@comment $NetBSD: PLIST,v 1.18 2017/01/21 09:11:27 leot Exp $ bin/w3m bin/w3mman libexec/w3m/cgi-bin/dirlist.cgi @@ -10,6 +10,7 @@ libexec/w3m/cgi-bin/w3mhelperpanel libexec/w3m/cgi-bin/w3mmail.cgi libexec/w3m/cgi-bin/w3mman2html.cgi libexec/w3m/inflate +${PLIST.image}libexec/w3m/w3mimgdisplay libexec/w3m/xface2xpm man/de/man1/w3m.1 man/de/man1/w3mman.1 --_----------=_1484989887214110--