[120906] trunk/dports/devel/nodejs/Portfile

ciserlohn at macports.org ciserlohn at macports.org
Wed Jun 11 05:33:48 PDT 2014


Revision: 120906
          https://trac.macports.org/changeset/120906
Author:   ciserlohn at macports.org
Date:     2014-06-11 05:33:48 -0700 (Wed, 11 Jun 2014)
Log Message:
-----------
nodejs: update to version 0.10.29; make sure we're using the right compiler

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

Modified: trunk/dports/devel/nodejs/Portfile
===================================================================
--- trunk/dports/devel/nodejs/Portfile	2014-06-11 12:32:39 UTC (rev 120905)
+++ trunk/dports/devel/nodejs/Portfile	2014-06-11 12:33:48 UTC (rev 120906)
@@ -5,7 +5,7 @@
 PortGroup               compiler_blacklist_versions 1.0
 
 name                    nodejs
-version                 0.10.28
+version                 0.10.29
 categories              devel net
 platforms               darwin
 license                 {MIT BSD}
@@ -23,8 +23,8 @@
 homepage                http://nodejs.org/
 master_sites            ${homepage}dist/v${version}
 
-checksums               rmd160  13e253b278e45e2bd5436932fcf834e665570583 \
-                        sha256  abddc6441e0f208f6ed8a045e0293f713ea7f6dfb2d6a9a2024bf8b1b4617710
+checksums               rmd160  27548394b402a3dc4d599b51ea3cbcb25946f757 \
+                        sha256  47379d01f765f87c1a1498b4e65de30e45201de50334954860d7375a8258b15d
 
 distname                node-v${version}
 
@@ -120,6 +120,7 @@
 
 build.args-append   CC=${configure.cc} \
                     CXX=${configure.cxx} \
+                    CXX.host=${configure.cxx} \
                     CPP=${configure.cpp} \
                     CFLAGS=${configure.cflags} \
                     CXXFLAGS=${configure.cxxflags} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140611/f87e221d/attachment.html>


More information about the macports-changes mailing list