From owner-svn-ports-branches@freebsd.org Sat Apr 2 16:18:09 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E3FAAEB963; Sat, 2 Apr 2016 16:18:09 +0000 (UTC) (envelope-from antoine@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 mx1.freebsd.org (Postfix) with ESMTPS id E2D78186F; Sat, 2 Apr 2016 16:18:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32GI8Ap048752; Sat, 2 Apr 2016 16:18:08 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32GI8ae048751; Sat, 2 Apr 2016 16:18:08 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201604021618.u32GI8ae048751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 2 Apr 2016 16:18:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r412415 - branches/2016Q2/misc/teslams X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 16:18:09 -0000 Author: antoine Date: Sat Apr 2 16:18:07 2016 New Revision: 412415 URL: https://svnweb.freebsd.org/changeset/ports/412415 Log: MFH: r412414 Mark BROKEN: tries to download from registry.npmjs.org during stage phase npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "/wrkdirs/usr/ports/misc/teslams/work/teslams-6f6dfa2" npm ERR! node v5.9.1 npm ERR! npm v2.14.7 npm ERR! code EAI_FAIL npm ERR! errno EAI_FAIL npm ERR! syscall getaddrinfo npm ERR! network getaddrinfo EAI_FAIL registry.npmjs.org:443 Reported by: pkg-fallout Modified: branches/2016Q2/misc/teslams/Makefile Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/misc/teslams/Makefile ============================================================================== --- branches/2016Q2/misc/teslams/Makefile Sat Apr 2 16:16:43 2016 (r412414) +++ branches/2016Q2/misc/teslams/Makefile Sat Apr 2 16:18:07 2016 (r412415) @@ -13,6 +13,8 @@ COMMENT= Node.js implementation of Tesla LICENSE= BSD2CLAUSE BSD3CLAUSE APACHE20 MIT ISCL LICENSE_COMB= multi +BROKEN= tries to download from registry.npmjs.org during stage phase + BUILD_DEPENDS= npm>=0:www/npm RUN_DEPENDS= npm>=0:www/npm