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=36 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:: pkg, tmux, 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.12.0_120.12.2_1-20.12.0_120.12.2_1-15.5.0-
FreeBSD:13:quarterly20.11.1_120.12.2_1-20.11.1_120.12.2_1-20.10.0_120.10.0_1
FreeBSD:14:latest20.11.1_120.12.0_1-20.11.1_120.12.0_1--18.16.0
FreeBSD:14:quarterly20.11.1_120.12.2_1-20.11.1_120.12.2_1-20.10.0_120.10.0_1
FreeBSD:15:latest20.11.1_120.12.2_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 100 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.12.4
01 Jun 2015 20:13:30
Revision:388275Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 0.12.4
- Use DISTVERSIONPREFIX instead of DISTNAME
- Do not touch PREFIX/lib/node_modules and leave it for www/npm
- Strip binary executable
- Remove duplicate ECHO_MSG in post-install: since pkg-message presents

Changes:	https://github.com/joyent/node/blob/v0.12.4-release/ChangeLog
Submitted by:	sunpoet (myself)
Approved by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.12.3
17 May 2015 19:50:16
Revision:386643Original commit files touched by this commit This port version is marked as vulnerable.
robak search for other commits by this committer
www/node: update 0.12.2 -> 0.12.3

- Remove obsolete patches

PR:		200240
Submitted by:	Daniel Lin <linpct@gmail.com> (maintainer)
0.12.2
24 Apr 2015 12:15:28
Revision:384635Original commit files touched by this commit This port version is marked as vulnerable.
xmj search for other commits by this committer
www/node: update to 0.12.2

- update to 0.12.2
- pet portlint (move mode setting to pkg-plist, proper conflicts)

PR:		199454
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm>
Approved by:	maintainer (linpct@gmail.com)
0.12.0_1
04 Mar 2015 02:59:16
Revision:380404Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
register CONFLICTS.
0.12.0_1
13 Feb 2015 17:59:04
Revision:378937Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
www/node: fix error getaddrinfo EAI_BADFLAGS

PR:		197539
Reported by:	Valery Komarov <komarov@valerka.net>
Submitted by:	Daniel Lin <linpct@gmail.com> (maintainer)
Obtained from:	https://github.com/joyent/node/issues/9204
0.12.0
11 Feb 2015 05:18:59
Revision:378813Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
Upgrade to 0.12.0

PR:		197507
Submitted by:	maintainer
0.10.35
06 Feb 2015 05:55:44
Revision:378506Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
add iojs as CONFLICT.
0.10.35
05 Jan 2015 17:33:40
Revision:376313Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 0.10.35
- While I'm here, remove obsoleted @dirrmtry

Changes:	https://github.com/joyent/node/blob/v0.10.35-release/ChangeLog
PR:		ports/196489
Submitted by:	Christian Sturm <reezer@reezer.org>
Approved by:	Daniel Lin <linpct@gmail.com> (maintainer)
0.10.33
30 Oct 2014 09:57:18
Revision:371732Original commit files touched by this commit This port version is marked as vulnerable.
culot search for other commits by this committer
- Update to 0.10.33

PR:		ports/194650
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.10.32
18 Oct 2014 12:20:43
Revision:371117Original commit files touched by this commit This port version is marked as vulnerable.
jhb search for other commits by this committer
The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD and
is being removed.  No portrev bump needed since the kernel will continue to
accept this flag for old binaries even after support for it in new binaries
is removed.

PR:		193961
Approved by:	portmgr (antoine)
0.10.32
20 Sep 2014 14:50:28
Revision:368644Original commit files touched by this commit This port version is marked as vulnerable.
pawel search for other commits by this committer
- Update to version 0.10.32 [1]
- Move displaying of information to pkg-message, so that
  package users can see it too

PR:		port/193777 [1]
Submitted by:	maintainer [1]
0.10.31
23 Aug 2014 18:30:03
Revision:365767Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
Update to 0.10.31.

PR:		192874
Submitted by:	maintainer
0.10.30
05 Aug 2014 18:47:47
Revision:364133Original commit files touched by this commit This port version is marked as vulnerable.
culot search for other commits by this committer
- Update to 0.10.30

PR:		ports/192368
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.10.29
05 Aug 2014 12:19:09
Revision:364091Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
Use USES=execinfo.
0.10.29
11 Jul 2014 15:43:40
Revision:361555Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
1: Upgrade to 0.10.29 [1]
2: USES=compiler to handle clang/gcc.

PR:		ports/191353
Submitted by:	amim.knabben[1], me[2]
Approved by:	maintainer
0.10.28
22 May 2014 14:37:14
Revision:354856Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.10.28

PR:		ports/189329
Submitted by:	linpct@gmail.com (maintainer)
0.10.26
21 Feb 2014 18:41:29
Revision:345528Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.10.26

PR:		ports/186906
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.10.25
05 Feb 2014 07:36:19
Revision:342636Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Stage support
0.10.25
31 Jan 2014 16:14:42
Revision:342013Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.10.25

PR:		ports/186150
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.10.22
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit This port version is marked as vulnerable.
rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
0.10.22
14 Dec 2013 09:17:39
Revision:336427Original commit files touched by this commit This port version is marked as vulnerable.
mva search for other commits by this committer
- Use the python version specified for building instead
  of one of the meta port values, which might mismatch

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
0.10.22
08 Dec 2013 15:42:32
Revision:335905Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Allow build with python3* as default python interpreter (e.g.
DEFAULT_VERSIONS=python=3.3)

Submitted by:	sunpoet (myself)
Approved by:	Jin-Sih Lin <linpct@gmail.com> (maintainer, via IRC)
0.10.22
19 Nov 2013 10:12:15
Revision:334297Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 0.10.22
- Fix PLIST: add missing manpage
- While I'm here, add LICENSE

Changes:	https://github.com/joyent/node/blob/v0.10.22-release/ChangeLog
PR:		ports/184062
Submitted by:	Amim Knabben <amim.knabben@gmail.com>
Approved by:	Daniel Lin <linpct@gmail.com> (maintainer)
0.10.21
19 Oct 2013 02:48:02
Revision:330834Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.10.21 to address a security issue

PR:		ports/183092
Submitted by:	Kenji Rikitake <kenji.rikitake@acm.org>
Security:	206f9826-a06d-4927-9a85-771c37010b32
0.10.19
29 Sep 2013 22:51:06
Revision:328753Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.10.19

PR:		ports/182364
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.10.18
24 Sep 2013 17:35:45
Revision:328181Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Convert to new LIB_DEPENDS format
- Use USES=gmake
- Support STAGEDIR

Submitted by:	sunpoet (myself)
Approved by:	Jin-Sih Lin <linpct@gmail.com> (maintainer, via IRC)
0.10.18
23 Sep 2013 16:47:21
Revision:328022Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.10.18

PR:		ports/181826
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.10.17
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
0.10.17
23 Aug 2013 05:02:38
Revision:325249Original commit files touched by this commit This port version is marked as vulnerable.
delphij search for other commits by this committer
Update to 0.10.17.

PR:		ports/181366
PR:		ports/181479
Submitted by:	maintainer
0.10.15
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure This port version is marked as vulnerable.
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
0.10.15
27 Jul 2013 13:49:49
Revision:323787Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.10.15

PR:		ports/180883
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.10.13
11 Jul 2013 20:24:31
Revision:322796Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.10.13

PR:		ports/180423
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.10.12
19 Jun 2013 21:03:00
Revision:321325Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.10.12

PR:		ports/179640
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.10.8
26 May 2013 13:50:39
Revision:319110Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 0.10.8

Changes:	https://github.com/joyent/node/blob/v0.10.8/ChangeLog
PR:		ports/178981
Submitted by:	sunpoet (myself)
Approved by:	Daniel Lin <linpct@gmail.com> (maintainer)
0.10.5
24 Apr 2013 13:43:59
Revision:316435Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.10.5

PR:		ports/178095
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.10.4
23 Apr 2013 01:52:45
Revision:316297Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.10.4

PR:		ports/177866
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.10.1
24 Mar 2013 00:53:30
Revision:315086Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.10.1

PR:		ports/177218
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.10.0
16 Mar 2013 21:33:03
Revision:314386Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.10.0

PR:		ports/176868
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.8.21
02 Mar 2013 20:05:22
Revision:313291Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.8.21

PR:		ports/176466
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.8.20
26 Feb 2013 16:17:49
Revision:312989Original commit files touched by this commit This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Fix build with nondefailt LOCALBASE

PR:		175809
Submitted by:	myself
Approved by:	maintainer timeout
0.8.20
18 Feb 2013 18:47:46
Revision:312517Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.8.20

PR:		ports/176226
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.8.18
22 Jan 2013 23:08:50
Revision:310843Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.8.18

PR:		ports/pr175498
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.8.17
13 Jan 2013 20:49:51
Revision:310334Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.8.17

PR:		ports/175188
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.8.16
15 Dec 2012 14:23:56
Revision:308948Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.8.16

PR:		ports/174425
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.8.15
28 Nov 2012 01:02:30
Revision:307871Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.8.15

PR:		ports/173949
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
Feature safe:	yes
0.8.14
30 Oct 2012 22:48:40
Revision:306727Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.8.14

PR:		ports/173095
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
Feature safe:	yes
0.8.12
13 Oct 2012 15:28:19
Revision:305835Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.8.12

PR:		ports/172655
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
Feature safe:	yes
0.8.11
29 Sep 2012 13:46:40
Revision:305034Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.8.11

PR:		ports/172130
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.8.10
26 Sep 2012 01:57:19
Revision:304872Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.8.10

PR:		ports/172076
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.8.9
13 Sep 2012 11:10:29
Revision:304197Original commit files touched by this commit This port version is marked as vulnerable.
culot search for other commits by this committer
- Update to 0.8.9

PR:		ports/171562
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.8.8
23 Aug 2012 08:36:42
Original commit files touched by this commit This port version is marked as vulnerable.
culot search for other commits by this committer
- Update to 0.8.8

PR:		ports/170911
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.8.7
18 Aug 2012 12:33:38
Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.8.7

PR:		ports/170720
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.8.6
14 Aug 2012 13:05:49
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 0.8.6 (from www/node-devel)

PR:		ports/170204
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.6.19
29 Jul 2012 11:17:04
Original commit files touched by this commit This port version is marked as vulnerable.
cs search for other commits by this committer
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
0.6.19
07 Jun 2012 07:01:05
Original commit files touched by this commit This port version is marked as vulnerable.
culot search for other commits by this committer
- Update to 0.6.19

PR:             ports/168786
Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.6.18
17 May 2012 14:13:18
Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 0.6.18
- Restrict USE_PYTHON to 2.7

Changes:        https://github.com/joyent/node/blob/v0.6.18/ChangeLog
PR:             ports/167949
Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.6.17_1
08 May 2012 08:58:23
Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Make directory: PREFIX/lib/node_modules
- Add a message about npm
- Bump PORTREVISION for package change

Submitted by:   sunpoet (myself, via IRC)
Approved by:    Jin-Sih Lin <linpct@gmail.com> (maintainer, via IRC)
0.6.17
08 May 2012 03:13:07
Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 0.6.17 [1]
- Add OPTIONS: SHARED_V8 to build with shared lang/v8 [2]
- Do not install bundled npm, users who requires npm can install www/npm [2]
- Fix PLIST [2]
- While I'm here, remove duplicate ONLY_FOR_ARCHS

Original submission of PR/167604 was committed by swills.

Changes:        https://github.com/joyent/node/blob/v0.6.17/ChangeLog
PR:             ports/167604 [1]
Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer) [1]
                sunpoet (myself, via IRC) [2]
0.6.17
08 May 2012 02:20:21
Original commit files touched by this commit This port version is marked as vulnerable.
swills search for other commits by this committer
- Update to 0.6.17

PR:             ports/167604
Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer)
Security:       a1d0911f-987a-11e1-a2ef-001fd0af1a4c
0.6.14
02 May 2012 14:32:47
Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Fix CONFLICTS

PR:             ports/167507
Submitted by:   Po-Chien Lin <linpc@cs.nctu.edu.tw>
Approved by:    Daniel Lin <linpct@gmail.com> (maintainer)
0.6.14
28 Mar 2012 02:46:26
Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 0.6.14

Changes:        https://github.com/joyent/node/blob/v0.6.14/ChangeLog
PR:             ports/166405
Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer)
Feature safe:   yes
0.6.13
16 Mar 2012 14:53:50
Original commit files touched by this commit This port version is marked as vulnerable.
culot search for other commits by this committer
- Update to 0.6.13

PR:             ports/166177
Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer)
Feature safe:   yes
0.6.12
05 Mar 2012 20:04:53
Original commit files touched by this commit This port version is marked as vulnerable.
jgh search for other commits by this committer
- Update to 0.6.12

PR:     ports/165645
Submitted by:   maintainer, linpct@gmail.com
0.6.11
20 Feb 2012 04:43:14
Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 0.6.11

Changes:        https://github.com/joyent/node/blob/v0.6.11/ChangeLog
PR:             ports/165290
Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.6.10
07 Feb 2012 04:12:11
Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 0.6.10

Changes:        https://github.com/joyent/node/blob/v0.6.10/ChangeLog
PR:             ports/164815
Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.6.8
24 Jan 2012 14:08:53
Original commit files touched by this commit This port version is marked as vulnerable.
culot search for other commits by this committer
- Update to 0.6.8 [1]
- Use WITHOUT_FBSD10_FIX to prevent a non autotools-related configure script to
  be patched and an unwanted configure.fbsd10bak file to remain after deinstall

PR:             ports/164326 [1]
Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.6.7
10 Jan 2012 18:19:07
Original commit files touched by this commit This port version is marked as vulnerable.
culot search for other commits by this committer
- Update to 0.6.7

Changes:        https://raw.github.com/joyent/node/v0.6.7/ChangeLog
PR:             ports/163990
Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.6.6
16 Dec 2011 13:32:42
Original commit files touched by this commit This port version is marked as vulnerable.
culot search for other commits by this committer
- Update to 0.6.6

Changes:        https://raw.github.com/joyent/node/v0.6.6/ChangeLog
PR:             ports/163327
Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.6.5
07 Dec 2011 14:13:24
Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 0.6.5

Changes:        https://github.com/joyent/node/blob/master/ChangeLog
PR:             ports/163057
Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer)
Feature safe:   yes
0.6.4
05 Dec 2011 03:16:49
Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 0.6.4
- Update CONFLICTS

Changes:        https://github.com/joyent/node/blob/master/ChangeLog
PR:             ports/163016
Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer)
Feature safe:   yes
0.4.12
16 Sep 2011 06:56:45
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.4.12.

PR:             ports/160758
Submitted by:   maintainer
0.4.11
08 Sep 2011 08:44:17
Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
Fix broken with new lang/v8.

Approved by:    maintainer
0.4.11
08 Sep 2011 08:26:38
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Mark BROKEN on amd64

Submitted by:   maintainer, pointyhat
0.4.11
19 Aug 2011 08:21:58
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.4.11.

PR:             ports/159901
Submitted by:   maintainer
0.4.10
05 Aug 2011 04:52:27
Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
add CONFLICTS with www/node-devel.
0.4.10
21 Jul 2011 09:11:45
Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 0.4.10

Changes:        https://github.com/joyent/node/wiki/ChangeLog
PR:             ports/159067
Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.4.9
30 Jun 2011 15:19:47
Original commit files touched by this commit This port version is marked as vulnerable.
beech search for other commits by this committer
- Update to 0.4.9

PR:             ports/158440
Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.4.8_1
20 Jun 2011 07:17:03
Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
depends to shared v8 library on amd64.

Approved by:    maintainer.
0.4.8
25 May 2011 18:55:49
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Fix build on amd64

Reported by:    pointyhat
0.4.8
23 May 2011 02:19:27
Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
1: Upgrade to 0.4.8.
2: Fix package build @ i386

PR:             ports/157262[1], ports/157231[2]
Submitted by:   maintainer[1], Akihiko HAYASHI <hayashi@totalware.gifu.gifu dot
jp>[2]
0.4.7_1
12 May 2011 15:58:13
Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
add missing patch on prev commit.
0.4.7_1
12 May 2011 15:57:42
Original commit files touched by this commit This port version is marked as vulnerable.
vanilla search for other commits by this committer
use lang/v8 on amd64.

Approved by:    maintainer
0.4.7
23 Apr 2011 03:25:26
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.4.7.

PR:             ports/156591
Submitted by:   maintainer
0.4.6
19 Apr 2011 11:30:22
Original commit files touched by this commit This port version is marked as vulnerable.
culot search for other commits by this committer
- Update to 0.4.6

PR:             ports/156393
Submitted by:   Jin-Sih Lin <linpct AT gmail.com> (maintainer)
0.4.5
03 Apr 2011 16:20:05
Original commit files touched by this commit This port version is marked as vulnerable.
dhn search for other commits by this committer
- Update to 0.4.5

PR:             ports/156120
Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.4.4
27 Mar 2011 12:02:05
Original commit files touched by this commit This port version is marked as vulnerable.
dhn search for other commits by this committer
- Update to 0.4.4

PR:             ports/155963
Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.4.2
18 Mar 2011 13:55:50
Original commit files touched by this commit This port version is marked as vulnerable.
araujo search for other commits by this committer
- Merging from www/node-devel to www/node.
- Update to 0.4.2.

PR:             ports/154990
Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.2.6
31 Dec 2010 09:59:47
Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Update to 0.2.6

PR:             ports/153575
Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.2.5
18 Nov 2010 18:01:25
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.2.5.

PR:             ports/152317
Submitted by:   maintainer
0.2.4
26 Oct 2010 14:25:25
Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
- Add CONFLICTS with www/node-devel
- Space/Tab twiddle

PR:             ports/151748
Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer)
Approved by:    pgollucci (mentor, implicit)
0.2.4
25 Oct 2010 01:46:31
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.2.4.

PR:             ports/151707
Submitted by:   maintainer
0.2.3
07 Oct 2010 19:57:04
Original commit files touched by this commit This port version is marked as vulnerable.
makc search for other commits by this committer
Update to 0.2.3

PR:             ports/150688
Submitted by:   Jin-Sih Lin (maintainer)
0.2.1
11 Sep 2010 13:29:51
Original commit files touched by this commit This port version is marked as vulnerable.
decke search for other commits by this committer
- Update to 0.2.1

PR:             ports/150482
Submitted by:   Jin-Sih Lin <linpct at gmail dot com>
Approved by:    beat (co-mentor, implicit)
0.2.0
20 Aug 2010 10:45:17
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 0.2.0

PR:             ports/149830
Submitted by:   Jin-Sih Lin <linpct AT gmail.com> (maintainer)
0.1.104
14 Aug 2010 12:23:02
Original commit files touched by this commit This port version is marked as vulnerable.
arved search for other commits by this committer
Update to 0.1.104

PR:             149626
Submitted by:   maintainer
0.1.102
27 Jul 2010 11:49:32
Original commit files touched by this commit This port version is marked as vulnerable.
sylvio search for other commits by this committer
- Update to 0.1.102

PR:             ports/148957
Submitted by:   Jin-Sih Lin <linpct@gmail.com> (maintainer)
0.1.101
18 Jul 2010 11:26:27
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 0.1.101

PR:             ports/148706
Submitted by:   Jin-Sih Lin <linpct AT gmail.com> (maintainer)
0.1.100
10 Jul 2010 08:13:10
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 0.1.100

PR:             ports/148481
Submitted by:   Jin-Sih Lin <linpct AT gmail.com> (maintainer)
0.1.99
03 Jul 2010 06:22:27
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 0.1.99

Feature safe:   yes

PR:             ports/148067
Submitted by:   Jin-Sih Lin <linpct AT gmail.com> (maintainer)
0.1.95
30 May 2010 17:51:57
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 (leaves man page behind)

Reported by:    pointyhat

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

«  1 | 2 | 3 | 4 | 5  »