[Lunar-commits] <moonbase-other> nodejs: version bumped to 0.12.0.

Florin Braescu florin at lunar-linux.org
Fri Mar 6 15:51:58 CET 2015


commit d27790222e7674b1e6d9f49a49ba3a041d9d3324
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri, 06 Mar 2015 16:51:36 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/d27790222e7674b1e6d9f49a49ba3a041d9d3324

nodejs: version bumped to 0.12.0.
---
  web/nodejs/BUILD   | +5/-3     
  web/nodejs/DEPENDS | +2/-0     
  web/nodejs/DETAILS | +2/-2     
  3 files changed, 9 insertions(+), 5 deletions(-)

--- a/web/nodejs/BUILD
+++ b/web/nodejs/BUILD
@@ -1,6 +1,8 @@
-./configure  --prefix=/usr    \
-             --shared-openssl \
-             --shared-zlib   &&
+./configure --prefix=/usr    \
+            --shared-zlib    \
+            --shared-openssl \
+            --shared-libuv  &&
+#           --shared-v8
 
 default_make &&
 
--- a/web/nodejs/DEPENDS
+++ b/web/nodejs/DEPENDS
@@ -1,2 +1,4 @@
 depends Python
 depends openssl
+depends libuv
+#depends v8
--- a/web/nodejs/DETAILS
+++ b/web/nodejs/DETAILS
@@ -1,12 +1,12 @@
           MODULE=nodejs
-         VERSION=v0.10.36
+         VERSION=v0.12.0
      NPM_VERSION=2.7.0
           SOURCE=node-$VERSION.tar.gz
          SOURCE2=npm-$NPM_VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/node-$VERSION
       SOURCE_URL=http://nodejs.org/dist/$VERSION
 SOURCE2_URL_FULL=http://github.com/npm/npm/archive/v$NPM_VERSION.tar.gz
-      SOURCE_VFY=sha256:b9d7d1d0294bce46686b13a05da6fc5b1e7743b597544aa888e8e64a9f178c81
+      SOURCE_VFY=sha256:9700e23af4e9b3643af48cef5f2ad20a1331ff531a12154eef2bfb0bb1682e32
      SOURCE2_VFY=sha256:7d9bc7099bff21517be4d0699a9ea8cc6cc2535a2ad2a731f12a8298ec5af9c0
         WEB_SITE=http://nodejs.org/
          ENTERED=20140419




More information about the Lunar-commits mailing list