pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/featherpad



Module Name:    pkgsrc
Committed By:   pin
Date:           Sun Dec  4 17:39:56 UTC 2022

Modified Files:
        pkgsrc/editors/featherpad: Makefile distinfo

Log Message:
editors/featherpad: update to 1.3.4

A potential cause of crash is removed (by initializing the variables of
TextEdit and TabBar before any event is triggered).

Also:
● The Paste item of the Edit menu is enabled/disabled appropriately.
● The single quote is covered as the digit separator in C++(≥14) syntax
  highlighting.
● Enabled instant tooltips and corrected context menus on Wayland.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/editors/featherpad/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/editors/featherpad/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/featherpad/Makefile
diff -u pkgsrc/editors/featherpad/Makefile:1.32 pkgsrc/editors/featherpad/Makefile:1.33
--- pkgsrc/editors/featherpad/Makefile:1.32     Wed Nov 23 16:19:55 2022
+++ pkgsrc/editors/featherpad/Makefile  Sun Dec  4 17:39:56 2022
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2022/11/23 16:19:55 adam Exp $
+# $NetBSD: Makefile,v 1.33 2022/12/04 17:39:56 pin Exp $
 
-VERSION=       1.3.3
+VERSION=       1.3.4
 DISTNAME=      FeatherPad-V${VERSION}
 PKGNAME=       featherpad-${VERSION}
-PKGREVISION=   1
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tsujan/}
 GITHUB_TAG=    V${PKGVERSION_NOREV}

Index: pkgsrc/editors/featherpad/distinfo
diff -u pkgsrc/editors/featherpad/distinfo:1.22 pkgsrc/editors/featherpad/distinfo:1.23
--- pkgsrc/editors/featherpad/distinfo:1.22     Sun Oct  9 16:04:10 2022
+++ pkgsrc/editors/featherpad/distinfo  Sun Dec  4 17:39:56 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2022/10/09 16:04:10 pin Exp $
+$NetBSD: distinfo,v 1.23 2022/12/04 17:39:56 pin Exp $
 
-BLAKE2s (FeatherPad-V1.3.3.tar.gz) = e4037802ff8bbaf4fd1843d5bd2125130ad98867ea6b6e3c1f7a1bffb129acc9
-SHA512 (FeatherPad-V1.3.3.tar.gz) = 1af64e7767a0bfb966a6858f975d21228e53bbdd183f780e90ec1567dcee60a03c4103cad7aa9eb73b5e4b52c61a794f4ba4e99da3188ba7b7eb36a8fa54e881
-Size (FeatherPad-V1.3.3.tar.gz) = 1100362 bytes
+BLAKE2s (FeatherPad-V1.3.4.tar.gz) = 2e2cdd8ab92d19f9f7be01dd8db923c55fe98869a387af4a05127248c0f25ee8
+SHA512 (FeatherPad-V1.3.4.tar.gz) = 81be35bd1f90be4657225f3d8a040882073ad0a600a78c00207bdf0d7e7666e0542c67e07107d4c610753d8deb48829f7b092ab93216c77487d1310ced066e0e
+Size (FeatherPad-V1.3.4.tar.gz) = 1101191 bytes



Home | Main Index | Thread Index | Old Index