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

Collapse All | Expand All

(-)tor-devel/Makefile (-1 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	tor
4
PORTNAME=	tor
5
DISTVERSION=	0.2.6.7
5
DISTVERSION=	0.2.7.2-alpha
6
CATEGORIES=	security net ipv6
6
CATEGORIES=	security net ipv6
7
MASTER_SITES=	TOR
7
MASTER_SITES=	TOR
8
PKGNAMESUFFIX=	-devel
8
PKGNAMESUFFIX=	-devel
Lines 47-52 Link Here
47
47
48
.include <bsd.port.options.mk>
48
.include <bsd.port.options.mk>
49
49
50
.if ${OSVERSION} < 1000000
51
WITH_OPENSSL_PORT=	yes
52
.endif
53
50
.if ( (${OSVERSION} < 900000) || \
54
.if ( (${OSVERSION} < 900000) || \
51
(${OSVERSION} >= 900003) ) && !defined(USE_GCC) && empty(CC:T:M*gcc4*) && \
55
(${OSVERSION} >= 900003) ) && !defined(USE_GCC) && empty(CC:T:M*gcc4*) && \
52
empty(PORT_OPTIONS:MSTATIC_TOR) && empty(ARCH:Mia64)
56
empty(PORT_OPTIONS:MSTATIC_TOR) && empty(ARCH:Mia64)
(-)tor-devel/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (tor-0.2.6.7.tar.gz) = 8c2be88a542ed1b22a8d3d595ec0acd0e28191de273dbcaefc64fdce92b89e6c
1
SHA256 (tor-0.2.7.2-alpha.tar.gz) = 006de44b01e15916b1f648df92723c2a7d58e6a2cd05484d70d0af2f566b330c
2
SIZE (tor-0.2.6.7.tar.gz) = 3595669
2
SIZE (tor-0.2.7.2-alpha.tar.gz) = 4759260

Return to bug 202005