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

(-)./Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/www/node-devel/Makefile 347809 2014-03-10 20:55:20Z gerald $
1
# $FreeBSD: head/www/node-devel/Makefile 347809 2014-03-10 20:55:20Z gerald $
2
2
3
PORTNAME=	node
3
PORTNAME=	node
4
PORTVERSION=	0.11.13
4
PORTVERSION=	0.11.14
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
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (node-v0.11.13.tar.gz) = 15d6e90c16adf907c0401cd5a77841b5264e90dfdaa1051d75184aa587fc8298
1
SHA256 (node-v0.11.14.tar.gz) = ce08b0a2769bcc135ca25639c9d411a038e93e0f5f5a83000ecde9b763c4dd83
2
SIZE (node-v0.11.13.tar.gz) = 16578783
2
SIZE (node-v0.11.14.tar.gz) = 17255771
(-)./pkg-plist (+4 lines)
Lines 12-24 Link Here
12
include/node/node_version.h
12
include/node/node_version.h
13
include/node/openssl/opensslconf.h
13
include/node/openssl/opensslconf.h
14
include/node/pthread-fixes.h
14
include/node/pthread-fixes.h
15
include/node/smalloc.h
15
include/node/stdint-msvc2008.h
16
include/node/stdint-msvc2008.h
16
include/node/tree.h
17
include/node/tree.h
18
include/node/uv-aix.h
17
include/node/uv-bsd.h
19
include/node/uv-bsd.h
18
include/node/uv-darwin.h
20
include/node/uv-darwin.h
19
include/node/uv-errno.h
21
include/node/uv-errno.h
20
include/node/uv-linux.h
22
include/node/uv-linux.h
21
include/node/uv-sunos.h
23
include/node/uv-sunos.h
24
include/node/uv-threadpool.h
22
include/node/uv-unix.h
25
include/node/uv-unix.h
23
include/node/uv-version.h
26
include/node/uv-version.h
24
include/node/uv-win.h
27
include/node/uv-win.h
Lines 34-39 Link Here
34
lib/node_modules/.keepme
37
lib/node_modules/.keepme
35
man/man1/node.1.gz
38
man/man1/node.1.gz
36
share/systemtap/tapset/node.stp
39
share/systemtap/tapset/node.stp
40
%%LOCALBASE%%/libdata/ldconfig/node
37
@dirrmtry include/node/openssl
41
@dirrmtry include/node/openssl
38
@dirrmtry include/node
42
@dirrmtry include/node
39
@dirrmtry lib/node_modules
43
@dirrmtry lib/node_modules

Return to bug 194325