www/node: Update 8.1.2 -> 8.1.3
- Pet portlint (trailing whitespace) Approved by: robak (mentor) Differential Revision: https://reviews.freebsd.org/D11402
This commit is contained in:
parent
4b2dd6eefb
commit
e3357f24cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444641
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= node
|
||||
PORTVERSION= 8.1.2
|
||||
PORTVERSION= 8.1.3
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
|
||||
|
@ -90,7 +90,7 @@ CXXFLAGS+= -D_GLIBCXX_USE_C99
|
|||
# https://bugs.llvm.org/show_bug.cgi?id=18853
|
||||
#
|
||||
# Upstream Node.js adds the define to all FreeBSD builds. This breaks
|
||||
# the build with clang 4.0, so we patch it out (files/patch-common.gypi)
|
||||
# the build with clang 4.0, so we patch it out (files/patch-common.gypi)
|
||||
# and add it here instead.
|
||||
CXXFLAGS+= -D_LIBCPP_TRIVIAL_PAIR_COPY_CTOR
|
||||
.endif
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1498511945
|
||||
SHA256 (node-v8.1.2.tar.gz) = d717b364868956e0b775145e57a84e63962a9cf83146e778547fc71bb27a2251
|
||||
SIZE (node-v8.1.2.tar.gz) = 29934001
|
||||
TIMESTAMP = 1498724842
|
||||
SHA256 (node-v8.1.3.tar.gz) = 388998d052335af1fe0643dd4d68e2fb1c7109ed6ae22a22cc394f1e7aaf43d3
|
||||
SIZE (node-v8.1.3.tar.gz) = 29944234
|
||||
|
|
Loading…
Reference in a new issue