Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jun 2016 21:32:27 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416938 - head/www/node
Message-ID:  <201606152132.u5FLWRfG023483@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606152132.u5FLWRfG023483>