Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.22.18_3 03 Dec 2024 17:34:35 |
Po-Chuan Hsieh (sunpoet) |
nodejs: Bump PORTREVISION for dependency change
USES=nodejs defaults to www/node22 now. |
1.22.18_2 01 Nov 2023 19:29:11 |
Po-Chuan Hsieh (sunpoet) |
nodejs: Bump PORTREVISION for dependency change
USES=nodejs defaults to www/node20 now. |
1.22.18_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 |
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) |
1.22.18 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 ) |
1.22.18 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 |
1.22.18 05 Apr 2022 18:41:35 |
Luca Pizzamiglio (pizzamig) |
www/yarn: Update to 1.22.18
Fix a regresssion with Node 17.7.0, later fixed in Node 17.7.1 |
1.22.17_2 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 |
1.22.17_1 29 Oct 2021 06:32:52 |
Matthias Fechner (mfechner) Author: Jose Luis Duran |
www/yarn: make yarn-node16 available
Currently many node packages do not support node 17 which is
used for www/node.
This for example fixes the usage of www/gitlab-ce which cannot
run the upgrade step if node 17 is used.
PR: 259475
PR: 259476
PR: 259477
Approved by: pizzamig (maintainer) |
1.22.17 22 Oct 2021 09:53:17 |
Luca Pizzamiglio (pizzamig) Author: Jose Luis Duran |
www/yarn: Update to 1.22.17
PR: 259125 |
1.22.11 21 Oct 2021 21:41:43 |
Stefan Eßer (se) |
www/yarn: Fix CPE_VENDOR
This commit fixes the CPE_STR generated by www/yarn-node14, too. |
1.22.11 21 Oct 2021 15:41:03 |
Stefan Eßer (se) |
www/yarn: Add CPE information
Approved by: portmgr (blanket) |
1.22.11 12 Aug 2021 20:40:12 |
Luca Pizzamiglio (pizzamig) Author: Jose Luis Duran |
www/yarn: Update to 1.22.11
Changelog: https://github.com/yarnpkg/yarn/releases/tag/v1.22.11
PR: 257562
Approved by: pizzamig@FreeBSD.org (maintainer) |
1.22.10 26 Jun 2021 12:15:31 |
Rene Ladan (rene) |
cleanup: remove more optional Node 10/12 usages |
1.22.10 26 Jun 2021 11:55:03 |
Rene Ladan (rene) |
cleanup: unregister expired Node 12 |
1.22.10 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.22.10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.22.10 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 |
1.22.10 30 Dec 2020 17:20:12 |
pizzamig |
www/yarn-*: update to 1.22.10
Add support for Node 14
Fix CONFLICTS with an updated list of nodejs versions
Changelog: https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md
PR: 251967
Submitted by: Jose Luis Duran <jlduran@gmail.com> |
1.22.4_1 14 Apr 2020 15:34:40 |
pizzamig |
www/yarn: fix regression with global packages
Add a patch to fix global packages upgrade
PR: 245425
Submitted by: madpilot@
Obtained from: https://github.com/yarnpkg/yarn/issues/4884 |
1.22.4 03 Apr 2020 08:16:00 |
pizzamig |
www/yarn: Update to 1.22.4
Changes: https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md
PR: 245232
Submitted by: Jose Luis Duran <jlduran@gmail.com> |
1.19.1 10 Mar 2020 21:47:44 |
rene |
www/yarn: remove EOL Node 8 as an option. |
1.19.1 20 Nov 2019 17:21:15 |
pizzamig |
www/yarn: add support to node.js 12.x
While here, fix CONFLICTS definition
Sponsored by: trivago N.V. |
1.19.1 17 Oct 2019 14:17:24 |
pizzamig |
www/yarn: Update to 1.9.1
Changelog: https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md#1191
PR: 241305
Submitted by: Jose Luis Duran |
1.19.0 01 Oct 2019 08:56:30 |
pizzamig |
www/yarn: Update to 1.19.0
Changes: https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md#1190
PR: 240935
Submitted by: Jose Luis Duran |
1.17.3 11 Sep 2019 15:15:33 |
pizzamig |
www/yarn: update to 1.17.3
Changes: https://github.com/yarnpkg/yarn/blob/1.17-stable/CHANGELOG.md
PR: 240431
Submitted by: Jose Luis Duran |
1.16.0 12 Aug 2019 18:30:49 |
rene |
www/yarn: remove support for expired www/node6 backend |
1.16.0 31 May 2019 10:00:04 |
pizzamig |
www/yarn www/yarn-node10 www/yarn-node8: Fix CONFLICTS declarations
Fix CONFLICTS_INSTALL typos and definition.
PR: 238255
Reported by: Pascal Christen
Sponsored by: trivago N.V. |
1.16.0 30 May 2019 14:42:47 |
pizzamig |
www/yarn: Update to 1.16 |
1.15.2 28 Mar 2019 22:22:29 |
pizzamig |
www/yarn: Update to 1.15.2
Changelog: https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md#1152
PR: 236832
Submitted by: Jose Luis Duran <jlduran@gmail.com> |
1.13.0 08 Feb 2019 15:18:29 |
pizzamig |
www/yarn: Update to 1.13.0
Changes: https://github.com/yarnpkg/yarn/releases/tag/v1.13.0
Sponsored by: trivago N.V. |
1.12.3 12 Nov 2018 21:27:04 |
pizzamig |
www/yarn: Update to 1.12.3
PR: 233149
Submitted by: Jose Luis Duran <jlduran@gmail.com> |
1.10.1 01 Nov 2018 11:50:49 |
adamw |
Add NODE10 option
Approved by: maintainer |
1.10.1 08 Oct 2018 14:29:35 |
pizzamig |
www/yarn: Update to 1.10.1
Changelog: https://github.com/yarnpkg/yarn/releases/tag/v1.10.0
Sponsored by: trivago N.V. |
1.9.4 04 Sep 2018 09:56:04 |
pizzamig |
www/yarn: Update to 1.9.4
PR: 231000
Submitted by: Dmitri Goutnik <dg@syrec.org> |
1.7.0 13 Jun 2018 09:29:35 |
pizzamig |
www/yarn: Update to 1.7.0
Changelog: https://github.com/yarnpkg/yarn/releases/tag/v1.7.0
PR: 228821
Submitted by: Jose Luis Duran <jlduran@gmail.com> |
1.6.0 01 Jun 2018 23:03:01 |
sunpoet |
Remove NODE4 option
www/node4 expired on 2018-04-30. |
1.6.0 19 Apr 2018 20:42:27 |
pizzamig |
www/yarn: Update to 1.6.0
Changelog: https://github.com/yarnpkg/yarn/releases/tag/v1.6.0 |
1.5.1 05 Mar 2018 15:10:17 |
pizzamig |
www/yarn: Update to 1.5.1
Sponsored by: trivago N.V. |
1.3.2_2 10 Nov 2017 23:06:53 |
pizzamig |
www/yarn: Use www/node as default
To be synced with other porst, yarn will use www/node
Reported by: jrm
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D13037 |
1.3.2_1 09 Nov 2017 16:55:35 |
pizzamig |
www/yarn: Add support to www/node8
Moreover, adopt www/node8 as default option.
PR: 223536
Submitted by: daniel@blodan.se
Approved by: olivier (mentor)
Sponsored by: trivago N.V.
Differential Revision: https://reviews.freebsd.org/D13006 |
1.3.2 06 Nov 2017 09:14:11 |
pizzamig |
www/yarn: Update to 1.3.2
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12939 |
1.2.1 16 Oct 2017 14:57:37 |
pizzamig |
www/yarn: Update to 1.2.1
Approved by: olivier (mentor)
Sponsored by: trivago N.V.
Differential Revision: https://reviews.freebsd.org/D12686 |
1.2.0 11 Oct 2017 13:09:38 |
pizzamig |
www/yarn: Update to 1.2.0
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12636 |
1.1.0_1 01 Oct 2017 18:01:18 |
jrm |
www/yarn: Fix broken REINPLACE_CMD |
1.1.0 30 Sep 2017 11:23:11 |
pizzamig |
www/yarn: update to 1.1.0 and fix the yarn script
Re-enabling the readlink -f option on FreeBSD
Update to version 1.1.0
PR: 222696
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12542 |
1.0.2 28 Sep 2017 09:06:27 |
pizzamig |
www/yarn: Updating to version 1.0.2
Adopting a more fine grained conflict type
Fixing a Linux incompatibility
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12516 |
1.0.1 13 Sep 2017 15:45:29 |
pizzamig |
www/yarn: Updating to version 1.0.1
Adding an option to avoid the installation of the yarn script, that
collides with a hadoop2 utility
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12332 |
0.27.5 29 Aug 2017 13:05:21 |
pizzamig |
Change MAINTAINER email to my new FreeBSD email
Approved by: lme (mentor)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12150 |
0.27.5 06 Jul 2017 20:58:40 |
sunpoet |
Update to 0.27.5
Changes: https://github.com/yarnpkg/yarn/releases
PR: 220496
Submitted by: Jose Luis Duran <jlduran@gmail.com>
Approved by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer) |
0.24.6 03 Jul 2017 07:40:16 |
demon |
Register conflict with hadoop2 and www/yarn because of bin/yarn binary until
better solution is found.
PR: 220337
Submitted by: hakan@siktas.com |
0.24.6 31 May 2017 14:41:22 |
jrm |
www/yarn: Update to version 0.24.6
Other changes:
- Patch package.json to show installation was via package [1]
- Set executable bit for JavaScript scripts requiring it [1]
- Do not install Windows binaries
- Use fully qualified paths to create links in ${PREFIX}/bin/ [2]
- Create link for yarnpkg in ${PREFIX}/bin [1]
Upstream releases: https://github.com/yarnpkg/yarn/releases
Reviewed by: jlduran@gmail.com [1], mat [2]
Approved by: luca.pizzamiglio@gmail.com (maintainer),
swills (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D10696 |
0.23.2_1 18 May 2017 18:39:54 |
adamw |
Switch the default yarn node backend from node6 (LTS) to node (current).
This makes yarn's backend selection consistent with npm and all other
node consumers.
Add an UPDATING message to reduce surprise.
Submitted by: maintainer (Luca Pizzamiglio)
Reported by: jrm |
0.23.2 26 Apr 2017 18:46:35 |
sunpoet |
Update to 0.23.2
- While I'm here:
- Fix indent
- Silence patch messages
Changes: https://github.com/yarnpkg/yarn/releases
https://github.com/yarnpkg/yarn/commits/master
PR: 218892
Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer) |
0.21.3 13 Apr 2017 09:44:06 |
olivier |
New port: www/yarn
Yarn is a new node package manager that replaces the existing workflow for the
npm client or other package managers while remaining compatible with the npm
registry. It has the same feature set as existing workflows while operating
faster, more securely, and more reliably.
PR: 218521
Submitted by: luca.pizzamiglio@gmail.com |