[Lunar-commits] <moonbase-other> nodejs: npm version bumped to 2.7.0.
Florin Braescu
florin at lunar-linux.org
Fri Mar 6 15:36:21 CET 2015
commit c8d659d1a71b7ebf895a3942d337509f510b2b73
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri, 06 Mar 2015 16:36:04 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/c8d659d1a71b7ebf895a3942d337509f510b2b73
nodejs: npm version bumped to 2.7.0.
---
web/nodejs/BUILD | +3/-3
web/nodejs/DEPENDS | +1/-2
web/nodejs/DETAILS | +3/-3
3 files changed, 7 insertions(+), 8 deletions(-)
--- a/web/nodejs/BUILD
+++ b/web/nodejs/BUILD
@@ -1,6 +1,6 @@
-./configure \
- --prefix=/usr \
- --shared-openssl &&
+./configure --prefix=/usr \
+ --shared-openssl \
+ --shared-zlib &&
default_make &&
--- a/web/nodejs/DEPENDS
+++ b/web/nodejs/DEPENDS
@@ -1,3 +1,2 @@
-depends openssl
depends Python
-depends curl
+depends openssl
--- a/web/nodejs/DETAILS
+++ b/web/nodejs/DETAILS
@@ -1,16 +1,16 @@
MODULE=nodejs
VERSION=v0.10.36
- NPM_VERSION=2.6.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
- SOURCE2_VFY=sha256:000cba0bbc47354e87a9b61c6a6b17f6cbf68ad76f04065038d48added9753e9
+ SOURCE2_VFY=sha256:7d9bc7099bff21517be4d0699a9ea8cc6cc2535a2ad2a731f12a8298ec5af9c0
WEB_SITE=http://nodejs.org/
ENTERED=20140419
- UPDATED=20150213
+ UPDATED=20150306
SHORT="Evented I/O for V8 javascript"
cat << EOF
More information about the Lunar-commits
mailing list