From owner-svn-ports-head@freebsd.org Wed Jun 15 21:32:28 2016 Return-Path: Delivered-To: svn-ports-head@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 2ADAAA31301; Wed, 15 Jun 2016 21:32:28 +0000 (UTC) (envelope-from asomers@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 F02F21948; Wed, 15 Jun 2016 21:32:27 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5FLWRdV023484; Wed, 15 Jun 2016 21:32:27 GMT (envelope-from asomers@FreeBSD.org) Received: (from asomers@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5FLWRfG023483; Wed, 15 Jun 2016 21:32:27 GMT (envelope-from asomers@FreeBSD.org) Message-Id: <201606152132.u5FLWRfG023483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: asomers set sender to asomers@FreeBSD.org using -f From: Alan Somers Date: Wed, 15 Jun 2016 21:32:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416938 - head/www/node X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2016 21:32:28 -0000 Author: asomers (src committer) Date: Wed Jun 15 21:32:26 2016 New Revision: 416938 URL: https://svnweb.freebsd.org/changeset/ports/416938 Log: Change python from a run to a build dep of www/node Change python from a run to a build dep of www/node. The current version of node doesn't install any Python files. PR: 210309 Reviewed by: Bradley T. Hughes (Maintainer) Approved by: pi (ports) Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D6699 Modified: head/www/node/Makefile Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Wed Jun 15 21:21:06 2016 (r416937) +++ head/www/node/Makefile Wed Jun 15 21:32:26 2016 (r416938) @@ -3,7 +3,7 @@ PORTNAME= node PORTVERSION= 6.2.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -19,7 +19,7 @@ OPTIONS_SUB= yes BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation BUNDLED_SSL_USE_OFF= OPENSSL=yes -USES= compiler execinfo gmake python:2 localbase +USES= compiler execinfo gmake python:2,build localbase HAS_CONFIGURE= yes USE_LDCONFIG= yes