Commits

Christoph Iserlohn authored 4808ee86fcd
nodejs9: update to version 9.2.1
No tags

devel/nodejs9/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup compiler_blacklist_versions 1.0
5 5
6 6 name nodejs9
7 -version 9.2.0
7 +version 9.2.1
8 8
9 9 categories devel net
10 10 platforms darwin
11 11 license {MIT BSD}
12 12 maintainers {ciserlohn @ci42}
13 13
14 14 description Evented I/O for V8 JavaScript
15 15
16 16 long_description Node's goal is to provide an easy way to build scalable network programs in JavaScript. \
17 17 Node is similar in design to and influenced by systems like Ruby's Event \
18 18 Machine or Python's Twisted. Node takes the event model a bit further-it \
19 19 presents the event loop as a language construct instead of as a library.
20 20
21 21 conflicts nodejs4 nodejs5 nodejs6 nodejs7 nodejs8
22 22
23 23 homepage http://nodejs.org/
24 24 master_sites ${homepage}dist/v${version}
25 25 use_xz yes
26 26
27 -checksums rmd160 feed6aad97bf168976c7df73ecf1855eb7b86b7c \
28 - sha256 64caf263eadc1aea072ce5d30ded7f4534aa7f59c8c6993eee4accad96e3bbc2
27 +checksums rmd160 e7e4979ebfd81988f2b0422ce6ffe60c59b8b04c \
28 + sha256 200de3c145e79d5da5361ab079df199cec13dbd10902df9cf9a75c6546cd4582
29 29
30 30 distname node-v${version}
31 31
32 32 depends_build port:pkgconfig
33 33
34 34 depends_lib port:python27 \
35 35 path:lib/libssl.dylib:openssl
36 36
37 37 proc rec_glob {basedir pattern} {
38 38 set files [glob -directory $basedir -nocomplain -type f $pattern]

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut