[87568] trunk/dports/devel/nodejs

ciserlohn at macports.org ciserlohn at macports.org
Fri Nov 25 14:56:30 PST 2011


Revision: 87568
          http://trac.macports.org/changeset/87568
Author:   ciserlohn at macports.org
Date:     2011-11-25 14:56:25 -0800 (Fri, 25 Nov 2011)
Log Message:
-----------
nodejs: update to version 0.6.3; preventing install of bundled npm (see #32259)

Modified Paths:
--------------
    trunk/dports/devel/nodejs/Portfile

Added Paths:
-----------
    trunk/dports/devel/nodejs/files/patch-wscript-npm.diff

Modified: trunk/dports/devel/nodejs/Portfile
===================================================================
--- trunk/dports/devel/nodejs/Portfile	2011-11-25 21:25:38 UTC (rev 87567)
+++ trunk/dports/devel/nodejs/Portfile	2011-11-25 22:56:25 UTC (rev 87568)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 
 name                    nodejs
-version                 0.6.2
+version                 0.6.3
 categories              devel net
 platforms               darwin
 license                 {MIT BSD}
@@ -22,14 +22,15 @@
 homepage                http://nodejs.org/
 master_sites            ${homepage}dist/v${version}
 
-checksums               rmd160  41ef4785eda084de891265e3df3ca185ee85347b \
-                        sha256  3a24f6f91bb806a230a7b200ca638459a9680ea2daf9a427098c61f847016139
+checksums               rmd160  be42db24394c907abf747005176f227d175abb15 \
+                        sha256  fe5642d26d04cc7e7d47daa426da2a79e244bdcbae1594a12578f0d6fe03082e
 
 distname                node-v${version}
 
 depends_lib             port:python27
 
-patchfiles              patch-Makefile-python.diff
+patchfiles              patch-Makefile-python.diff \
+                        patch-wscript-npm.diff
 
 proc rec_glob {basedir pattern} {
     set files [glob -directory $basedir -nocomplain -type f $pattern]

Added: trunk/dports/devel/nodejs/files/patch-wscript-npm.diff
===================================================================
--- trunk/dports/devel/nodejs/files/patch-wscript-npm.diff	                        (rev 0)
+++ trunk/dports/devel/nodejs/files/patch-wscript-npm.diff	2011-11-25 22:56:25 UTC (rev 87568)
@@ -0,0 +1,10 @@
+--- wscript.orig	2011-11-25 23:41:57.000000000 +0100
++++ wscript	2011-11-25 23:43:19.000000000 +0100
+@@ -969,7 +969,6 @@
+   bld.install_files('${PREFIX}/bin/', 'tools/node-waf', chmod=0755)
+   bld.install_files('${LIBDIR}/node/wafadmin', 'tools/wafadmin/*.py')
+   bld.install_files('${LIBDIR}/node/wafadmin/Tools', 'tools/wafadmin/Tools/*.py')
+-  install_npm(bld)
+ 
+ def install_npm(bld):
+   start_dir = bld.path.find_dir('deps/npm')
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111125/765f9f98/attachment.html>


More information about the macports-changes mailing list