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.

non port: www/node6/Makefile

Number of commits found: 66

Thursday, 3 Oct 2019
20:35 jbeich search for other commits by this committer
devel/icu: update to 65.1

Changes:	http://site.icu-project.org/download/65
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Original commitRevision:513733 
Saturday, 14 Sep 2019
22:01 jbeich search for other commits by this committer
Drop C++11 workaround for GCC < 6 after r449590

lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.

PR:		193528
Original commitRevision:512079 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Thursday, 4 Apr 2019
08:19 bhughes search for other commits by this committer
www/node6: Update 6.17.0_1 -> 6.17.1

https://nodejs.org/en/blog/release/v6.17.1/

Sponsored by:	Miles AS
Original commitRevision:497811 
Friday, 29 Mar 2019
04:57 bhughes search for other commits by this committer
www/node*: specify minimum versions of dependencies in BUILD_DEPENDS

Add BUILD_DEPENDS for all LIB_DEPENDS, specifying the minimum version as
the version bundled with a particlar version of Node.js. This should help
people building from ports with out-of-date dependencies with a helpful
message instead of build failures.

Reported by:	freebsd-ports@
Sponsored by:	Miles AS
Original commitRevision:497067 
Wednesday, 27 Mar 2019
21:11 jbeich search for other commits by this committer
devel/icu: update to 64.1

Changes:	http://site.icu-project.org/download/64
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		236325
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19479
Original commitRevision:496981 
Saturday, 16 Mar 2019
22:57 bhughes search for other commits by this committer
www/node6: add deprecation notice

Node.js 6.x LTS reaches end-of-life on 2019-04-30, see
https://github.com/nodejs/Release

Sponsored by:	Miles AS
Original commitRevision:495982 
Tuesday, 12 Mar 2019
21:09 bhughes search for other commits by this committer
www/node6: set environment variables for host build

The Node.js build system supports cross-compilation via node-gyp, which
picks up CC, CXX, LINK, C*FLAGS, and LDFLAGS from the environment for the
target build, but not for the host. We need to set the environment variables
for the "host" build.

Sponsored by:	Miles AS
Differential Revision:	 https://reviews.freebsd.org/D19250
Original commitRevision:495528 
Sunday, 3 Mar 2019
09:16 bhughes search for other commits by this committer
www/node6: Update 6.16.0_1 0-> 6.17.0

This is a security release. All Node.js users should consult the security
release summary at
https://nodejs.org/en/blog/vulnerability/february-2019-security-releases/
for details on patched vulnerabilities.

MFH:		2019Q1
Security:	b71d7193-3c54-11e9-a3f9-00155d006b02
Sponsored by:	Miles AS
Original commitRevision:494487 
Monday, 11 Feb 2019
18:24 bhughes search for other commits by this committer
www/node*: fix build on non-amd64/-i386 when BUNDLED_SSL is unset

The --openssl-no-asm configure option should only be set
when BUNDLED_SSL is enabled.

PR:		235311
Reported by:	jbeich
Sponsored by:	Miles AS
Original commitRevision:492706 
Wednesday, 23 Jan 2019
21:10 bhughes search for other commits by this committer
www/node6: build on FreeBSD >=12

Change the default options to enable BUNDLED_SSL by default on
FreeBSD >=12, which includes OpenSSL 1.1 in the base system, not the
1.0.2 required by Node.js 6.x LTS. Bump PORTREVISION due to the change
in defaults.

While here, convert the port to use BROKEN_SSL, taking care to set
BROKEN_SSL+=base when appropriate.

Sponsored by:	Miles AS
Original commitRevision:491057 
Friday, 28 Dec 2018
20:43 bhughes search for other commits by this committer
www/node6: Update 6.15.1_1 -> 6.16.0

The 6.15.0 security release introduced some unexpected breakages on the
6.x release line. This is a special release to fix a regression in the
HTTP binary upgrade response body and add a missing CLI flag to adjust
the max header size of the http parser.

https://nodejs.org/en/blog/release/v6.16.0/

Sponsored by:	Miles AS
Original commitRevision:488623 
Friday, 21 Dec 2018
15:12 bhughes search for other commits by this committer
www/node6: disable DTRACE on powerpc64

s/EXCLIDE/EXCLUDE/ to fix typo in last commit.

PR:		233694
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Sponsored by:	Miles AS
Original commitRevision:488010 
12:49 bhughes search for other commits by this committer
www/node6: fix build on powerpc64

PR:		233694
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Sponsored by:	Miles AS
Original commitRevision:487990 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Tuesday, 11 Dec 2018
10:10 antoine search for other commits by this committer
Spell CHOSEN_COMPILER_TYPE correctly

PR:		199098
With hat:	portmgr
Original commitRevision:487230 
Monday, 10 Dec 2018
11:33 bhughes search for other commits by this committer
www/node6: Update 6.14.4_1 -> 6.15.1

This is a security release addressing multiple vulnerabilities. Node.js
6.15.0 addresses the vulnerabilities, and 6.15.1 addresses an issue with
the fix for CVE-2018-12122. Users are recommended to upgrade as soon as
possible.

https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/
https://nodejs.org/en/blog/release/v6.15.0/
https://nodejs.org/en/blog/release/v6.15.1/

MFH:		2018Q4
Security:	2a86f45a-fc3c-11e8-a414-00155d006b02
Sponsored by:	Miles AS
Original commitRevision:487154 
Friday, 2 Nov 2018
13:32 rene search for other commits by this committer
Remove compatibility code for FreeBSD < 11.2 from all ports.

Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
Original commitRevision:483807 
Wednesday, 31 Oct 2018
21:03 bhughes search for other commits by this committer
www/node10: copy from www/node, update 10.12.0_1 -> 10.13.0 (LTS)

Create a new port for the latest Node.js 10.13.0 LTS release. Update
CONFLICTS for the existing Node.js ports to include the new node10 port
and remove non-existent ports.

https://nodejs.org/en/blog/release/v10.13.0/

Sponsored by:	Miles AS
Original commitRevision:483618 
Tuesday, 23 Oct 2018
11:35 jbeich search for other commits by this committer
devel/icu: update to 63.1

Changes:	http://site.icu-project.org/download/63
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		232300
Exp-run by:	antoine
Original commitRevision:482830 
Monday, 27 Aug 2018
11:27 bhughes search for other commits by this committer
www/node6: Update 6.14.3_2 -> 6.14.4

This is a security release addressing multiple vulnerabilities. Users
are recommended to upgrade as soon as possible.

https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/
https://nodejs.org/en/blog/release/v6.14.4/

MFH:		2018Q3
Security:	0904e81f-a89d-11e8-afbb-bc5ff4f77b71
Sponsored by:	Miles AS
Original commitRevision:478192 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Friday, 29 Jun 2018
14:22 jbeich search for other commits by this committer
devel/icu: update to 62.1

Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)
Original commitRevision:473551 
Friday, 15 Jun 2018
13:58 bhughes search for other commits by this committer
www/node6: Update 6.14.2 -> 6.14.3

Update to the latest security release, fixing CVE-2018-7167.

https://nodejs.org/en/blog/release/v6.14.3/
https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/

MFH:		2018Q2
Security:	45b8e2eb-7056-11e8-8fab-63ca6e0e13a2
Sponsored by:	Miles AS
Original commitRevision:472448 
Tuesday, 1 May 2018
20:38 bhughes search for other commits by this committer
www/node6: Update 6.14.1_1 -> 6.14.2

Notable Changes:
- n-api has been backported to v6.x. It is being landed as an
  experimental interface, and as such is landing in a Semver-Patch
  release.

https://nodejs.org/en/blog/release/v6.14.2/
Original commitRevision:468801 
Friday, 6 Apr 2018
15:53 jbeich search for other commits by this committer
devel/icu: update to 61.1

Changes:	http://site.icu-project.org/download/61
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		227042
Exp-run by:	antoine
MFH:		2018Q2 (required by Firefox 61)
Original commitRevision:466648 
Sunday, 1 Apr 2018
09:19 bhughes search for other commits by this committer
www/node6: Update 6.14.0 -> 6.14.1

No changes from the previous verison. This release ensures that the
hosted binaries from the Node.js project adhere to the platform support
contract, which does not apply to the FreeBSD port and packages.

MFH:		2018Q2
Original commitRevision:466132 
Thursday, 29 Mar 2018
19:54 bhughes search for other commits by this committer
www/node6: Update 6.13.1 -> 6.14.0

This is a security release addressing multiple vulnerabilities. Users
are recommended to upgrade as soon as possible.

https://nodejs.org/en/blog/vulnerability/march-2018-security-releases/
https://nodejs.org/en/blog/release/v6.14.0/

MFH:		2018Q1
Security:	5a9bbb6e-32d3-11e8-a769-6daaba161086
Original commitRevision:465914 
Wednesday, 7 Mar 2018
14:58 bhughes search for other commits by this committer
www/node: Update 6.13.0 -> 6.13.1

Notable changes:
- http, tls: better support for IPv6 addresses

https://nodejs.org/en/blog/release/v6.13.1/
Original commitRevision:463796 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
Friday, 16 Feb 2018
20:30 bhughes search for other commits by this committer
www/node6: Update 6.12.3 -> 6.13.0

https://nodejs.org/en/blog/release/v6.13.0/
Original commitRevision:462058 
Thursday, 8 Feb 2018
14:29 bhughes search for other commits by this committer
www/node,www/node8,www/node6: disable dtrace usdt on armv[67]

Disable the DTRACE option by default on armv[67] since Node.js fails to
build on armv[67] with the following error:

dt_modtext:/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(820):
arm not implemented

PR:		224271
Submitted by:	mikael.urankar@gmail.com
Original commitRevision:461241 
Saturday, 3 Feb 2018
22:29 bhughes search for other commits by this committer
www/node6: Update 6.12.2 -> 6.12.3

https://nodejs.org/en/blog/release/v6.12.3/

While here, pet portlint:
- move ONLY_FOR_ARCHS
- remove USES_LDCONFIG (node.js doesn't install a .so)

Differential Revision:	https://reviews.freebsd.org/D13774
Original commitRevision:460854 
Thursday, 14 Dec 2017
19:45 bhughes search for other commits by this committer
www/node6: Update 6.12.0_1 -> 6.12.2

Approved by:	mat (co-mentor)
Security:	bea84a7a-e0c9-11e7-b4f3-11baa0c2df21
Differential Revision:	https://reviews.freebsd.org/D13441
Original commitRevision:456344 
Thursday, 9 Nov 2017
02:31 jbeich search for other commits by this committer
devel/icu: update to 60.1

Changes:	http://site.icu-project.org/download/60
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		223373
Exp-run by:	antoine
Original commitRevision:453790 
Wednesday, 8 Nov 2017
13:41 bhughes search for other commits by this committer
www/node6: Update 6.11.5 -> 6.12.0

Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D13003
Original commitRevision:453736 
Monday, 6 Nov 2017
14:17 bhughes search for other commits by this committer
www/node8: copy from www/node, update 8.8.1 -> 8.9.0 (LTS)

Create a new port for the latest Node.js 8.9.0 LTS release. Update
CONFLICTS for the existing Node.js ports to include the new node8 port
and remove non-existent ports.

https://nodejs.org/en/blog/release/v8.9.0/

Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D12930
Original commitRevision:453618 
Wednesday, 25 Oct 2017
18:38 bhughes search for other commits by this committer
www/node6: Update 6.11.4 -> 6.11.5

Update to the latest upstream v6.x release to address a remote DoS
vulnerability.

https://nodejs.org/en/blog/vulnerability/oct-2017-dos/
https://nodejs.org/en/blog/release/v6.11.5/

Approved by:	robak (mentor)
MFH:		2017Q4
Security:	CVE-2017-14919
Differential Revision:	https://reviews.freebsd.org/D12784
Original commitRevision:452890 
Tuesday, 10 Oct 2017
21:31 linimon search for other commits by this committer
For ports that are explicitly enabled on armv6, also enable them
on armv7.  This has not been tested with an -exp run but should
"do no harm".

PR:		221894 (partial)
Original commitRevision:451721 
Thursday, 5 Oct 2017
08:52 bhughes search for other commits by this committer
www/node6: Update 6.11.3_1 -> 6.11.4

Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D12594
Original commitRevision:451279 
Monday, 25 Sep 2017
00:02 jbeich search for other commits by this committer
devel/icu: update to 59.1

- Temporarily keep C++98 working in consumers for Clang's default -std=

Changes:	http://site.icu-project.org/download/59
PR:		218788
Submitted by:	takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by:	antoine
Original commitRevision:450556 
Friday, 22 Sep 2017
10:48 mat search for other commits by this committer
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Original commitRevision:450351 
Monday, 11 Sep 2017
18:09 bhughes search for other commits by this committer
www/node6: Update 6.11.2_1 -> 6.11.3

Remove files/patch-node.gyp, since this patch has landed upstream. Use
DTRACE_CONFIGURE_ON to add --with-dtrace to the configure arguments when
DTRACE is enabled.

Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D12297
Original commitRevision:449663 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Tuesday, 8 Aug 2017
18:16 bhughes search for other commits by this committer
www/node6: Update 6.11.1 -> 6.11.2

Approved by:	mat (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D11924
Original commitRevision:447557 
Thursday, 13 Jul 2017
15:21 bhughes search for other commits by this committer
www/node6: Update 6.11.0 -> 6.11.1

Approved by:	robak (mentor)
MFH:		2017Q3
Security:	3eff66c5-66c9-11e7-aa1d-3d2e663cef42
Differential Revision:	https://reviews.freebsd.org/D11579
Original commitRevision:445655 
Monday, 26 Jun 2017
23:44 linimon search for other commits by this committer
Sort ARCHS.  Pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:444433 
10:34 bhughes search for other commits by this committer
www/node6: Update 6.10.3 -> 6.11.0

While here, sort ONLY_FOR_ARCHS as recommended by portlint.

Approved by:	robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D11187
Original commitRevision:444363 
Friday, 2 Jun 2017
19:15 bhughes search for other commits by this committer
multiple ports: Update MAINTANER

Change bradleythughes@fastmail.fm -> bhughes@FreeBSD.org after
receiving my ports commit bit on all ports I maintain: devel/awscli,
devel/py-botocore, net/py-s3transfer, net/turnserver, www/node4,
www/node6, and www/node.

Approved by:	robak (mentor)
Differential Review:	https://reviews.freebsd.org/D11015
Original commitRevision:442454 
Wednesday, 10 May 2017
17:52 sunpoet search for other commits by this committer
Update to 6.10.3

Changes:	https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md
PR:		219192
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:440579 
Thursday, 6 Apr 2017
13:58 robak search for other commits by this committer
www/node6: update 6.10.1 -> 6.10.2

PR:		218427
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:437867 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Thursday, 23 Mar 2017
23:25 sunpoet search for other commits by this committer
Update to 6.10.1

Changes:	https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md
PR:		218046
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:436798 
Thursday, 2 Mar 2017
15:40 krion search for other commits by this committer
Update www/node6 to 6.10.0

PR:		217330
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9794
Original commitRevision:435241 
Tuesday, 14 Feb 2017
16:15 sunpoet search for other commits by this committer
Enable BUNDLED_SSL by default only on FreeBSD 10

- Add UPDATING entry
- Bump PORTREVISION for dependency change

PR:		217095
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:434123 
Sunday, 5 Feb 2017
21:20 tijl search for other commits by this committer
- Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile so
  bsd.default-versions.mk can rely on ARCH being defined.
- In bsd.port.mk move inclusion of bsd.default-versions.mk from the
  pre-makefile section to the options section so the variables can be used
  earlier.  Also put the bit of code sitting between the options section and
  the pre-makefile section into the options section.
- Remove last few cases where ports set WITH_OPENSSL_PORT.  This variable is
  handled in bsd.default-versions.mk and some ports were setting it after
  including bsd.port.options.mk.  After FreeBSD 9 EoL all but a few ports,
  and then only when setting non-default options, work without setting that
  variable.

PR:		215996
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:433456 
05:32 sunpoet search for other commits by this committer
Update to 6.9.5

Changes:	https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md
PR:		216794
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:433371 
Friday, 6 Jan 2017
20:02 sunpoet search for other commits by this committer
Update to 6.9.4

- Update pkg-message
- While I'm here, remove duplicate PLIST_SUB which is already handled by
OPTIONS_SUB=yes

Changes:	https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md
		https://nodejs.org/en/blog/release/v6.9.4/
PR:		215776
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:430744 
Tuesday, 3 Jan 2017
19:10 sunpoet search for other commits by this committer
Remove OPTIONS_EXCLUDE_FreeBSD_9

Approved by:	portmgr (blanket)
Original commitRevision:430513 
Tuesday, 20 Dec 2016
17:56 mat search for other commits by this committer
Remove emulation of OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}, it is a thing
now.

Sponsored by:	Absolight
Original commitRevision:429006 
Friday, 9 Dec 2016
12:58 sunpoet search for other commits by this committer
- Update to 6.9.2

Changes:	https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md
		https://nodejs.org/en/blog/release/v6.9.2/
PR:		215167
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:428202 
Wednesday, 7 Dec 2016
23:54 adamw search for other commits by this committer
Remove www/node in preparation for moving node7 into its place.
Update the CONFLICTS lines for the node ports at the same time.

PR:		213948
Approved by:	maintainer (Bradley T. Hughes)
Original commitRevision:428089 
Wednesday, 23 Nov 2016
01:47 swills search for other commits by this committer
www/node6: add dtrace option and enable by default

Approved by:	bradleythughes@fastmail.fm (maintainer)
Original commitRevision:426881 
Saturday, 19 Nov 2016
22:03 pi search for other commits by this committer
www/node7: Add Node.js 7.1.0, copied from www/node

PR:		213945
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:426540 
18:21 jbeich search for other commits by this committer
devel/icu: update to 58.1

Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
Original commitRevision:426525 
12:21 pi search for other commits by this committer
www/node: Copy to www/node6 as LTS version

PR:		213693
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:426362 

Number of commits found: 66