From owner-svn-ports-all@freebsd.org Wed Nov 25 07:56:31 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 34D7047A088; Wed, 25 Nov 2020 07:56:31 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CgtWM144vz4jGb; Wed, 25 Nov 2020 07:56:31 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 132C35DB1; Wed, 25 Nov 2020 07:56:31 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AP7uU7u054654; Wed, 25 Nov 2020 07:56:30 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AP7uUut054652; Wed, 25 Nov 2020 07:56:30 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <202011250756.0AP7uUut054652@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Wed, 25 Nov 2020 07:56:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556277 - head/www/node12 X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/www/node12 X-SVN-Commit-Revision: 556277 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2020 07:56:31 -0000 Author: bhughes Date: Wed Nov 25 07:56:30 2020 New Revision: 556277 URL: https://svnweb.freebsd.org/changeset/ports/556277 Log: www/node12: Update 12.19.1 -> 12.20.0 https://nodejs.org/en/blog/release/v12.20.0/ Sponsored by: Miles AS Modified: head/www/node12/Makefile head/www/node12/distinfo Modified: head/www/node12/Makefile ============================================================================== --- head/www/node12/Makefile Wed Nov 25 07:47:23 2020 (r556276) +++ head/www/node12/Makefile Wed Nov 25 07:56:30 2020 (r556277) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 12.19.1 +PORTVERSION= 12.20.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -67,8 +67,8 @@ MAKE_ENV+= CC.host=${CC} CFLAGS.host="${CFLAGS}" \ CXX.host=${CXX} CXXFLAGS.host="${CXXFLAGS}" \ LINK.host=${CXX} LDFLAGS.host="${LDFLAGS}" -BUILD_DEPENDS+= c-ares>=1.16.0:dns/c-ares \ - libuv>=1.39.0:devel/libuv \ +BUILD_DEPENDS+= c-ares>=1.16.1:dns/c-ares \ + libuv>=1.40.0:devel/libuv \ libnghttp2>=1.41.0:www/libnghttp2 \ objdump:devel/binutils LIB_DEPENDS+= libcares.so:dns/c-ares\ Modified: head/www/node12/distinfo ============================================================================== --- head/www/node12/distinfo Wed Nov 25 07:47:23 2020 (r556276) +++ head/www/node12/distinfo Wed Nov 25 07:56:30 2020 (r556277) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605559861 -SHA256 (node-v12.19.1.tar.gz) = 83c36a4b8e9fd0111af8338657395c2fc05b2c34ecfc2618f6347fc284949889 -SIZE (node-v12.19.1.tar.gz) = 53407293 +TIMESTAMP = 1606257052 +SHA256 (node-v12.20.0.tar.gz) = b91065ebe60981faa0e1f0a37d1788154141c710bb0521635a900895a7ce8dd8 +SIZE (node-v12.20.0.tar.gz) = 53497742