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

ciserlohn at macports.org ciserlohn at macports.org
Fri Aug 3 01:51:44 PDT 2012


Revision: 96197
          https://trac.macports.org/changeset/96197
Author:   ciserlohn at macports.org
Date:     2012-08-03 01:51:42 -0700 (Fri, 03 Aug 2012)
Log Message:
-----------
nodejs: update to version 0.8.5

* mark as requiring darwin 10 (see #35146)
* pass CXXFLAGS to the build phase (see #35389)
* don't pass V=1 to the build phase as it is the default value

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

Modified: trunk/dports/devel/nodejs/Portfile
===================================================================
--- trunk/dports/devel/nodejs/Portfile	2012-08-03 08:11:19 UTC (rev 96196)
+++ trunk/dports/devel/nodejs/Portfile	2012-08-03 08:51:42 UTC (rev 96197)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 
 name                    nodejs
-version                 0.8.4
+version                 0.8.5
 categories              devel net
 platforms               darwin
 license                 {MIT BSD}
@@ -22,9 +22,10 @@
 homepage                http://nodejs.org/
 master_sites            ${homepage}dist/v${version}
 
-checksums               rmd160  fdbb96465750e130f7df3dc7d53fed36ecf0f2c8 \
-                        sha256  d0a3b0d2028ddd6bbaab5d3fe38dd6f80d7e810fe9e55efab3230a7c90d31174
+checksums               rmd160  de8b124fc8e123c30cfa03e2ef3f0c2bbc840a9e \
+                        sha256  022a924973b15291f98b57437b53c59eaabee02348a2534259836e837f9ea6c0
 
+
 distname                node-v${version}
 
 proc rec_glob {basedir pattern} {
@@ -111,10 +112,11 @@
                     CXX=${configure.cxx} \
                     CPP=${configure.cpp} \
                     CFLAGS=${configure.cflags} \
+                    CXXFLAGS=${configure.cxxflags} \
                     LDFLAGS=${configure.ldflags} \
                     PYTHON=${configure.python} \
-                    V=1
 
+
 destroot {
     set bindir ${destroot}${prefix}/bin
     set libdir ${destroot}${prefix}/lib
@@ -191,9 +193,9 @@
         ${docdir}
 }
 
-if {${os.major} < 9} {
+if {${os.major} < 10} {
     pre-fetch {
-        ui_error "${name} ${version} requires Mac OS X 10.5 or greater."
+        ui_error "${name} ${version} requires Mac OS X 10.6 or greater."
         return -code error "incompatible Mac OS X version"
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120803/3177dfcc/attachment.html>


More information about the macports-changes mailing list