pkgsrc/lang/nodejs/Makefile
fhajny 21b6781e66 Update lang/nodejs to 6.1.0.
- assert: deep{Strict}Equal() now works correctly with circular
  references.
- debugger: Arrays are now formatted correctly in the debugger repl.
- deps: Upgrade OpenSSL sources to 1.0.2h
- net: Introduced a Socket#connecting property.
- process: Introduced process.cpuUsage().
- stream: Writable#setDefaultEncoding() now returns this.
- util: Two new additions to util.inspect():
  - Added a maxArrayLength option to truncate the formatting of
    Arrays.
  - Added a showProxy option for formatting proxy intercepting
    handlers.
2016-05-06 09:31:48 +00:00

6 lines
160 B
Makefile

# $NetBSD: Makefile,v 1.67 2016/05/06 09:31:48 fhajny Exp $
DISTNAME= node-v6.1.0
.include "../../lang/nodejs/Makefile.common"
.include "../../mk/bsd.pkg.mk"