Received: by mail.netbsd.org (Postfix, from userid 605) id 0F8FC84D31; Tue, 29 Jun 2021 15:15:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4BFE684D17 for ; Tue, 29 Jun 2021 15:15:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id M65XKwzJc_VW for ; Tue, 29 Jun 2021 15:15:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9FBED84D15 for ; Tue, 29 Jun 2021 15:15:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 96B91FA95; Tue, 29 Jun 2021 15:15:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162497971560460" MIME-Version: 1.0 Date: Tue, 29 Jun 2021 15:15:15 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/www/links-gui To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20210629151515.96B91FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162497971560460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Tue Jun 29 15:15:15 UTC 2021 Modified Files: pkgsrc/www/links-gui: Makefile Log Message: links-gui: update to 2.23. === RELEASE 2.23 === Tue May 18 20:35:55 CEST 2021 mikulas: Fix a bug that the user could set floating-point parameters to nan via command-line argument or config file option Tue May 18 20:22:35 CEST 2021 mikulas: Fix broken display if the user uses custom font and non-default aspect ratio Wed May 12 20:08:48 CEST 2021 mikulas: Fix a bug that the code incorrectly assumed that mktime returns UTC Sat May 1 17:56:50 CEST 2021 mikulas: Add an option that enables cookie saving To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 pkgsrc/www/links-gui/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162497971560460 Content-Disposition: inline Content-Length: 525 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/links-gui/Makefile diff -u pkgsrc/www/links-gui/Makefile:1.97 pkgsrc/www/links-gui/Makefile:1.98 --- pkgsrc/www/links-gui/Makefile:1.97 Wed Apr 21 11:42:54 2021 +++ pkgsrc/www/links-gui/Makefile Tue Jun 29 15:15:15 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.97 2021/04/21 11:42:54 adam Exp $ +# $NetBSD: Makefile,v 1.98 2021/06/29 15:15:15 fcambus Exp $ PKGNAME= ${DISTNAME:S/links/&-gui/} -PKGREVISION= 1 COMMENT= Lynx-like text and graphics WWW browser USE_TOOLS+= pkg-config --_----------=_162497971560460--