Date: Thu, 29 Jun 2017 10:42:52 +0000 (UTC) From: "Bradley T. Hughes" <bhughes@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444641 - head/www/node Message-ID: <201706291042.v5TAgqWl049244@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bhughes Date: Thu Jun 29 10:42:52 2017 New Revision: 444641 URL: https://svnweb.freebsd.org/changeset/ports/444641 Log: www/node: Update 8.1.2 -> 8.1.3 - Pet portlint (trailing whitespace) Approved by: robak (mentor) Differential Revision: https://reviews.freebsd.org/D11402 Modified: head/www/node/Makefile head/www/node/distinfo Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Thu Jun 29 10:06:12 2017 (r444640) +++ head/www/node/Makefile Thu Jun 29 10:42:52 2017 (r444641) @@ -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 Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Thu Jun 29 10:06:12 2017 (r444640) +++ head/www/node/distinfo Thu Jun 29 10:42:52 2017 (r444641) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706291042.v5TAgqWl049244>