Index: head/www/node/Makefile =================================================================== --- head/www/node/Makefile (revision 388274) +++ head/www/node/Makefile (revision 388275) @@ -1,59 +1,55 @@ # Created by: Jin-Sih Lin # $FreeBSD$ PORTNAME= node -PORTVERSION= 0.12.3 +PORTVERSION= 0.12.4 +DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ -DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= linpct@gmail.com COMMENT= V8 JavaScript for client and server LICENSE= MIT USES= compiler execinfo gmake python:2 HAS_CONFIGURE= yes USE_LDCONFIG= yes CONFLICTS= node-0.[02-9][0-9]* node-devel-0.[0-9]* node010-[0-9]* iojs-[0-9]* ONLY_FOR_ARCHS= i386 amd64 CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} --without-npm --shared-zlib PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} REINPLACE_ARGS= -i '' MAKE_ENV+= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX} .include .if ${COMPILER_TYPE} == clang MAKE_ENV+= LINK=clang++ CFLAGS+= -Wno-unused-private-field .if ${COMPILER_VERSION} >= 33 CFLAGS+= -Wno-nested-anon-types -Wno-unused-function .if ${COMPILER_VERSION} >= 34 CFLAGS+= -Wno-unused-const-variable .endif .endif .else MAKE_ARGS+= strictaliasing=off USE_GCC= any .endif post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/deps/v8/tools/gyp/v8.gyp @${REINPLACE_CMD} -e 's|/usr/bin/env python|${PYTHON_CMD}|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e "s|'python',|'${PYTHON_CMD}',|" \ ${WRKSRC}/deps/v8/build/shim_headers.gypi \ ${WRKSRC}/deps/v8/tools/gyp/v8.gyp \ ${WRKSRC}/deps/v8/src/d8.gyp post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/ - ${TOUCH} ${STAGEDIR}${PREFIX}/lib/node_modules/.keepme - @${ECHO_MSG} - @${ECHO_MSG} "Note: If you need npm (Node Package Manager), please install www/npm." - @${ECHO_MSG} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node .include Index: head/www/node/distinfo =================================================================== --- head/www/node/distinfo (revision 388274) +++ head/www/node/distinfo (revision 388275) @@ -1,2 +1,2 @@ -SHA256 (node-v0.12.3.tar.gz) = e65d83c6f2c874e28f65c5e192ac0acd2bbb52bfcf9d77e33442d6765a3eb9da -SIZE (node-v0.12.3.tar.gz) = 19622994 +SHA256 (node-v0.12.4.tar.gz) = 3298d0997613a04ac64343e8316da134d04588132554ae402eb344e3369ec912 +SIZE (node-v0.12.4.tar.gz) = 19642076 Index: head/www/node/pkg-plist =================================================================== --- head/www/node/pkg-plist (revision 388274) +++ head/www/node/pkg-plist (revision 388275) @@ -1,40 +1,39 @@ bin/node include/node/android-ifaddrs.h include/node/ares.h include/node/ares_version.h include/node/common.gypi include/node/config.gypi include/node/libplatform/libplatform.h include/node/nameser.h include/node/node.h include/node/node_buffer.h include/node/node_internals.h include/node/node_object_wrap.h include/node/node_version.h include/node/openssl/opensslconf.h include/node/pthread-fixes.h include/node/smalloc.h include/node/stdint-msvc2008.h include/node/tree.h include/node/uv-aix.h include/node/uv-bsd.h include/node/uv-darwin.h include/node/uv-errno.h include/node/uv-linux.h include/node/uv-sunos.h include/node/uv-threadpool.h include/node/uv-unix.h include/node/uv-version.h include/node/uv-win.h include/node/uv.h include/node/v8-debug.h include/node/v8-platform.h include/node/v8-profiler.h include/node/v8-testing.h include/node/v8-util.h include/node/v8.h include/node/v8config.h include/node/v8stdint.h -lib/node_modules/.keepme @(,,444) man/man1/node.1.gz share/systemtap/tapset/node.stp