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

(-)b/devel/node-thrift/pkg-plist (-1 / +8 lines)
Lines 26-31 lib/node_modules/thrift/lib/thrift/compact_protocol.js Link Here
26
lib/node_modules/thrift/lib/thrift/connection.js
26
lib/node_modules/thrift/lib/thrift/connection.js
27
lib/node_modules/thrift/lib/thrift/create_client.js
27
lib/node_modules/thrift/lib/thrift/create_client.js
28
lib/node_modules/thrift/lib/thrift/framed_transport.js
28
lib/node_modules/thrift/lib/thrift/framed_transport.js
29
lib/node_modules/thrift/lib/thrift/header_protocol.js
30
lib/node_modules/thrift/lib/thrift/header_transport.js
29
lib/node_modules/thrift/lib/thrift/http_connection.js
31
lib/node_modules/thrift/lib/thrift/http_connection.js
30
lib/node_modules/thrift/lib/thrift/index.js
32
lib/node_modules/thrift/lib/thrift/index.js
31
lib/node_modules/thrift/lib/thrift/input_buffer_underrun_error.js
33
lib/node_modules/thrift/lib/thrift/input_buffer_underrun_error.js
Lines 44-59 lib/node_modules/thrift/lib/thrift/ws_connection.js Link Here
44
lib/node_modules/thrift/lib/thrift/ws_transport.js
46
lib/node_modules/thrift/lib/thrift/ws_transport.js
45
lib/node_modules/thrift/lib/thrift/xhr_connection.js
47
lib/node_modules/thrift/lib/thrift/xhr_connection.js
46
lib/node_modules/thrift/test/binary.test.js
48
lib/node_modules/thrift/test/binary.test.js
47
lib/node_modules/thrift/test/browser_client.js
48
lib/node_modules/thrift/test/certificates.README
49
lib/node_modules/thrift/test/certificates.README
49
lib/node_modules/thrift/test/client.js
50
lib/node_modules/thrift/test/client.js
50
lib/node_modules/thrift/test/deep-constructor.test.js
51
lib/node_modules/thrift/test/deep-constructor.test.js
52
lib/node_modules/thrift/test/episodic-code-generation-test/client.js
53
lib/node_modules/thrift/test/episodic-code-generation-test/episodic_compilation.package.json
54
lib/node_modules/thrift/test/episodic-code-generation-test/server.js
51
lib/node_modules/thrift/test/exceptions.js
55
lib/node_modules/thrift/test/exceptions.js
56
lib/node_modules/thrift/test/header.test.js
52
lib/node_modules/thrift/test/helpers.js
57
lib/node_modules/thrift/test/helpers.js
58
lib/node_modules/thrift/test/int64.test.js
53
lib/node_modules/thrift/test/server.crt
59
lib/node_modules/thrift/test/server.crt
54
lib/node_modules/thrift/test/server.js
60
lib/node_modules/thrift/test/server.js
55
lib/node_modules/thrift/test/server.key
61
lib/node_modules/thrift/test/server.key
56
lib/node_modules/thrift/test/test-cases.js
62
lib/node_modules/thrift/test/test-cases.js
63
lib/node_modules/thrift/test/test_header_payload
57
lib/node_modules/thrift/test/testAll.sh
64
lib/node_modules/thrift/test/testAll.sh
58
lib/node_modules/thrift/test/test_driver.js
65
lib/node_modules/thrift/test/test_driver.js
59
lib/node_modules/thrift/test/test_handler.js
66
lib/node_modules/thrift/test/test_handler.js
(-)b/devel/rubygem-thrift/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/devel/rubygem-thrift/Makefile 414136 2016-04-27 21:57:31Z swills $
2
# $FreeBSD: head/devel/rubygem-thrift/Makefile 414136 2016-04-27 21:57:31Z swills $
3
3
4
PORTNAME=	thrift
4
PORTNAME=	thrift
5
PORTVERSION=	${THRIFT_PORTVERSION}.0 # to keep in sync with ../thrift
5
PORTVERSION=	${THRIFT_PORTVERSION} # to keep in sync with ../thrift
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	devel rubygems
7
CATEGORIES=	devel rubygems
8
MASTER_SITES=	RG
8
MASTER_SITES=	RG
(-)b/devel/rubygem-thrift/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1518214128
1
TIMESTAMP = 1613998762
2
SHA256 (rubygem/thrift-0.11.0.0.gem) = 9b6a5489b79f6843abc4f3d9acd4ece6b50ea254fbb5eb0c9c569ecee701e10a
2
SHA256 (rubygem/thrift-0.13.0.gem) = 580431d8154c5203c0c1b14139a68dd4d94232edb49d36b30fe581de2a330720
3
SIZE (rubygem/thrift-0.11.0.0.gem) = 85504
3
SIZE (rubygem/thrift-0.13.0.gem) = 75264
(-)b/devel/thrift-cpp/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	thrift
4
PORTNAME=	thrift
5
PORTVERSION=	${THRIFT_PORTVERSION} # to keep in sync with thrift
5
PORTVERSION=	${THRIFT_PORTVERSION} # to keep in sync with thrift
6
PORTREVISION=	12
6
PORTREVISION=	0
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	devel
8
CATEGORIES=	devel
9
MASTER_SITES=	APACHE/thrift/${PORTVERSION}
9
MASTER_SITES=	APACHE/thrift/${PORTVERSION}
(-)b/devel/thrift/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	thrift
4
PORTNAME=	thrift
5
PORTVERSION=	${THRIFT_PORTVERSION}	# get these from bsd.thrift.mk. any upgrade needs to check ALL dependencies
5
PORTVERSION=	${THRIFT_PORTVERSION}	# get these from bsd.thrift.mk. any upgrade needs to check ALL dependencies
6
PORTREVISION=	2
6
PORTREVISION=	0
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	devel
8
CATEGORIES=	devel
9
MASTER_SITES=	APACHE/thrift/${PORTVERSION}
9
MASTER_SITES=	APACHE/thrift/${PORTVERSION}
(-)b/devel/thrift/bsd.thrift.mk (-1 / +1 lines)
Lines 5-11 Link Here
5
# in your makefile, set:
5
# in your makefile, set:
6
# PORTVERSION=	${THRIFT_PORTVERSION}
6
# PORTVERSION=	${THRIFT_PORTVERSION}
7
# see $PORTSDIR/devel/thrift for examples 
7
# see $PORTSDIR/devel/thrift for examples 
8
THRIFT_PORTVERSION=	0.11.0
8
THRIFT_PORTVERSION=	0.13.0
9
9
10
CONFIGURE_ARGS+=	\
10
CONFIGURE_ARGS+=	\
11
		--without-tests
11
		--without-tests
(-)b/devel/thrift/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1518215832
1
TIMESTAMP = 1613998298
2
SHA256 (thrift-0.11.0.tar.gz) = c4ad38b6cb4a3498310d405a91fef37b9a8e79a50cd0968148ee2524d2fa60c2
2
SHA256 (thrift-0.13.0.tar.gz) = 7ad348b88033af46ce49148097afe354d513c1fca7c607b59c33ebb6064b5179
3
SIZE (thrift-0.11.0.tar.gz) = 3667154
3
SIZE (thrift-0.13.0.tar.gz) = 4154357

Return to bug 253804