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-node18 |
Commit | Credits | Log message |
9.6.7_1 28 May 2023 12:03:46 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2023-05-26 www/yarn-node14: Requires upstream EOL node14
2023-05-26 www/npm-node14: Requires upstream EOL www/node14
2023-05-26 www/node14: Consider using www/node16 or later as Upstream EOL on
2023-04-30 |
9.6.4_1 27 Apr 2023 12:18:12 |
Muhammad Moinur Rahman (bofh) |
www/npm-node14: Mark DEPRECATED
- Requires upstream EOL node14
- Set EXPIRATION_DATE to 2023-05-26
Approved by: portmgr (blanket) |
9.1.2_1 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 |
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> |