notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
node V8 JavaScript for client and server (meta port)
20.9.0_1 www on this many watch lists=35 search for ports that depend on this port This port version is marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20.9.0_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-04-12 07:27:22
Last Update: 2023-11-01 19:29:11
Commit Hash: 1ce5801
People watching this port, also watch:: tmux, pkg, git, curl, gnupg
License: NA
WWW:
https://nodejs.org/
https://github.com/nodejs/node
Description:
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/node-20.9.0_1/catalog.mk
  2. /usr/local/share/licenses/node-20.9.0_1/LICENSE
  3. /usr/local/share/licenses/node-20.9.0_1/NA
Collapse this list.
Dependency lines:
  • node>0:www/node
To install the port:
cd /usr/ports/www/node/ && make install clean
To add the package, run one of these commands:
  • pkg install www/node
  • pkg install node
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: node
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

Packages (timestamps in pop-ups are UTC):
node
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest20.11.1_120.11.1_1-20.11.1_120.11.1_1-15.5.0-
FreeBSD:13:quarterly20.11.1_120.11.1_1-20.11.1_120.11.1_1-20.10.0_120.10.0_1
FreeBSD:14:latest20.11.1_120.11.1_1-20.11.1_120.11.1_1--18.16.0
FreeBSD:14:quarterly20.11.1_120.11.1_1-20.11.1_120.11.1_1-20.10.0_120.10.0_1
FreeBSD:15:latest20.11.1_120.11.1_1n/a20.10.0_1n/a-20.10.0_120.10.0_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. node : www/node20
This port is required by:
for Build
  1. devel/RStudio
  2. mail/thunderbird
  3. www/chromium
  4. www/firefox
  5. www/firefox-esr
  6. www/iridium
  7. www/librewolf
Expand this list (11 items / 4 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. www/tor-browser
  3. www/ungoogled-chromium
  4. Collapse this list.

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. lang/opa*
  2. www/cliqz*
  3. Collapse this list of deleted ports.
for Run
  1. devel/py-PyExecJS

Deleted ports which required this port:

Expand this list of 4 deleted ports
  1. lang/opa*
  2. www/npm-node17*
  3. www/npm4*
  4. www/yarn-node17*
  5. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
www_node
USES:
metaport nodejs:run
FreshPorts was unable to extract/find any pkg message
Master Sites:
  1. There is no master site for this port.
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2023-01-30
    Affects: users of USES=nodejs, www/node*, www/npm* and www/yarn*
    Author: sunpoet@FreeBSD.org
    Reason: 
      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/node18).
      - 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 these changes:
      - 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)
    
    
Expand this list (3 items)
  • 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
    
    
  • 2021-10-23
    Affects: users of www/node
    Author: bhughes@FreeBSD.org
    Reason: 
      The www/node port has been updated to Node.js v17.0.0, the latest
      upstream release. A new port, www/node16, has been created for the
      upcoming v16.x LTS branch. Users wanting to stay on v16.x can replace
      www/node with www/node16 with one of the following commands:
    
      # pkg install www/node16
        or
      # portmaster -o www/node16 www/node
        or
      # portupgrade -o www/node16 www/node
    
    
  • 2021-04-20
    Affects: users of www/node
    Author: bhughes@FreeBSD.org
    Reason: 
      The www/node port has been updated to Node.js v16.0.0, the latest
      upstream release. This is a major release, including many significant
      changes. Users are encouraged to read the release announcements before
      upgrading:
    
      https://nodejs.org/en/blog/release/v16.0.0/
    
    
  • Collapse this list.

Number of commits found: 408 (showing only 8 on this page)

«  1 | 2 | 3 | 4 | 5 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.95
18 May 2010 03:15:47
Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
Upgrade to 0.1.95.

Approved by:    maintainer
0.1.94
10 May 2010 01:07:30
Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
Upgrade to 0.1.94.

Approved by:    maintainer
0.1.93
04 May 2010 03:16:09
Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
Upgrade to 0.1.93. and remove BROKEN.

Approved by:    maintainer
0.1.91_1
03 May 2010 21:43:01
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Mark BROKEN: incomplete plist

Reported by:    pointyhat
0.1.91_1
20 Apr 2010 03:45:52
Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
use @dirrm to delete include/node.
0.1.91_1
20 Apr 2010 03:44:01
Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
1: fix plist.
2: fix manpage.
3: bump version.

Approved by:    maintainer
0.1.91
17 Apr 2010 02:57:51
Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
Upgrade to 0.1.91.

Approved by:    maintainer
0.1.90
12 Apr 2010 07:26:46
Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
Add node 0.1.90, v8 javascript for client and server.

PR:             ports/145641
Submitted by:   Jin-Sih Lin <linpct at gmail.com>

Number of commits found: 408 (showing only 8 on this page)

«  1 | 2 | 3 | 4 | 5