pkgsrc-WIP-changes archive

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

msedit: Fix the build and update to 1.2.1.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Thu Dec 4 15:01:03 2025 +0100
Changeset:	eca4007d3265fef94b15975198424b9ac16b014d

Modified Files:
	msedit/Makefile
	msedit/PLIST
	msedit/distinfo

Log Message:
msedit: Fix the build and update to 1.2.1.

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

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

diffstat:
 msedit/Makefile | 6 +++---
 msedit/PLIST    | 4 +---
 msedit/distinfo | 6 +++---
 3 files changed, 7 insertions(+), 9 deletions(-)

diffs:
diff --git a/msedit/Makefile b/msedit/Makefile
index 51883f4d09..59e149c9cc 100644
--- a/msedit/Makefile
+++ b/msedit/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
-DISTNAME=	edit-1.2.0
-PKGNAME=	ms${DISTNAME}
+DISTNAME=	edit-1.2.1
+PKGNAME=	${DISTNAME}
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_GITHUB:=microsoft/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
@@ -13,8 +13,8 @@ LICENSE=	mit
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
-USE_LANGUAGES=	# none
 RUST_REQ=	1.87
+MAKE_ENV+=	RUSTC_BOOTSTRAP=1
 
 .include "cargo-depends.mk"
 
diff --git a/msedit/PLIST b/msedit/PLIST
index 66e6bf5143..ad87f89d1c 100644
--- a/msedit/PLIST
+++ b/msedit/PLIST
@@ -1,4 +1,2 @@
 @comment $NetBSD$
-@comment TODO: to fill this file with the file listing:
-@comment TODO: 1. run "/opt/pkg/bin/bmake package"
-@comment TODO: 2. run "/opt/pkg/bin/bmake print-PLIST"
+bin/edit
diff --git a/msedit/distinfo b/msedit/distinfo
index bafa86a4cf..b866e664a2 100644
--- a/msedit/distinfo
+++ b/msedit/distinfo
@@ -63,9 +63,9 @@ Size (crossbeam-utils-0.8.21.crate) = 42691 bytes
 BLAKE2s (crunchy-0.2.3.crate) = cdf95fc60a060f6704b7c80b9a661d4d4fbd2b49d7850bd0cab1da1e0b45ad2d
 SHA512 (crunchy-0.2.3.crate) = f97919ee077981da8a14d0cf4a1622b08059710918d97fbbd1f7a5aeb92d51ae5452934c2c45c1f9f79b320aeac6eca41f2a54b35d0710e077069d8841be52ca
 Size (crunchy-0.2.3.crate) = 3775 bytes
-BLAKE2s (edit-1.2.0.tar.gz) = 1dbfea6b43ba536cd50610c8bc7825bc0ce05e5e0cb60ef38c1b3af29adb7987
-SHA512 (edit-1.2.0.tar.gz) = 72d32f0b46c32195e9198a02be650ad607b3c4ebc36f62d73e38e36f2660b4ed3c51bd2a51a0326c639a45133e7b627a3002946e4047e04c8c5ef5169d6aca02
-Size (edit-1.2.0.tar.gz) = 457585 bytes
+BLAKE2s (edit-1.2.1.tar.gz) = a11bbf2896f152bb5da31b9db01f2ff5da7a59b7312b3b4aa8157ffeeb26b840
+SHA512 (edit-1.2.1.tar.gz) = 54e623a712828c4f9d94ffab98ba1f45ec74f610e2817bfca2be101fb53a62c43861abe988c7d8274554820d187928407b486b67f741eb742f155c7ed185a051
+Size (edit-1.2.1.tar.gz) = 475337 bytes
 BLAKE2s (either-1.15.0.crate) = 7c84d6a0e5f2b2ab835c6a5a557e2b80af4b533e6d792d546a42ac2f5b846e22
 SHA512 (either-1.15.0.crate) = d70c34d903e8e5088fd065a6da6673eadb569a20af183fa9bd6418940b37c8c2a777c44dbdab1b9960890cba5cb7464b805667ac42f4e05499ddcd4277d24e3f
 Size (either-1.15.0.crate) = 20114 bytes


Home | Main Index | Thread Index | Old Index