svn commit: r416938 - head/www/node

Alan Somers asomers at FreeBSD.org
Wed Jun 15 21:32:28 UTC 2016


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
 


More information about the svn-ports-head mailing list