Github messages for voidlinux
 help / color / mirror / Atom feed
From: akierig <akierig@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] n: update to 9.2.1
Date: Fri, 15 Mar 2024 21:19:14 +0100	[thread overview]
Message-ID: <20240315201915.415A320E61@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48954@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 468 bytes --]

There is an updated pull request by akierig against master on the void-packages repository

https://github.com/akierig/void-packages n-9.2.1
https://github.com/void-linux/void-packages/pull/48954

n: update to 9.2.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


A patch file from https://github.com/void-linux/void-packages/pull/48954.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-n-9.2.1-48954.patch --]
[-- Type: text/x-diff, Size: 1829 bytes --]

From aec017f18d0d19340ed42c31af46e39998e7b3f0 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Mon, 26 Feb 2024 13:11:41 -0600
Subject: [PATCH] n: update to 9.2.1 and amend readme.voidlinux for
 musl/non-x86

---
 srcpkgs/n/files/README.voidlinux | 6 +++++-
 srcpkgs/n/template               | 8 ++++----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/n/files/README.voidlinux b/srcpkgs/n/files/README.voidlinux
index faefa91351e5ef..277d7be6875b2a 100644
--- a/srcpkgs/n/files/README.voidlinux
+++ b/srcpkgs/n/files/README.voidlinux
@@ -1,3 +1,7 @@
 It is strongly recommended to set the environment variable N_PREFIX to install to a user-writable area. For example:
 
-export N_PREFIX=$HOME/local/n
+N_PREFIX=$HOME/local/n
+
+By default, nodejs only provides official builds for glibc. For musl and other unofficial supported builds, set the variable like so:
+
+N_NODE_DOWNLOAD_MIRROR=https://unofficial-builds.nodejs.org/download/release
diff --git a/srcpkgs/n/template b/srcpkgs/n/template
index ad3eab31a29c08..4897850676cf99 100644
--- a/srcpkgs/n/template
+++ b/srcpkgs/n/template
@@ -1,19 +1,19 @@
 # Template file for 'n'
 pkgname=n
-version=9.2.0
+version=9.2.1
 revision=1
 build_style=gnu-makefile
-depends="curl"
+depends="curl tar xz"
 short_desc="Simple command line NodeJS version management"
 maintainer="anelki <akierig@fastmail.de>"
 license="MIT"
 homepage="https://github.com/tj/n"
 changelog="https://raw.githubusercontent.com/tj/n/master/CHANGELOG.md"
 distfiles="https://github.com/tj/n/archive/refs/tags/v${version}.tar.gz"
-checksum=5ed8a416014abd115e7174aa32ccba29826eebab2188420404f46931f6388eb1
+checksum=f112c291a1f441a14971ce5ee5dfb5f0a5d4251bd5f3ec556ef1c5a0687e3ee6
 
 do_install() {
-	vbin bin/n n
+	vbin bin/n
 	vdoc ${FILESDIR}/README.voidlinux
 }
 

  parent reply	other threads:[~2024-03-15 20:19 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-26 19:13 [PR PATCH] " akierig
2024-02-27  1:06 ` [PR REVIEW] " sgn
2024-03-01  2:03 ` [PR PATCH] [Updated] " akierig
2024-03-01  2:03 ` [PR REVIEW] " akierig
2024-03-15 18:02 ` classabbyamp
2024-03-15 18:02 ` classabbyamp
2024-03-15 18:03 ` classabbyamp
2024-03-15 20:19 ` akierig [this message]
2024-03-15 20:24 ` akierig
2024-03-15 20:35 ` [PR REVIEW] " classabbyamp
2024-03-15 20:41 ` [PR PATCH] [Updated] " akierig
2024-03-15 20:46 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240315201915.415A320E61@inbox.vuxu.org \
    --to=akierig@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).