aboutsummaryrefslogtreecommitdiff
path: root/security/tor-devel
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2017-05-19 17:40:15 +0000
committerKurt Jaeger <pi@FreeBSD.org>2017-05-19 17:40:15 +0000
commitf24cc41fc8e67c4e903a715372ec0c2db3512804 (patch)
tree72e5786ad7ef3cf143d069ba2b8056b108c0b544 /security/tor-devel
parent91363d31d1aaaa9b494d8627832d49a321340dbd (diff)
downloadports-f24cc41fc8e67c4e903a715372ec0c2db3512804.tar.gz
ports-f24cc41fc8e67c4e903a715372ec0c2db3512804.zip
Notes
Diffstat (limited to 'security/tor-devel')
-rw-r--r--security/tor-devel/Makefile17
-rw-r--r--security/tor-devel/distinfo6
-rw-r--r--security/tor-devel/pkg-descr2
3 files changed, 12 insertions, 13 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
index 0a77a520f1ec..693467d9c702 100644
--- a/security/tor-devel/Makefile
+++ b/security/tor-devel/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= tor
-PORTVERSION= 0.3.0.6
-PORTREVISION= 1
+PORTVERSION= 0.3.0.7
CATEGORIES= security net ipv6
MASTER_SITES= TOR
PKGNAMESUFFIX= -devel
@@ -20,8 +19,6 @@ BROKEN_sparc64= does not build: error: Need a uint128_t implementation!
USES= cpe gmake
CPE_VENDOR= torproject
-#CPE_VERSION= ${DISTVERSION:C/-.*//}
-#CPE_UPDATE= ${DISTVERSION:C/.*-//}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-openssl-dir="${OPENSSLBASE}"
CONFIGURE_ENV= TOR_CPPFLAGS_libevent="-I${LOCALBASE}/include" \
@@ -29,14 +26,13 @@ CONFIGURE_ENV= TOR_CPPFLAGS_libevent="-I${LOCALBASE}/include" \
TOR_LIBEVENT_LIBS="${TOR_LIBEVENT_LIBS}"
OPTIONS_DEFINE= MANPAGES DOCS STATIC_TOR TCMALLOC TOR2WEB
+OPTIONS_DEFAULT=MANPAGES
OPTIONS_SUB= yes
STATIC_TOR_DESC= Build a static tor
TCMALLOC_DESC= Use the tcmalloc memory allocation library
TOR2WEB_DESC= (EXPERT OPTION) Faster but non-anonymous hidden services
-OPTIONS_DEFAULT= MANPAGES
-
USE_RC_SUBR= tor
SUB_FILES= pkg-message
SUB_LIST= USER="${USERS}" GROUP="${GROUPS}"
@@ -50,11 +46,14 @@ CONFLICTS= tor-[0-9]*
STATIC_TOR_USES= ssl:build
STATIC_TOR_USES_OFF= ssl
-DOCS_BUILD_DEPENDS= asciidoc:textproc/asciidoc
-DOCS_CONFIGURE_OFF= --disable-asciidoc
-
.include <bsd.port.options.mk>
+.if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MMANPAGES}
+BUILD_DEPENDS+= asciidoc:textproc/asciidoc
+.else
+CONFIGURE_ARGS+= --disable-asciidoc
+.endif
+
.if !defined(USE_GCC) && empty(CC:T:M*gcc4*) && \
empty(PORT_OPTIONS:MSTATIC_TOR) && empty(ARCH:Mia64)
CONFIGURE_ARGS+= --enable-gcc-hardening
diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo
index b0cf1071af08..a67fe9984b1a 100644
--- a/security/tor-devel/distinfo
+++ b/security/tor-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493394076
-SHA256 (tor-0.3.0.6.tar.gz) = a3e512e93cb555601fd207d914d7c5fe981d66d6ebb5821ecdf5dea738c2fb14
-SIZE (tor-0.3.0.6.tar.gz) = 5779422
+TIMESTAMP = 1495174791
+SHA256 (tor-0.3.0.7.tar.gz) = 9640c4448ef3cad7237c68ed6984e705db8fb2b9d6bb74c8815d01bb06527d02
+SIZE (tor-0.3.0.7.tar.gz) = 5793734
diff --git a/security/tor-devel/pkg-descr b/security/tor-devel/pkg-descr
index 8ce1c152709b..3fd32f464e38 100644
--- a/security/tor-devel/pkg-descr
+++ b/security/tor-devel/pkg-descr
@@ -13,4 +13,4 @@ anonymity, safety, and privacy features.
Remember that this is development code -- DON'T RELY ON THE CURRENT TOR
NETWORK FOR ANONYMITY!
-WWW: http://torproject.org/
+WWW: https://www.torproject.org/