View | Details | Raw Unified | Return to bug 184621
Collapse All | Expand All

(-)./Makefile (-1 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/www/node-devel/Makefile 334296 2013-11-19 10:12:06Z sunpoet $
1
# $FreeBSD: head/www/node-devel/Makefile 334296 2013-11-19 10:12:06Z sunpoet $
2
2
3
PORTNAME=	node
3
PORTNAME=	node
4
PORTVERSION=	0.11.8
4
PORTVERSION=	0.11.9
5
CATEGORIES=	www
5
CATEGORIES=	www
6
MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
6
MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
7
PKGNAMESUFFIX=	-devel
7
PKGNAMESUFFIX=	-devel
Lines 38-43 Link Here
38
.endif
38
.endif
39
39
40
post-patch:
40
post-patch:
41
	@${REINPLACE_CMD} -e '1 s|${SETENV} python|&2|' ${WRKSRC}/configure
41
	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
42
	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
42
		${WRKSRC}/deps/v8/tools/gyp/v8.gyp
43
		${WRKSRC}/deps/v8/tools/gyp/v8.gyp
43
44
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (node-v0.11.8.tar.gz) = 87c809dea764d5d66f925626fba403fb2fb0c0ccfad408bf79fdb62dc246d65b
1
SHA256 (node-v0.11.9.tar.gz) = cfcab9735a7e04a67671a96a8b0b7e71954c60c586ced5e3fe37d5c1a235b444
2
SIZE (node-v0.11.8.tar.gz) = 14937740
2
SIZE (node-v0.11.9.tar.gz) = 15258471

Return to bug 184621