View | Details | Raw Unified | Return to bug 252681 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	node
3
PORTNAME=	node
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	15.5.0
5
DISTVERSION=	15.5.1
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	http://nodejs.org/dist/v${DISTVERSION}/
7
MASTER_SITES=	http://nodejs.org/dist/v${DISTVERSION}/
8
8
Lines 16-21 BROKEN_SSL= libressl libressl-devel Link Here
16
BROKEN_SSL_REASON=	Node.js 15.x requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled
16
BROKEN_SSL_REASON=	Node.js 15.x requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled
17
ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
17
ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
18
18
19
USES=		compiler:c++11-lib gmake python:build pkgconfig \
20
		localbase shebangfix
21
19
OPTIONS_DEFINE=		BUNDLED_SSL DOCS NLS DTRACE
22
OPTIONS_DEFINE=		BUNDLED_SSL DOCS NLS DTRACE
20
OPTIONS_DEFAULT=	DTRACE
23
OPTIONS_DEFAULT=	DTRACE
21
OPTIONS_DEFAULT_FreeBSD_11=	BUNDLED_SSL
24
OPTIONS_DEFAULT_FreeBSD_11=	BUNDLED_SSL
Lines 44-52 NLS_LIB_DEPENDS= libicui18n.so:devel/icu Link Here
44
47
45
DTRACE_CONFIGURE_ON=	--with-dtrace
48
DTRACE_CONFIGURE_ON=	--with-dtrace
46
49
47
USES=		compiler:c++11-lib gmake python:build pkgconfig \
48
		localbase shebangfix
49
50
HAS_CONFIGURE=	yes
50
HAS_CONFIGURE=	yes
51
51
52
CONFLICTS_INSTALL=	node10-[0-9]* node12-[0-9]* node14-[0-9]*
52
CONFLICTS_INSTALL=	node10-[0-9]* node12-[0-9]* node14-[0-9]*
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1609709336
1
TIMESTAMP = 1610648272
2
SHA256 (node-v15.5.0.tar.gz) = a4f10a2e67dc99ed64c297be988fbe37f8a62f8fb8ff880f121f8be4e30df3d1
2
SHA256 (node-v15.5.1.tar.gz) = 9730d3099c051bd8733b3e6d62c54ba9b2d82ec40e6c65ee966ba3f346ff4157
3
SIZE (node-v15.5.0.tar.gz) = 62299813
3
SIZE (node-v15.5.1.tar.gz) = 62304300

Return to bug 252681