pkgsrc-WIP-changes archive

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

Update editors/fresh to v.0.43. Remove NetBSD-specific patches, now in upstream



Module Name:	pkgsrc-wip
Committed By:	ci4ic4 <ci4ic4%gmail.com@localhost>
Pushed By:	ci4ic4
Date:		Tue Jul 7 18:49:36 2026 +0100
Changeset:	cb1f7207b5e3363adb1fc623caa606fef0a17e7d

Modified Files:
	fresh/Makefile
	fresh/distinfo
Removed Files:
	fresh/patches/patch-crates_fresh-core_Cargo.toml
	fresh/patches/patch-crates_fresh-plugin-runtime_Cargo.toml

Log Message:
Update editors/fresh to v.0.43. Remove NetBSD-specific patches, now in upstream

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cb1f7207b5e3363adb1fc623caa606fef0a17e7d

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

diffstat:
 fresh/Makefile                                         |  2 +-
 fresh/distinfo                                         |  8 +++-----
 fresh/patches/patch-crates_fresh-core_Cargo.toml       | 18 ------------------
 .../patch-crates_fresh-plugin-runtime_Cargo.toml       | 15 ---------------
 4 files changed, 4 insertions(+), 39 deletions(-)

diffs:
diff --git a/fresh/Makefile b/fresh/Makefile
index 58b3e3802b..ab212a2b5b 100644
--- a/fresh/Makefile
+++ b/fresh/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	fresh-0.4.2
+DISTNAME=	fresh-0.4.3
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_GITHUB:=sinelaw/}
 GITHUB_TAG=	refs/tags/v${PKGVERSION_NOREV}
diff --git a/fresh/distinfo b/fresh/distinfo
index 89f156bea4..bd7b53e220 100644
--- a/fresh/distinfo
+++ b/fresh/distinfo
@@ -459,9 +459,9 @@ Size (foreign-types-macros-0.2.3.crate) = 7635 bytes
 BLAKE2s (foreign-types-shared-0.3.1.crate) = e86211d0e9845b1fb00f37076adfacbee3e4a5733d3744986ef01c7da78358f0
 SHA512 (foreign-types-shared-0.3.1.crate) = c68da34b55230941d6655f6a52d5dcb8ee02149f25c25a5ef782402f9a18b33047905f28b70183a5f45b45977c011a5320cf7283b7901c76ede4d82082ca4c9e
 Size (foreign-types-shared-0.3.1.crate) = 6006 bytes
-BLAKE2s (fresh-0.4.2.tar.gz) = 7d4147fdce25d6f94fcd791bad533ac7e50ab58e42aba18af66d3fd1b4e056b4
-SHA512 (fresh-0.4.2.tar.gz) = 2840b178e62349f6f63d695da823e582ec27db5063694228702b432b517e280aede0e6dd3209bff912ab2a2c2c5e103f500e2029d32e55a4b209186e341a67e0
-Size (fresh-0.4.2.tar.gz) = 40374636 bytes
+BLAKE2s (fresh-0.4.3.tar.gz) = e8158fe97e7320cef42238189677876cb9de045e311372d783d54f5be90a0c75
+SHA512 (fresh-0.4.3.tar.gz) = 578b2ca71456f94929df91a344e58322927b0306894ec3b5d8963c333d374f88b6af96ba047e7d5997bfacd2723b95f358b16f4acc5cd8ba1e0e1584aaa091b1
+Size (fresh-0.4.3.tar.gz) = 39756176 bytes
 BLAKE2s (funty-2.0.0.crate) = 8d172966af708ab5af6afda0e8b645d9a9b3324905ce19020d65507211602578
 SHA512 (funty-2.0.0.crate) = 691e1c275b648110ef42c4adece8178cf037bad40d469780280eb2ebe07aa4b0406737c5ba02c9f9f63ee57a99fec27e5e51712e2113655f7522c8678f689155
 Size (funty-2.0.0.crate) = 13160 bytes
@@ -2157,5 +2157,3 @@ Size (zeroize-1.8.2.crate) = 20907 bytes
 BLAKE2s (zmij-1.0.21.crate) = a2d1e7214230c8f4e8c946d28215765c131da3aac89f1001daf534335307648e
 SHA512 (zmij-1.0.21.crate) = a488f11ec8721ddfe42e61d028a128818551de8fccd69d7824504e4ae2efccdc38f716fa5a10ef4de07a8a087e75e819c4a1e0790817e8539b5db697bde14585
 Size (zmij-1.0.21.crate) = 26665 bytes
-SHA1 (patch-crates_fresh-core_Cargo.toml) = 67f7076ad9b5eea35db4588f254b248fc597f07b
-SHA1 (patch-crates_fresh-plugin-runtime_Cargo.toml) = c5eba877fc21974874ba508edc9982468cf8edbb
diff --git a/fresh/patches/patch-crates_fresh-core_Cargo.toml b/fresh/patches/patch-crates_fresh-core_Cargo.toml
deleted file mode 100644
index 56709cc1dc..0000000000
--- a/fresh/patches/patch-crates_fresh-core_Cargo.toml
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD$
-
-Enable rquickjs bindgen feature on NetBSD where pre-generated bindings
-are not available, same as the existing FreeBSD workaround.
-
---- crates/fresh-core/Cargo.toml.orig	2026-06-09 19:38:11.229869011 +0000
-+++ crates/fresh-core/Cargo.toml
-@@ -22,6 +22,10 @@ rquickjs = { workspace = true, optional = true, featur
- [target.'cfg(target_os = "freebsd")'.dependencies]
- rquickjs = { workspace = true, optional = true, features = ["bindgen"] }
- 
-+# rquickjs-sys has no pre-generated bindings for NetBSD
-+[target.'cfg(target_os = "netbsd")'.dependencies]
-+rquickjs = { workspace = true, optional = true, features = ["bindgen"] }
-+
- [dev-dependencies]
- proptest = "1.9"
- 
diff --git a/fresh/patches/patch-crates_fresh-plugin-runtime_Cargo.toml b/fresh/patches/patch-crates_fresh-plugin-runtime_Cargo.toml
deleted file mode 100644
index 42729ef32d..0000000000
--- a/fresh/patches/patch-crates_fresh-plugin-runtime_Cargo.toml
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Enable rquickjs bindgen feature on NetBSD where pre-generated bindings
-are not available, same as the existing FreeBSD workaround.
-
---- crates/fresh-plugin-runtime/Cargo.toml.orig	2026-06-09 19:42:42.556241981 +0000
-+++ crates/fresh-plugin-runtime/Cargo.toml
-@@ -32,3 +32,7 @@ rquickjs = { workspace = true, features = ["bindgen"] 
- # rquickjs-sys has no pre-generated bindings for FreeBSD
- [target.'cfg(target_os = "freebsd")'.dependencies]
- rquickjs = { workspace = true, features = ["bindgen"] }
-+
-+# rquickjs-sys has no pre-generated bindings for NetBSD
-+[target.'cfg(target_os = "netbsd")'.dependencies]
-+rquickjs = { workspace = true, features = ["bindgen"] }


Home | Main Index | Thread Index | Old Index