Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Mar 2026 16:13:36 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 045500410a80 - main - misc/nanocoder: Add USES=certs:fetch
Message-ID:  <69aef1b0.3e5cf.4c7b7417@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=045500410a8062a2aa7d28e7109db9b470aad439

commit 045500410a8062a2aa7d28e7109db9b470aad439
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-09 16:12:27 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-09 16:13:26 +0000

    misc/nanocoder: Add USES=certs:fetch
    
    ... since some users report that this is required, ex. in bug#293676
---
 misc/nanocoder/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/nanocoder/Makefile b/misc/nanocoder/Makefile
index 7284e940aa11..3fda02340865 100644
--- a/misc/nanocoder/Makefile
+++ b/misc/nanocoder/Makefile
@@ -12,7 +12,7 @@ FETCH_DEPENDS=	npm:www/npm \
 		jq:textproc/jq
 BUILD_DEPENDS=	npm:www/npm
 
-USES=		nodejs:run
+USES=		certs:fetch nodejs:run
 
 PACKAGE_NAME=	@nanocollective/nanocoder
 
@@ -24,7 +24,7 @@ do-fetch:
 	@if ! [ -f ${DISTDIR}/${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} ]; then \
 		${MKDIR} ${DISTDIR} && \
 		${ECHO} "====> Fetching ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}" && \
-		${SETENV} TMPDIR=${WRKDIR} ${FETCH_SCRIPT} \
+		${SETENV} TMPDIR=${WRKDIR} LOCALBASE=${LOCALBASE} ${FETCH_SCRIPT} \
 			${PACKAGE_NAME} ${DISTVERSION} \
 			${FILESDIR}/package-lock.json \
 			${DISTDIR}/${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}; \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69aef1b0.3e5cf.4c7b7417>