git: 9df3768e6473 - main - www/npm: Fix LICENSE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Nov 2022 21:44:27 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9df3768e64733a1437b111573c8c0cbe4873f09b commit 9df3768e64733a1437b111573c8c0cbe4873f09b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-11-30 21:27:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-11-30 21:27:53 +0000 www/npm: Fix LICENSE - Update WWW and clean up pkg-descr --- www/npm/Makefile | 5 +++-- www/npm/pkg-descr | 2 -- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/www/npm/Makefile b/www/npm/Makefile index 1cb0e15ae8c2..3ee52f44c986 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -5,9 +5,10 @@ MASTER_SITES= LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Node package manager -WWW= https://www.npmjs.com/package/npm +WWW= https://www.npmjs.com/package/npm \ + https://github.com/npm/cli -LICENSE= APACHE20 +LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/lib/node_modules/npm/LICENSE RUN_DEPENDS= gmake:devel/gmake diff --git a/www/npm/pkg-descr b/www/npm/pkg-descr index 79898bfdfbf7..e63a2219f115 100644 --- a/www/npm/pkg-descr +++ b/www/npm/pkg-descr @@ -1,4 +1,2 @@ npm is a package manager for node. You can use it to install and publish your node programs. It manages dependencies and does other cool stuff. - -See also: https://github.com/npm/cli