[141895] trunk/dports/devel/nodejs/Portfile
ciserlohn at macports.org
ciserlohn at macports.org
Sat Dec 12 03:27:50 PST 2015
Revision: 141895
https://trac.macports.org/changeset/141895
Author: ciserlohn at macports.org
Date: 2015-10-30 16:05:33 -0700 (Fri, 30 Oct 2015)
Log Message:
-----------
nodejs: update to version 4.2.1
Modified Paths:
--------------
trunk/dports/devel/nodejs/Portfile
Modified: trunk/dports/devel/nodejs/Portfile
===================================================================
--- trunk/dports/devel/nodejs/Portfile 2015-10-30 23:04:40 UTC (rev 141894)
+++ trunk/dports/devel/nodejs/Portfile 2015-10-30 23:05:33 UTC (rev 141895)
@@ -5,7 +5,7 @@
PortGroup compiler_blacklist_versions 1.0
name nodejs
-version 0.12.7
+version 4.2.1
categories devel net
platforms darwin
@@ -24,8 +24,8 @@
homepage http://nodejs.org/
master_sites ${homepage}dist/v${version}
-checksums rmd160 947daa1eac347a0c42fb67c5e316f85a12d8bd26 \
- sha256 b23d64df051c9c969b0c583f802d5d71de342e53067127a5061415be7e12f39d
+checksums rmd160 25755b50c96137156869bbb31a5e5b1b7da79ff0 \
+ sha256 8861b9f4c3b4db380fcda19a710c0430c3d62d03ee176c64db63eef95a672663
distname node-v${version}
@@ -177,9 +177,6 @@
src/node_watchdog.h \
src/node_wrap.h \
src/pipe_wrap.h \
- src/queue.h \
- src/req_wrap.h \
- src/smalloc.h \
src/spawn_sync.h \
src/stream_wrap.h \
src/string_bytes.h \
@@ -222,7 +219,10 @@
# install docs
xinstall -m 644 -W ${worksrcpath} \
AUTHORS \
- ChangeLog \
+ ChangeLog.md \
+ COLLABORATOR_GUIDE.md \
+ CONTRIBUTING.md \
+ GOVERNANCE.md \
LICENSE \
README.md \
${docdir}
@@ -239,4 +239,4 @@
livecheck.url ${homepage}dist/
livecheck.type regex
-livecheck.regex {v(\d+\.\d*[02468]\.\d+)}
+livecheck.regex {v(4\.\d+\.\d+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/6b1c751d/attachment.html>
More information about the macports-changes
mailing list