svn commit: r434124 - head/www/node

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 14 16:16:10 UTC 2017


Author: sunpoet
Date: Tue Feb 14 16:16:08 2017
New Revision: 434124
URL: https://svnweb.freebsd.org/changeset/ports/434124

Log:
  Use bundled CA store only when BUNDLED_SSL enabled
  
  - Bump PORTREVISION for dependency change
  
  PR:		217096
  Submitted by:	Bradley T. Hughes <bradleythughes at fastmail.fm> (maintainer)

Modified:
  head/www/node/Makefile

Modified: head/www/node/Makefile
==============================================================================
--- head/www/node/Makefile	Tue Feb 14 16:15:02 2017	(r434123)
+++ head/www/node/Makefile	Tue Feb 14 16:16:08 2017	(r434124)
@@ -3,7 +3,7 @@
 PORTNAME=	node
 PORTVERSION=	7.5.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
 
@@ -28,7 +28,8 @@ OPTIONS_EXCLUDE_FreeBSD_10=	DTRACE
 
 BUNDLED_SSL_DESC=		Use node.js's bundled OpenSSL implementation #'
 BUNDLED_SSL_USES_OFF=		ssl
-BUNDLED_SSL_CONFIGURE_OFF=	--shared-openssl
+BUNDLED_SSL_CONFIGURE_OFF=	--shared-openssl --openssl-use-def-ca-store
+BUNDLED_SSL_RUN_DEPENDS_OFF=	ca_root_nss>=0:security/ca_root_nss
 
 NLS_CONFIGURE_ON=	--with-intl=system-icu
 NLS_LIB_DEPENDS=	libicui18n.so:devel/icu


More information about the svn-ports-head mailing list