svn commit: r380402 - in head/www/node010: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Wed Mar 4 02:47:54 UTC 2015
Author: vanilla
Date: Wed Mar 4 02:47:52 2015
New Revision: 380402
URL: https://svnweb.freebsd.org/changeset/ports/380402
QAT: https://qat.redports.org/buildarchive/r380402/
Log:
Readd nodejs 0.10.x
PR: 198220
Submitted by: linpct at gmail.com
Added:
head/www/node010/
- copied from r380250, head/www/node/
Deleted:
head/www/node010/files/
Modified:
head/www/node010/Makefile
head/www/node010/distinfo
head/www/node010/pkg-descr
head/www/node010/pkg-message
head/www/node010/pkg-plist
Modified: head/www/node010/Makefile
==============================================================================
--- head/www/node/Makefile Mon Mar 2 11:51:56 2015 (r380250)
+++ head/www/node010/Makefile Wed Mar 4 02:47:52 2015 (r380402)
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= node
-PORTVERSION= 0.12.0
-PORTREVISION= 1
+PORTVERSION= 0.10.36
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
+PKGNAMESUFFIX= -0.10
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= linpct at gmail.com
@@ -41,14 +41,14 @@ 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 '1 s|${SETENV} python|${PYTHON_CMD}|' ${WRKSRC}/configure
@${REINPLACE_CMD} -e "s|'python',|'${PYTHON_CMD}',|" \
- ${WRKSRC}/deps/v8/build/shim_headers.gypi \
+ ${WRKSRC}/deps/v8/build/common.gypi \
${WRKSRC}/deps/v8/tools/gyp/v8.gyp \
${WRKSRC}/deps/v8/src/d8.gyp
+ @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
+ ${WRKSRC}/deps/v8/build/common.gypi \
+ ${WRKSRC}/deps/v8/tools/gyp/v8.gyp
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/
Modified: head/www/node010/distinfo
==============================================================================
--- head/www/node/distinfo Mon Mar 2 11:51:56 2015 (r380250)
+++ head/www/node010/distinfo Wed Mar 4 02:47:52 2015 (r380402)
@@ -1,2 +1,2 @@
-SHA256 (node-v0.12.0.tar.gz) = 9700e23af4e9b3643af48cef5f2ad20a1331ff531a12154eef2bfb0bb1682e32
-SIZE (node-v0.12.0.tar.gz) = 19096897
+SHA256 (node-v0.10.36.tar.gz) = b9d7d1d0294bce46686b13a05da6fc5b1e7743b597544aa888e8e64a9f178c81
+SIZE (node-v0.10.36.tar.gz) = 14410899
Modified: head/www/node010/pkg-descr
==============================================================================
--- head/www/node/pkg-descr Mon Mar 2 11:51:56 2015 (r380250)
+++ head/www/node010/pkg-descr Wed Mar 4 02:47:52 2015 (r380402)
@@ -1,3 +1,3 @@
-node - evented I/O for V8 javascript
+node v0.10.x - evented I/O for V8 javascript
WWW: http://nodejs.org/
Modified: head/www/node010/pkg-message
==============================================================================
--- head/www/node/pkg-message Mon Mar 2 11:51:56 2015 (r380250)
+++ head/www/node010/pkg-message Wed Mar 4 02:47:52 2015 (r380402)
@@ -1,3 +1,2 @@
Note: If you need npm (Node Package Manager), please install www/npm.
-
Modified: head/www/node010/pkg-plist
==============================================================================
--- head/www/node/pkg-plist Mon Mar 2 11:51:56 2015 (r380250)
+++ head/www/node010/pkg-plist Wed Mar 4 02:47:52 2015 (r380402)
@@ -1,10 +1,8 @@
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
@@ -12,29 +10,21 @@ 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-private/ngx-queue.h
+include/node/uv-private/stdint-msvc2008.h
+include/node/uv-private/tree.h
+include/node/uv-private/uv-bsd.h
+include/node/uv-private/uv-darwin.h
+include/node/uv-private/uv-linux.h
+include/node/uv-private/uv-sunos.h
+include/node/uv-private/uv-unix.h
+include/node/uv-private/uv-win.h
include/node/uv.h
include/node/v8-debug.h
-include/node/v8-platform.h
+include/node/v8-preparser.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
More information about the svn-ports-all
mailing list