nodejs: 10.13.0 -> 10.15.0

This commit is contained in:
Danny Rawlins 2019-01-28 18:49:53 +11:00
parent 1b6e55bdcc
commit 187d6bba16
2 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/RG2GTU83VRssXWKbX/2M4KoTR8DMhexUaItI/EmxQd2UzElkkYQCFo7hXZjHtY6rPKVakzpV+xU2NFCFm8aegQ=
SHA256 (Pkgfile) = 4254f0f6274cfd7d3b9a451995bf12648277c7652c1118616514f4b6fc2cbbbd
RWSE3ohX2g5d/YPog3ufJQER/AXPhK5ZwAfWmmCgngsqExeSEFKMXA6rVUuGBu7Q0TJP/voqGhneSMykbom91B79JORcbbml6Q8=
SHA256 (Pkgfile) = e1e93d3e622d170e15e325a23170a6b5a7831e1c2ac84826bcec161380a1746f
SHA256 (.footprint) = d482b8bb077b71e850ccc78b63831fa900f2271b80c6f55952234fc361b84ebb
SHA256 (node-v10.13.0.tar.xz) = 8d80c96a0c28fb508c90de474b1967acd800896f184b8a18235a7e4613fae641
SHA256 (node-v10.15.0.tar.xz) = 797ab34c74b83b21b7d6ea261b5ca235d34c61a7da5aebb32459a963097ede3e

View File

@ -1,20 +1,22 @@
# Description: Evented I/O for V8 javascript.
# URL: http://nodejs.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python c-ares icu
# Depends on: python c-ares
# Optional: icu
name=nodejs
version=10.13.0
version=10.15.0
release=1
source=(https://nodejs.org/dist/v$version/node-v$version.tar.xz)
build() {
cd node-v$version
./configure \
[ -e '/usr/lib/pkgconfig/icu-i18n.pc' ] && PKGMK_NODEJS+=' --with-intl=system-icu'
./configure ${PKGMK_NODEJS} \
--prefix=/usr \
--without-npm \
--with-intl=system-icu \
--shared-cares \
--shared-zlib