pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/tp-note editors/tp-note: update to 1.19.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0e74ab62671
branches:  trunk
changeset: 390658:d0e74ab62671
user:      pin <pin%pkgsrc.org@localhost>
date:      Mon Dec 26 22:04:56 2022 +0000

description:
editors/tp-note: update to 1.19.12

Viewer: better detect changes with simple editors

In theory watching only 'file' is enough. Unfortunately some file
editors do not modify files directly. They first rename the existing
file on disk and then  create a new file with the same filename. As
a workaround, we watch the whole directory where the file resides.
False positives, there could be other changes in this directory
which are not related to 'file', are detected, as we only trigger
the rendition to HTML when 'debounced_event.path' corresponds to our
watched file.

diffstat:

 editors/tp-note/Makefile |  6 +++---
 editors/tp-note/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r cf168746bcda -r d0e74ab62671 editors/tp-note/Makefile
--- a/editors/tp-note/Makefile  Mon Dec 26 21:09:59 2022 +0000
+++ b/editors/tp-note/Makefile  Mon Dec 26 22:04:56 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2022/12/22 09:34:32 pin Exp $
+# $NetBSD: Makefile,v 1.24 2022/12/26 22:04:56 pin Exp $
 
-DISTNAME=      tp-note-1.19.11
+DISTNAME=      tp-note-1.19.12
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITLAB:=getreu/}
 GITLAB_RELEASE=        v${PKGVERSION_NOREV}
@@ -14,7 +14,7 @@
 
 .include "cargo-depends.mk"
 
-WRKSRC=                ${WRKDIR}/tp-note-v1.19.11-d7f9b6e855b40bce277bbcb0c6f9dd2289132094
+WRKSRC=                ${WRKDIR}/tp-note-v1.19.12-348163ef7df92a6564dfba1b4a46d81cf3c162fc
 
 USE_TOOLS+=    pkg-config
 
diff -r cf168746bcda -r d0e74ab62671 editors/tp-note/distinfo
--- a/editors/tp-note/distinfo  Mon Dec 26 21:09:59 2022 +0000
+++ b/editors/tp-note/distinfo  Mon Dec 26 22:04:56 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2022/12/22 09:34:32 pin Exp $
+$NetBSD: distinfo,v 1.20 2022/12/26 22:04:56 pin Exp $
 
 BLAKE2s (addr2line-0.19.0.crate) = c0485ba9fdf036b53d78b606222e7ce9d647d27f582d7df92948b8dbd686a8bb
 SHA512 (addr2line-0.19.0.crate) = 18da72e412bb89028e2ccb838192330535e45300f6fd8edc7d1d64397792a3db12418aa24a3312730c5414e2a1b1d65e6b9d5691ba234c9142b5d885523a5e94
@@ -675,9 +675,9 @@
 BLAKE2s (toml-0.5.10.crate) = 1002fbd9763e2df9c7df9eed60282cfb694c3dd44b4f9c6c861961133c4f7c29
 SHA512 (toml-0.5.10.crate) = 0d438b1752b815445db647d7bceb620ba7e393a29dd5154f4f20e0357e7744c69e72ea3a797f8190bdbb72f413053621de7c8de88d30926a489526de440af2df
 Size (toml-0.5.10.crate) = 55193 bytes
-BLAKE2s (tp-note-1.19.11.tar.gz) = f34e273bcb29bbe7d62146d4f1e9265a99e3a577836823e04bcad0882fd7953f
-SHA512 (tp-note-1.19.11.tar.gz) = c91f07e976b89f289b22c1dc9e65f40130c36a60765d626da2c3dc537385898d11d097439db4aa570192b6ff1d7d688babf10340fab5f07b379eeb1bf85d17e4
-Size (tp-note-1.19.11.tar.gz) = 2197175 bytes
+BLAKE2s (tp-note-1.19.12.tar.gz) = c54548eb050f7b8680cc740277cd5e0ef1a069b57d7dc02d60fad910c83efc82
+SHA512 (tp-note-1.19.12.tar.gz) = e25567e705c602e18034342cc5fddf861d4cbaf9d3bbb5e5f463bef669902f2bbb624837e89ba4fac2155119dcb6fa437b70daf82a35956e271f328a8816b2c9
+Size (tp-note-1.19.12.tar.gz) = 2197753 bytes
 BLAKE2s (tpnote-lib-0.15.3.crate) = 55cdad45a603d55dbcf93584a951e29d260c111dd49a1da2ef277f4fc99efc00
 SHA512 (tpnote-lib-0.15.3.crate) = fd0b66f2d7453b96371c437eb3a80ef2e72e0c997f2f817e0bb40409d08b9ac0087a5181fb8135792a75db4e4485203a253ab06f6b2f70bd531a77e297ce32ab
 Size (tpnote-lib-0.15.3.crate) = 48817 bytes



Home | Main Index | Thread Index | Old Index