pkgsrc/lang/nodejs4/Makefile
fhajny 8428c366dc Update lang/nodejs4 to 4.4.7.
Notable Changes

- debugger:
  * All properties of an array (aside from length) can now be printed
    in the repl
- npm:
  * Upgrade npm to 2.15.8
- stream:
  * Fix for a bug that became more prevalent with the stream changes
    that landed in v4.4.5.
- V8:
  * Fix for a bug in crankshaft that was causing crashes on arm64
  * Add missing classes to postmortem info such as JSMap and JSSet
2016-07-01 15:41:28 +00:00

6 lines
160 B
Makefile

# $NetBSD: Makefile,v 1.18 2016/07/01 15:41:28 fhajny Exp $
DISTNAME= node-v4.4.7
.include "../../lang/nodejs/Makefile.common"
.include "../../mk/bsd.pkg.mk"