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:           Wed Mar  5 04:27:30 UTC 2025

Modified Files:
        pkgsrc/editors/featherpad: Makefile distinfo

Log Message:
editors/featherpad: update to 1.6.1

V1.6.1
---------
 * Allow typing double-quote or left parenthesis, brace or square bracket before a selected column.
 * More intuitive column selection with wrapped lines (although it isn't useful with them).
 * Special highlighting for standard C++ methods.
 * Used standard C++ methods instead of `qMax`, `qMin`, `qRound`, …. Also, used `double` instead of `qreal`.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/editors/featherpad/Makefile
cvs rdiff -u -r1.30 -r1.31 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.56 pkgsrc/editors/featherpad/Makefile:1.57
--- pkgsrc/editors/featherpad/Makefile:1.56     Fri Feb 28 08:24:31 2025
+++ pkgsrc/editors/featherpad/Makefile  Wed Mar  5 04:27:30 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2025/02/28 08:24:31 pin Exp $
+# $NetBSD: Makefile,v 1.57 2025/03/05 04:27:30 pin Exp $
 
-VERSION=       1.6.0
+VERSION=       1.6.1
 DISTNAME=      FeatherPad-V${VERSION}
 PKGNAME=       featherpad-${VERSION}
 CATEGORIES=    editors

Index: pkgsrc/editors/featherpad/distinfo
diff -u pkgsrc/editors/featherpad/distinfo:1.30 pkgsrc/editors/featherpad/distinfo:1.31
--- pkgsrc/editors/featherpad/distinfo:1.30     Wed Jan 29 21:45:47 2025
+++ pkgsrc/editors/featherpad/distinfo  Wed Mar  5 04:27:30 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2025/01/29 21:45:47 pin Exp $
+$NetBSD: distinfo,v 1.31 2025/03/05 04:27:30 pin Exp $
 
-BLAKE2s (FeatherPad-V1.6.0.tar.gz) = 343d2bdea003d16652499699eace27138325f577c1bef4baf21b333e1bacef73
-SHA512 (FeatherPad-V1.6.0.tar.gz) = 97571dd807437525df426be5683269fa280e8117efbcb2b08949b1c6dd5130aff018a5163397807346e1dfef32dd12d8365f8810e90a009cc2b953fcb101329a
-Size (FeatherPad-V1.6.0.tar.gz) = 1099284 bytes
+BLAKE2s (FeatherPad-V1.6.1.tar.gz) = 6cecf943aa501db8714b828fce6b657bd3bf468ea3c1bb235c0cc71d52addae9
+SHA512 (FeatherPad-V1.6.1.tar.gz) = a0a6836bdab775ac4a6105ab8d7178b2d6d968c3378f99e0a81b8a6d2b524abc2c56271826abd7572bef0f6e2d7ae12016b9c16b96794130aa2882480c828e2e
+Size (FeatherPad-V1.6.1.tar.gz) = 1102081 bytes



Home | Main Index | Thread Index | Old Index