Commits

Christoph Iserlohn authored f8ba6bf4f99
nodejs12: update to version 12.14.1
No tags

devel/nodejs12/Portfile

Modified
3 3 PortSystem 1.0
4 4 PortGroup compiler_blacklist_versions 1.0
5 5
6 6 # on macOS nodejs only builds against libc++
7 7 # this force is OK as node does not link against any other c++ libs
8 8 depends_lib-append port:libcxx
9 9 configure.cxx_stdlib libc++
10 10 PortGroup cxx11 1.1
11 11
12 12 name nodejs12
13 -version 12.14.0
13 +version 12.14.1
14 14
15 15 categories devel net
16 16 platforms darwin
17 17 license {MIT BSD}
18 18 maintainers {ciserlohn @ci42} openmaintainer
19 19
20 20 description Evented I/O for V8 JavaScript
21 21
22 22 long_description Node's goal is to provide an easy way to build scalable network programs in JavaScript. \
23 23 Node is similar in design to and influenced by systems like Ruby's Event \
24 24 Machine or Python's Twisted. Node takes the event model a bit further-it \
25 25 presents the event loop as a language construct instead of as a library.
26 26
27 27 conflicts nodejs8 nodejs10 nodejs13
28 28
29 29 homepage https://nodejs.org/
30 30 master_sites ${homepage}dist/v${version}
31 31 use_xz yes
32 32
33 -checksums rmd160 f96b866ffce9662c2c58da6208928d62939c90d1 \
34 - sha256 088a217ba2af641b8cc15be29f6e2956b8a33e6badb85596bbc2cdea9df9be71 \
35 - size 23244684
33 +checksums rmd160 599d9fbd23f726501cd788da5e28df5996884352 \
34 + sha256 877b4b842318b0e09bc754faf7343f2f097f0fc4f88ab9ae57cf9944e88e7adb \
35 + size 23258936
36 36
37 37 distname node-v${version}
38 38
39 39 depends_build port:pkgconfig
40 40
41 41 depends_lib port:icu \
42 42 port:python38 \
43 43 path:lib/libssl.dylib:openssl
44 44
45 45 proc rec_glob {basedir pattern} {

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

Add shortcut