diff options
author | bhughes <bhughes@FreeBSD.org> | 2017-06-29 18:42:52 +0800 |
---|---|---|
committer | bhughes <bhughes@FreeBSD.org> | 2017-06-29 18:42:52 +0800 |
commit | 2d40f2f78a491326777aed5183d2c2fbf86e935f (patch) | |
tree | 1c14ef30f373a3ef5ad6239f1ba0fc3f5b210ccf /www/node | |
parent | 094d607e1a011735560f7a7aa982a766876f36cd (diff) | |
download | freebsd-ports-gnome-2d40f2f78a491326777aed5183d2c2fbf86e935f.tar.gz freebsd-ports-gnome-2d40f2f78a491326777aed5183d2c2fbf86e935f.tar.zst freebsd-ports-gnome-2d40f2f78a491326777aed5183d2c2fbf86e935f.zip |
www/node: Update 8.1.2 -> 8.1.3
- Pet portlint (trailing whitespace)
Approved by: robak (mentor)
Differential Revision: https://reviews.freebsd.org/D11402
Diffstat (limited to 'www/node')
-rw-r--r-- | www/node/Makefile | 4 | ||||
-rw-r--r-- | www/node/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/node/Makefile b/www/node/Makefile index 4208e67e5d05..9f8fb00c18af 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -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 diff --git a/www/node/distinfo b/www/node/distinfo index 9cb015abf0ec..3f0a0dcd9fd2 100644 --- a/www/node/distinfo +++ b/www/node/distinfo @@ -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 |