From nobody Fri Nov 5 19:16:53 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4AB28184B26C; Fri, 5 Nov 2021 19:16:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hm9HB0dvGz3tDv; Fri, 5 Nov 2021 19:16:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E9A7C1CCDE; Fri, 5 Nov 2021 19:16:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A5JGr26087468; Fri, 5 Nov 2021 19:16:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A5JGrVi087467; Fri, 5 Nov 2021 19:16:53 GMT (envelope-from git) Date: Fri, 5 Nov 2021 19:16:53 GMT Message-Id: <202111051916.1A5JGrVi087467@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: da2fe4ce5b7c - main - www/npm-node16: Add npm-node16 6.14.8 (copied from npm-node14) List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: da2fe4ce5b7c68724d6dcdb190b00318db655d69 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=da2fe4ce5b7c68724d6dcdb190b00318db655d69 commit da2fe4ce5b7c68724d6dcdb190b00318db655d69 Author: Po-Chuan Hsieh AuthorDate: 2021-11-05 19:01:51 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-11-05 19:14:00 +0000 www/npm-node16: Add npm-node16 6.14.8 (copied from npm-node14) --- www/Makefile | 1 + www/npm-node16/Makefile | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/www/Makefile b/www/Makefile index bbce2a09a5e5..1fba5e9d179d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -464,6 +464,7 @@ SUBDIR += npc SUBDIR += npm SUBDIR += npm-node14 + SUBDIR += npm-node16 SUBDIR += nspluginwrapper SUBDIR += oauth2-proxy SUBDIR += obhttpd diff --git a/www/npm-node16/Makefile b/www/npm-node16/Makefile new file mode 100644 index 000000000000..3af2c351843c --- /dev/null +++ b/www/npm-node16/Makefile @@ -0,0 +1,12 @@ +# Created by: Po-Chuan Hsieh + +PKGNAMESUFFIX= -node16 + +CONFLICTS_INSTALL= npm + +OPTIONS_EXCLUDE=NODE NODE14 +OPTIONS_SLAVE= NODE16 + +MASTERDIR= ${.CURDIR}/../npm + +.include "${MASTERDIR}/Makefile"