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

ciserlohn at macports.org ciserlohn at macports.org
Fri Feb 7 13:27:35 PST 2014


Revision: 116811
          https://trac.macports.org/changeset/116811
Author:   ciserlohn at macports.org
Date:     2014-02-07 13:27:35 -0800 (Fri, 07 Feb 2014)
Log Message:
-----------
nodejs: install the uv-darwin.h header file instead of uv-win.h (closes #42380)

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

Modified: trunk/dports/devel/nodejs/Portfile
===================================================================
--- trunk/dports/devel/nodejs/Portfile	2014-02-07 21:23:25 UTC (rev 116810)
+++ trunk/dports/devel/nodejs/Portfile	2014-02-07 21:27:35 UTC (rev 116811)
@@ -6,6 +6,7 @@
 
 name                    nodejs
 version                 0.10.25
+revision                1
 categories              devel net
 platforms               darwin
 license                 {MIT BSD}
@@ -173,7 +174,7 @@
         deps/uv/include/uv-private/ngx-queue.h \
         deps/uv/include/uv-private/tree.h \
         deps/uv/include/uv-private/uv-unix.h \
-        deps/uv/include/uv-private/uv-win.h \
+        deps/uv/include/uv-private/uv-darwin.h \
         ${incpdir}
 
 # install dtrace script
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140207/61f7ef81/attachment.html>


More information about the macports-changes mailing list