nodejs6: patchfile should be used for darwin version 13 or higher not the other way round
--- trunk/dports/devel/nodejs6/Portfile 2016-06-28 06:07:40 UTC (rev 149620)
+++ trunk/dports/devel/nodejs6/Portfile 2016-06-28 06:37:44 UTC (rev 149621)
@@ -48,7 +48,7 @@
patchfiles patch-common.gypi.diff \
patch-tools-gyp-pylib-gyp-generator-make.py.diff
-if {${os.major} < 13} {
+if {${os.major} > 12} {
patchfiles-append patch-src-util.h.diff
}