Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
10.9.0 17 Oct 2024 19:02:44 |
Po-Chuan Hsieh (sunpoet) |
www/npm*: Update to 10.9.0
Changes: https://github.com/npm/cli/releases |
10.8.3 08 Sep 2024 18:37:05 |
Po-Chuan Hsieh (sunpoet) |
www/npm*: Update to 10.8.3
Changes: https://github.com/npm/cli/releases |
10.8.2 11 Jul 2024 11:40:53 |
Po-Chuan Hsieh (sunpoet) |
www/npm*: Update to 10.8.2
Changes: https://github.com/npm/cli/releases |
10.8.1 03 Jun 2024 02:37:49 |
Po-Chuan Hsieh (sunpoet) |
www/npm*: Update to 10.8.1
Changes: https://github.com/npm/cli/releases |
10.8.0 28 May 2024 10:21:27 |
Po-Chuan Hsieh (sunpoet) |
www/npm*: Update to 10.8.0
Changes: https://github.com/npm/cli/releases |
10.5.2 13 Apr 2024 09:31:35 |
Po-Chuan Hsieh (sunpoet) |
www/npm*: Update to 10.5.2
Changes: https://github.com/npm/cli/releases |
10.5.1 05 Apr 2024 23:57:41 |
Po-Chuan Hsieh (sunpoet) |
www/npm*: Update to 10.5.1
Changes: https://github.com/npm/cli/releases |
10.5.0 05 Apr 2024 00:39:08 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update WWW |
10.5.0 09 Mar 2024 14:05:33 |
Po-Chuan Hsieh (sunpoet) |
www/npm*: Update to 10.5.0
Changes: https://github.com/npm/cli/releases |
10.4.0 21 Feb 2024 15:06:50 |
Po-Chuan Hsieh (sunpoet) |
www/npm*: Update to 10.4.0
Changes: https://github.com/npm/cli/releases |
10.2.5 14 Dec 2023 05:48:20 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 10.2.5
Changes: https://github.com/npm/cli/releases |
10.2.4 01 Dec 2023 22:11:33 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 10.2.4
Changes: https://github.com/npm/cli/releases |
10.2.3 14 Nov 2023 17:15:34 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 10.2.3
Changes: https://github.com/npm/cli/releases |
10.2.2 02 Nov 2023 07:37:21 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 10.2.0
Changes: https://github.com/npm/cli/releases |
10.2.0_1 01 Nov 2023 19:29:11 |
Po-Chuan Hsieh (sunpoet) |
nodejs: Bump PORTREVISION for dependency change
USES=nodejs defaults to www/node20 now. |
10.2.0 08 Oct 2023 11:54:40 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 10.2.0
Changes: https://github.com/npm/cli/releases |
9.7.2 30 Jun 2023 13:17:22 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 9.7.2
Changes: https://github.com/npm/cli/releases |
9.6.7 27 May 2023 23:43:46 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 9.6.7
Changes: https://github.com/npm/cli/releases |
9.6.6 07 May 2023 16:03:33 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 9.6.6
Changes: https://github.com/npm/cli/releases |
9.6.5 27 Apr 2023 15:45:40 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 9.6.5
Changes: https://github.com/npm/cli/releases |
9.6.4 09 Apr 2023 13:36:37 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 9.6.4
Changes: https://github.com/npm/cli/releases |
9.6.2 05 Apr 2023 17:29:53 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 9.6.2
Changes: https://github.com/npm/cli/releases |
9.5.0 21 Mar 2023 19:20:11 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 9.5.0
Changes: https://github.com/npm/cli/releases |
9.4.2 12 Feb 2023 18:36:47 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 9.4.2
Changes: https://github.com/npm/cli/releases |
9.4.1 05 Feb 2023 18:16:43 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 9.4.1
Changes: https://github.com/npm/cli/releases |
9.4.0 30 Jan 2023 23:51:42 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 9.1.2
Changes: https://github.com/npm/cli/releases |
9.1.2_2 30 Jan 2023 14:20:38 |
Po-Chuan Hsieh (sunpoet) |
Framework: Rewrite nodejs.mk and reorganize www/{node,npm,yarn}
The current USES=nodejs has the following issues:
- www/node is not the default version while www/node16 is.
- It also means inconsistent naming of node ports.
- www/npm duplicates with www/npm-node16.
- www/yarn duplicates with www/yarn-node16.
The notable changes are introduced to fix the above issues:
- Rewrite Mk/Uses/nodejs.mk.
- Add new LTS version of nodejs (www/noe18).
- Add new current version of nodejs (www/node19).
- Change default nodejs version from 16 to 18 (latest LTS).
- Use consistent naming for all supported node versions.
- Convert www/node, www/npm and www/yarn to meta ports.
After this commit:
- All supported node versions are named as node{14,16,18,19}
- www/node is a meta port which depends on the default version (e.g. www/node18)
- www/npm is a meta port which depends on the default version (e.g.
www/npm-node18)
- www/yarn is a meta port which depends on the default version (e.g.
www/yarn-node18)
- Bump PORTREVISION of dependent ports for dependency change (from www/node16 to
www/node18)
Discussed with: jrm, otis, pizzamig |
9.1.2_1 05 Dec 2022 17:34:33 |
Guido Falsi (madpilot) |
www/npm: Fix npm ability to run commands
PR: 268098
Approved by: portmg (fixit blanket) |
9.1.2 30 Nov 2022 21:41:15 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 9.1.2
- Simplify CONFLICTS_INSTALL
Changes: https://github.com/npm/cli/releases |
8.19.2 30 Nov 2022 21:27:53 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Fix LICENSE
- Update WWW and clean up pkg-descr |
8.19.2 03 Oct 2022 02:14:27 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 8.19.2
Changes: https://github.com/npm/cli/releases |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
8.19.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
8.19.1 04 Sep 2022 15:24:52 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 8.19.1
Changes: https://github.com/npm/cli/releases |
8.18.0_1 04 Sep 2022 05:01:45 |
Po-Chuan Hsieh (sunpoet) Author: Guido Falsi |
www/npm: Fix 'npm run' by removing extra '--'
PR: 266159 |
8.18.0 31 Aug 2022 11:40:54 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 8.18.0
Changes: https://github.com/npm/cli/releases |
8.15.1 27 Aug 2022 10:23:51 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 8.15.1
Changes: https://github.com/npm/cli/releases |
8.14.0 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
8.14.0 18 Jul 2022 12:39:51 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 8.14.0
Changes: https://github.com/npm/cli/releases |
8.13.2 07 Jul 2022 21:42:44 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 8.13.2
Changes: https://github.com/npm/cli/releases |
8.13.1 07 Jul 2022 12:36:12 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 8.13.1
Changes: https://github.com/npm/cli/releases |
8.13.0 29 Jun 2022 16:32:37 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 8.13.0
Changes: https://github.com/npm/cli/releases |
8.12.2 21 Jun 2022 16:32:44 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 8.12.2
Changes: https://github.com/npm/cli/releases |
8.12.1 03 Jun 2022 23:36:30 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 8.12.1
Changes: https://github.com/npm/cli/releases |
8.10.0 03 Jun 2022 17:01:42 |
Joseph Mingrone (jrm) |
www/*-node17: Rename for update of www/node to version 18
PR: 263590
Sponsored by: The FreeBSD Foundation |
8.10.0 03 Jun 2022 09:00:26 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 8.10.0
Changes: https://github.com/npm/cli/releases |
8.8.0 13 May 2022 11:39:20 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 8.8.0
Changes: https://github.com/npm/cli/releases |
8.7.0 17 Apr 2022 23:58:05 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 8.7.0
Changes: https://github.com/npm/cli/releases |
8.6.0 16 Apr 2022 04:19:11 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 8.6.0
Changes: https://github.com/npm/cli/releases |
8.5.2 07 Mar 2022 18:11:00 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 8.5.2
Changes: https://github.com/npm/cli/releases |
8.4.0 28 Feb 2022 12:46:05 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 8.4.0
Changes: https://github.com/npm/cli/releases |
8.3.2 28 Jan 2022 23:26:40 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Fix PLIST for Python 3.7
PR: 261484
Reported by: ler |
8.3.2 25 Jan 2022 19:50:05 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 8.3.2
Changes: https://github.com/npm/cli/releases |
8.2.0 23 Jan 2022 18:18:07 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Update to 8.2.0
Changes: https://github.com/npm/cli/releases |
6.14.8_1 12 Nov 2021 05:54:51 |
Matthias Fechner (mfechner) |
*/*: use new nodejs USES flag
Simply define which nodejs version is required using the nodejs USES flag.
PR: 259783
Differential Revision: https://reviews.freebsd.org/D32790 |
6.14.8 05 Nov 2021 19:14:01 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Add NODE16 option
- Update CONFLICTS_INSTALL |
6.14.8 19 Aug 2021 15:06:22 |
Bernhard Froehlich (decke) |
www/npm: Fix CPE information
Approved by: portmgr (blanket) |
6.14.8 30 Jun 2021 20:43:35 |
Po-Chuan Hsieh (sunpoet) |
www/npm: Simplify *_DESC by removing node versions |
6.14.8 26 Jun 2021 12:15:31 |
Rene Ladan (rene) |
cleanup: remove more optional Node 10/12 usages |
6.14.8 26 Jun 2021 11:55:03 |
Rene Ladan (rene) |
cleanup: unregister expired Node 12 |
6.14.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.14.8 24 Mar 2021 13:34:36 |
rene |
Mark ports recursively depending on Python 2.7 for expiration on June 23.
For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.
Submitted by: rene
Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D28665 |
6.14.8 08 Nov 2020 17:50:07 |
sunpoet |
Add npm-node14 and NODE14 option
- Update CONFLICTS_INSTALL
PR: 250729
Submitted by: Eric Camachat <eric@camachat.org> |
6.14.8 02 Oct 2020 13:17:55 |
sunpoet |
Clean up Makefile
There is no flavor in this port, therefore USE_PYTHON=noflavors is no-op. |
6.14.8 27 Sep 2020 19:31:28 |
sunpoet |
Update to 6.14.8
- Update CONFLICTS_INSTALL
Changes: https://github.com/npm/cli/releases |
6.12.1_1 26 Apr 2020 11:59:37 |
sunpoet |
Relax USES=python
- Bump PORTREVISION for dependency change
PR: 245500
Submitted by: mfechner |
6.12.1 10 Mar 2020 21:45:54 |
rene |
www/npm remove EOL Node 8 as an option. |
6.12.1 04 Nov 2019 15:59:03 |
sunpoet |
Add NODE12 option |
6.12.1 31 Oct 2019 14:49:22 |
sunpoet |
Update to 6.12.1
Changes: https://github.com/npm/cli/releases |
6.11.3 08 Sep 2019 19:31:36 |
sunpoet |
Update to 6.11.3
Changes: https://github.com/npm/cli/releases |
6.11.2 31 Aug 2019 21:56:29 |
sunpoet |
Update to 6.11.2
Changes: https://github.com/npm/cli/releases |
6.11.1 24 Aug 2019 00:07:34 |
sunpoet |
Update to 6.11.1
Changes: https://github.com/npm/cli/releases |
6.10.3 16 Aug 2019 18:09:30 |
sunpoet |
Update to 6.10.3
Changes: https://github.com/npm/cli/releases |
6.10.2 27 Jul 2019 11:54:31 |
sunpoet |
Update to 6.10.2
Changes: https://github.com/npm/cli/releases |
6.10.1 18 Jul 2019 23:49:52 |
sunpoet |
Update to 6.10.1
Changes: https://github.com/npm/cli/releases |
6.10.0 12 Jul 2019 16:23:03 |
sunpoet |
Cosmetic change |
6.10.0 04 Jul 2019 18:13:05 |
sunpoet |
Update to 6.10.0
Changes: https://github.com/npm/cli/releases |
6.9.0_2 09 Jun 2019 16:53:09 |
sunpoet |
Compile and install .pyc files for node-gyp
- Bump PORTREVISION for package change
PR: 238243
Submitted by: Hiroki Tagato <tagattie@yandex.com> |
6.9.0_1 29 May 2019 08:18:06 |
yuri |
www/npm: Fix the python executable name
PR: 238204
Reported by: run failure
Approved by: portmgr (blanket: ports/framework (python) compliance) |
6.9.0 25 May 2019 09:59:56 |
sunpoet |
Remove NODE6 option
node6 expired on Apr 30, 2019. |
6.9.0 24 Apr 2019 17:42:12 |
sunpoet |
Update NODE_DESC after r499831 |
6.9.0 08 Mar 2019 20:38:02 |
sunpoet |
Update to 6.9.0
Changes: https://github.com/npm/cli/releases |
6.8.0 18 Feb 2019 21:06:08 |
sunpoet |
Update to 6.8.0
Changes: https://github.com/npm/cli/releases |
6.7.0 01 Feb 2019 21:41:25 |
sunpoet |
Update to 6.7.0
Changes: https://github.com/npm/cli/releases |
6.4.1_1 04 Nov 2018 22:56:22 |
antoine |
Fix DEPENDS |
6.4.1_1 03 Nov 2018 22:16:25 |
sunpoet |
Add NODE10 option
- Clean up CONFLICTS_INSTALL
- Bump PORTREVISION for dependency change |
6.4.1 06 Sep 2018 18:23:37 |
sunpoet |
Update to 6.4.1
Changes: https://github.com/npm/cli/releases |
6.4.0 31 Aug 2018 14:41:23 |
sunpoet |
Update extra-patch-bug-178881 |
6.4.0 29 Aug 2018 19:08:33 |
sunpoet |
Update to 6.4.0
Changes: https://github.com/npm/cli/releases |
6.3.0 11 Aug 2018 14:16:16 |
sunpoet |
Update to 6.3.0
- Update WWW
Changes: https://github.com/npm/cli/releases |
5.10.0 01 Jun 2018 23:02:56 |
sunpoet |
Remove NODE4 option
www/node4 expired on 2018-04-30. |
5.10.0 17 May 2018 16:25:09 |
sunpoet |
Update patch to fix build on i386 |
5.10.0 16 May 2018 23:54:29 |
sunpoet |
Update to 5.10.0
Changes: https://github.com/npm/npm/releases |
5.8.0 01 May 2018 18:22:11 |
sunpoet |
Update NODE_DESC |
5.8.0 06 Apr 2018 16:26:20 |
sunpoet |
Update to 5.8.0
Changes: https://github.com/npm/npm/releases |
5.7.1 03 Mar 2018 19:15:24 |
sunpoet |
Update to 5.7.1
Changes: https://github.com/npm/npm/releases |
5.6.0_2 18 Feb 2018 13:38:52 |
sunpoet |
Fix permission of node-gyp
- Bump PORTREVISION for package change
PR: 225562
Submitted by: bhughes
MFH: 2018Q1 |
5.6.0_1 03 Jan 2018 16:45:29 |
sunpoet |
Fix LICENSE
- Add LICENSE_FILE |
5.6.0_1 15 Dec 2017 23:51:31 |
sunpoet |
Update to 5.6.0
Changes: https://github.com/npm/npm/releases
https://github.com/npm/npm/blob/v5.6.0/CHANGELOG.md |
5.6.0 13 Dec 2017 20:49:45 |
sunpoet |
Update CONFLICTS_INSTALL
- Allow slave ports to overwrite CONFLICTS_INSTALL |