Date: Sun, 7 May 2017 21:27:33 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440384 - head/security/tor Message-ID: <201705072127.v47LRXqi053163@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 7 21:27:33 2017 New Revision: 440384 URL: https://svnweb.freebsd.org/changeset/ports/440384 Log: Update to 0.3.0.6 - Add DOCS and MANPAGES options - Remove TRANSPARENT option - While I'm here, update WWW Changes: https://blog.torproject.org/category/tags/release https://gitweb.torproject.org/tor.git/tree/ChangeLog PR: 219104 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) Modified: head/security/tor/Makefile head/security/tor/distinfo head/security/tor/pkg-descr head/security/tor/pkg-plist Modified: head/security/tor/Makefile ============================================================================== --- head/security/tor/Makefile Sun May 7 21:27:28 2017 (r440383) +++ head/security/tor/Makefile Sun May 7 21:27:33 2017 (r440384) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tor -PORTVERSION= 0.2.9.10 +PORTVERSION= 0.3.0.6 CATEGORIES= security net ipv6 MASTER_SITES= TOR @@ -19,19 +19,19 @@ BROKEN_sparc64= Does not build: error: N USES= cpe gmake CPE_VENDOR= torproject GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-openssl-dir="${OPENSSLBASE}" --disable-asciidoc +CONFIGURE_ARGS= --with-openssl-dir="${OPENSSLBASE}" CONFIGURE_ENV= TOR_CPPFLAGS_libevent="-I${LOCALBASE}/include" \ TOR_LDFLAGS_libevent="-L${LOCALBASE}/lib/" \ TOR_LIBEVENT_LIBS="${TOR_LIBEVENT_LIBS}" -OPTIONS_DEFINE= STATIC_TOR TCMALLOC TOR2WEB TRANSPARENT +OPTIONS_DEFINE= MANPAGES DOCS STATIC_TOR TCMALLOC TOR2WEB +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 -TRANSPARENT_DESC= Transparent proxy support -OPTIONS_DEFAULT= TRANSPARENT +OPTIONS_DEFAULT= MANPAGES USE_RC_SUBR= tor SUB_FILES= pkg-message @@ -46,6 +46,9 @@ CONFLICTS= tor-devel-[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 !defined(USE_GCC) && empty(CC:T:M*gcc4*) && \ @@ -79,12 +82,6 @@ LIB_DEPENDS+= libtcmalloc.so:devel/goog CONFIGURE_ARGS+= --enable-tor2web-mode .endif -.if ${PORT_OPTIONS:MTRANSPARENT} -CONFIGURE_ARGS+= --enable-transparent -.else -CONFIGURE_ARGS+= --disable-transparent -.endif - pre-everything:: .if ${PORT_OPTIONS:MTOR2WEB} @${ECHO_MSG} @@ -111,10 +108,6 @@ post-patch-STATIC_TOR-on: @${REINPLACE_CMD} -e "s@-ltcmalloc@${LOCALBASE}/lib/libtcmalloc.a@" \ ${WRKSRC}/configure -post-configure: - @${REINPLACE_CMD} -e '\|^nodist_man1_MANS =|s|$$|$$(install_mans:=.1)|' \ - ${WRKSRC}/Makefile - post-install: @${MKDIR} ${STAGEDIR}/var/log/tor ${STAGEDIR}/var/run/tor ${STAGEDIR}/var/db/tor Modified: head/security/tor/distinfo ============================================================================== --- head/security/tor/distinfo Sun May 7 21:27:28 2017 (r440383) +++ head/security/tor/distinfo Sun May 7 21:27:33 2017 (r440384) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489657341 -SHA256 (tor-0.2.9.10.tar.gz) = d611283e1fb284b5f884f8c07e7d3151016851848304f56cfdf3be2a88bd1341 -SIZE (tor-0.2.9.10.tar.gz) = 5557586 +TIMESTAMP = 1494099685 +SHA256 (tor-0.3.0.6.tar.gz) = a3e512e93cb555601fd207d914d7c5fe981d66d6ebb5821ecdf5dea738c2fb14 +SIZE (tor-0.3.0.6.tar.gz) = 5779422 Modified: head/security/tor/pkg-descr ============================================================================== --- head/security/tor/pkg-descr Sun May 7 21:27:28 2017 (r440383) +++ head/security/tor/pkg-descr Sun May 7 21:27:33 2017 (r440384) @@ -10,4 +10,4 @@ messaging, IRC, SSH, and more. Tor also software developers can build new applications with built-in anonymity, safety, and privacy features. -WWW: http://torproject.org/ +WWW: https://www.torproject.org/ Modified: head/security/tor/pkg-plist ============================================================================== --- head/security/tor/pkg-plist Sun May 7 21:27:28 2017 (r440383) +++ head/security/tor/pkg-plist Sun May 7 21:27:33 2017 (r440384) @@ -3,10 +3,14 @@ bin/tor-gencert bin/tor-resolve bin/torify @sample etc/tor/torrc.sample -man/man1/tor-gencert.1.gz -man/man1/tor-resolve.1.gz -man/man1/tor.1.gz -man/man1/torify.1.gz +%%MANPAGES%%man/man1/tor-gencert.1.gz +%%MANPAGES%%man/man1/tor-resolve.1.gz +%%MANPAGES%%man/man1/tor.1.gz +%%MANPAGES%%man/man1/torify.1.gz +%%PORTDOCS%%%%DOCSDIR%%/tor-gencert.html +%%PORTDOCS%%%%DOCSDIR%%/tor-resolve.html +%%PORTDOCS%%%%DOCSDIR%%/tor.html +%%PORTDOCS%%%%DOCSDIR%%/torify.html %%DATADIR%%/geoip %%DATADIR%%/geoip6 @dir(%%USER%%,%%GROUP%%,700) /var/run/tor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705072127.v47LRXqi053163>