Received: by mail.netbsd.org (Postfix, from userid 605) id 05F4F84E19; Fri, 15 Oct 2021 12:32:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A25D084D74 for ; Fri, 15 Oct 2021 12:31:37 +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 8QXGWiWHwPEO for ; Fri, 15 Oct 2021 12:31:37 +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 217F984D2F for ; Fri, 15 Oct 2021 12:31:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1EC7EFA90; Fri, 15 Oct 2021 12:31:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163430109766750" MIME-Version: 1.0 Date: Fri, 15 Oct 2021 12:31:37 +0000 From: "pin" Subject: CVS commit: pkgsrc/editors/featherpad To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20211015123137.1EC7EFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163430109766750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Fri Oct 15 12:31:37 UTC 2021 Modified Files: pkgsrc/editors/featherpad: Makefile distinfo Log Message: editors/featherpad: update to 1.0.1 -Fixed the detection of UTF-16 in special cases. -Fixed tab detaching when the window is closed with its last tab. -Don't try to restore window position under Wayland. -Better inertial scrolling with touchpad and sensitive devices. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/editors/featherpad/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/featherpad/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163430109766750 Content-Disposition: inline Content-Length: 1514 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/featherpad/Makefile diff -u pkgsrc/editors/featherpad/Makefile:1.21 pkgsrc/editors/featherpad/Makefile:1.22 --- pkgsrc/editors/featherpad/Makefile:1.21 Wed Sep 1 06:58:39 2021 +++ pkgsrc/editors/featherpad/Makefile Fri Oct 15 12:31:36 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2021/09/01 06:58:39 pin Exp $ +# $NetBSD: Makefile,v 1.22 2021/10/15 12:31:36 pin Exp $ -VERSION= 1.0.0 +VERSION= 1.0.1 DISTNAME= FeatherPad-V${VERSION} PKGNAME= featherpad-${VERSION} CATEGORIES= editors Index: pkgsrc/editors/featherpad/distinfo diff -u pkgsrc/editors/featherpad/distinfo:1.13 pkgsrc/editors/featherpad/distinfo:1.14 --- pkgsrc/editors/featherpad/distinfo:1.13 Thu Oct 7 13:47:39 2021 +++ pkgsrc/editors/featherpad/distinfo Fri Oct 15 12:31:36 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2021/10/07 13:47:39 nia Exp $ +$NetBSD: distinfo,v 1.14 2021/10/15 12:31:36 pin Exp $ -RMD160 (FeatherPad-V1.0.0.tar.gz) = 90c1363426d74e05dfee1a42b874cabc8e18c4fa -SHA512 (FeatherPad-V1.0.0.tar.gz) = 9f7e24fa5e89e269693bc0a37f79d987e4914dde2d2b46bd0385886383dab8b35556fbc0f5c5b7b9a2c3a41694174ffa8532c48def87d2972fbc73c1e9c38bf3 -Size (FeatherPad-V1.0.0.tar.gz) = 1010200 bytes +RMD160 (FeatherPad-V1.0.1.tar.gz) = fd43f6d5139be8e0ec58171830f8dfda34485660 +SHA512 (FeatherPad-V1.0.1.tar.gz) = 8d1a07f8f32f63ec77e6bff8a39badd1eef87b0675096f964ff2fa770dda7c79ec9a1f788cbfa77528163aeb6c6067ca74e009293eca2e718dce92a48aef5f98 +Size (FeatherPad-V1.0.1.tar.gz) = 1014744 bytes --_----------=_163430109766750--