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

Collapse All | Expand All

(-)security/tor/Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	tor
4
PORTNAME=	tor
5
PORTVERSION=	0.2.9.10
5
PORTVERSION=	0.3.0.6
6
CATEGORIES=	security net ipv6
6
CATEGORIES=	security net ipv6
7
MASTER_SITES=	TOR
7
MASTER_SITES=	TOR
8
8
Lines 29-35 Link Here
29
STATIC_TOR_DESC=	Build a static tor
29
STATIC_TOR_DESC=	Build a static tor
30
TCMALLOC_DESC=		Use the tcmalloc memory allocation library
30
TCMALLOC_DESC=		Use the tcmalloc memory allocation library
31
TOR2WEB_DESC=		(EXPERT OPTION) Faster but non-anonymous hidden services
31
TOR2WEB_DESC=		(EXPERT OPTION) Faster but non-anonymous hidden services
32
TRANSPARENT_DESC=	Transparent proxy support
32
TRANSPARENT_DESC=	Transparent proxy support (broken, see bug\#22183)
33
33
34
OPTIONS_DEFAULT=	TRANSPARENT
34
OPTIONS_DEFAULT=	TRANSPARENT
35
35
Lines 112-118 Link Here
112
		${WRKSRC}/configure
112
		${WRKSRC}/configure
113
113
114
post-configure:
114
post-configure:
115
	@${REINPLACE_CMD} -e '\|^nodist_man1_MANS =|s|$$|$$(install_mans:=.1)|' \
115
	@${REINPLACE_CMD} -e '\|^nodist_man1_MANS =|s|$$|$$(all_mans:=.1)|' \
116
		${WRKSRC}/Makefile
116
		${WRKSRC}/Makefile
117
117
118
post-install:
118
post-install:
(-)security/tor/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1489657341
1
TIMESTAMP = 1494099685
2
SHA256 (tor-0.2.9.10.tar.gz) = d611283e1fb284b5f884f8c07e7d3151016851848304f56cfdf3be2a88bd1341
2
SHA256 (tor-0.3.0.6.tar.gz) = a3e512e93cb555601fd207d914d7c5fe981d66d6ebb5821ecdf5dea738c2fb14
3
SIZE (tor-0.2.9.10.tar.gz) = 5557586
3
SIZE (tor-0.3.0.6.tar.gz) = 5779422

Return to bug 219104