Index: head/www/node-devel/Makefile =================================================================== --- head/www/node-devel/Makefile (revision 371029) +++ head/www/node-devel/Makefile (revision 371030) @@ -1,58 +1,57 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 0.11.13 +PORTVERSION= 0.11.14 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= linpct@gmail.com COMMENT= V8 javascript for client and server LICENSE= MIT LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo -USES= gmake +USES= gmake python:2 HAS_CONFIGURE= yes USE_LDCONFIG= yes -USE_PYTHON= 2 CONFLICTS= node-0.[0-9]* ONLY_FOR_ARCHS= i386 amd64 CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} --without-npm --shared-zlib PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} REINPLACE_ARGS= -i '' .include .if ${OSVERSION} >= 900033 && exists(/usr/bin/clang) CC= clang CXX= clang++ GYP_DEFINES+= clang=1 .else USE_GCC?= yes GYP_DEFINES+= gcc_version=${CXX:S/g++//} .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 ${CHMOD} ${MANMODE} ${STAGEDIR}${PREFIX}/man/man1/node.1 @${ECHO_MSG} @${ECHO_MSG} "Note: If you need npm (Node Package Manager), please install www/npm." @${ECHO_MSG} .include Index: head/www/node-devel/distinfo =================================================================== --- head/www/node-devel/distinfo (revision 371029) +++ head/www/node-devel/distinfo (revision 371030) @@ -1,2 +1,2 @@ -SHA256 (node-v0.11.13.tar.gz) = 15d6e90c16adf907c0401cd5a77841b5264e90dfdaa1051d75184aa587fc8298 -SIZE (node-v0.11.13.tar.gz) = 16578783 +SHA256 (node-v0.11.14.tar.gz) = ce08b0a2769bcc135ca25639c9d411a038e93e0f5f5a83000ecde9b763c4dd83 +SIZE (node-v0.11.14.tar.gz) = 17255771 Index: head/www/node-devel/pkg-plist =================================================================== --- head/www/node-devel/pkg-plist (revision 371029) +++ head/www/node-devel/pkg-plist (revision 371030) @@ -1,41 +1,44 @@ 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/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 man/man1/node.1.gz share/systemtap/tapset/node.stp @dirrmtry include/node/openssl @dirrmtry include/node @dirrmtry lib/node_modules @dirrmtry share/systemtap/tapset @dirrmtry share/systemtap