Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2021-11-10
Affects: users of www/node*, www/npm*, www/yarn* Author: mfechner@FreeBSD.org Reason:
The port framework was updated to use a default version for nodejs.
The default version is pointing to the latest LTS version which is
currently version 16.
You can overwrite this by defining in /etc/make.conf, e.g. version 17:
DEFAULT_VERSIONS=nodejs=17
Or if you would like to stick always to the current version use:
DEFAULT_VERSIONS=nodejs=current
If you would like to use yarn or npm together with nodejs version 17,
just install the package that is pulling the wanted dependency to nodejs:
# pkg install yarn-node17
# pkg install npm-node17
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: www/npm | Commit | Credits | Log message |
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.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.6.0 16 Apr 2022 04:19:11
    |
Po-Chuan Hsieh (sunpoet)  |
www/npm-node14: Add PORTSCOUT |
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:02
    |
Po-Chuan Hsieh (sunpoet)  |
www/npm-node14: Update CONFLICTS_INSTALL and OPTIONS_EXCLUDE for npm-node16 |
6.14.8 26 Jun 2021 12:15:31
    |
Rene Ladan (rene)  |
cleanup: remove more optional Node 10/12 usages |
6.14.8 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
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> |
Number of commits found: 8
|