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

Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	node
3
PORTNAME=	node
4
PORTVERSION=	12.20.0
4
PORTVERSION=	12.20.1
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
7
MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
Lines 17-22 BROKEN_SSL= libressl libressl-devel Link Here
17
BROKEN_SSL_REASON=	Node.js 12.x LTS requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled
17
BROKEN_SSL_REASON=	Node.js 12.x LTS requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled
18
ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
18
ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
19
19
20
USES=		compiler:c++11-lib gmake python:2.7,build pkgconfig \
21
		localbase shebangfix
22
20
OPTIONS_DEFINE=		BUNDLED_SSL DOCS NLS DTRACE
23
OPTIONS_DEFINE=		BUNDLED_SSL DOCS NLS DTRACE
21
OPTIONS_DEFAULT=	DTRACE
24
OPTIONS_DEFAULT=	DTRACE
22
OPTIONS_DEFAULT_FreeBSD_11=	BUNDLED_SSL
25
OPTIONS_DEFAULT_FreeBSD_11=	BUNDLED_SSL
Lines 45-53 NLS_LIB_DEPENDS= libicui18n.so:devel/icu Link Here
45
48
46
DTRACE_CONFIGURE_ON=	--with-dtrace
49
DTRACE_CONFIGURE_ON=	--with-dtrace
47
50
48
USES=		compiler:c++11-lib gmake python:2.7,build pkgconfig \
49
		localbase shebangfix
50
51
HAS_CONFIGURE=	yes
51
HAS_CONFIGURE=	yes
52
52
53
CONFLICTS_INSTALL=	node10-[0-9]* node14-[0-9]* node-[0-9]*
53
CONFLICTS_INSTALL=	node10-[0-9]* node14-[0-9]* node-[0-9]*
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1606257052
1
TIMESTAMP = 1610649241
2
SHA256 (node-v12.20.0.tar.gz) = b91065ebe60981faa0e1f0a37d1788154141c710bb0521635a900895a7ce8dd8
2
SHA256 (node-v12.20.1.tar.gz) = 5318a5db1484050430371b77dece281a5b078a14e6962e105aa5790bdb3c3bed
3
SIZE (node-v12.20.0.tar.gz) = 53497742
3
SIZE (node-v12.20.1.tar.gz) = 53249523

Return to bug 252681