Skip to content

Commit

Permalink
www/node4: update to 4.4.1
Browse files Browse the repository at this point in the history
Update to the latest upstream LTS release.
  • Loading branch information
bradleythughes committed Mar 29, 2016
1 parent faafbe1 commit 8750cc1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions www/node4/Makefile
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= node
PORTVERSION= 4.3.1
PORTVERSION= 4.4.1
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
Expand Down Expand Up @@ -52,10 +52,13 @@ post-patch:
@${REINPLACE_CMD} -e "s|python -c|${PYTHON_CMD} -c|" \
${WRKSRC}/deps/v8/build/toolchain.gypi
@${REINPLACE_CMD} -e "s|'python',|'${PYTHON_CMD}',|" \
${WRKSRC}/tools/icu/icu-generic.gyp \
${WRKSRC}/common.gypi \
${WRKSRC}/deps/v8/build/shim_headers.gypi \
${WRKSRC}/deps/v8/build/standalone.gypi \
${WRKSRC}/deps/v8/src/d8.gyp \
${WRKSRC}/deps/v8/tools/gyp/v8.gyp \
${WRKSRC}/deps/v8/src/d8.gyp
${WRKSRC}/node.gyp \
${WRKSRC}/tools/icu/icu-generic.gyp

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node
Expand Down
4 changes: 2 additions & 2 deletions www/node4/distinfo
@@ -1,2 +1,2 @@
SHA256 (node-v4.3.1.tar.gz) = 61e2d58e861b6c9dbf0ac7624b718198cbd59b88a9de31a39a05de95a32eee73
SIZE (node-v4.3.1.tar.gz) = 22585371
SHA256 (node-v4.4.1.tar.gz) = f3e604cc4d05a4810c37cd43a838a2dc4399d517bd1e8c53b7670dcffc4dc481
SIZE (node-v4.4.1.tar.gz) = 22361560

0 comments on commit 8750cc1

Please sign in to comment.