diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-02-01 22:42:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-02-01 22:42:00 +0800 |
commit | e17513aca643b06b773f3571310b05c3057b8448 (patch) | |
tree | a92f2d679906bea075bbdc66009d2a73869aa5d7 | |
parent | 454c9c0be10f1c29bca3c7a7da3d210aac59abcc (diff) | |
download | freebsd-ports-gnome-e17513aca643b06b773f3571310b05c3057b8448.tar.gz freebsd-ports-gnome-e17513aca643b06b773f3571310b05c3057b8448.tar.zst freebsd-ports-gnome-e17513aca643b06b773f3571310b05c3057b8448.zip |
- Update to 0.3.0.2-alpha
- Manpages now require asciidoc and are optional
PR: 216418
Submitted by: neel@neelc.org
Approved by: yuri@rawbw.com (maintainer)
-rw-r--r-- | security/tor-devel/Makefile | 12 | ||||
-rw-r--r-- | security/tor-devel/distinfo | 6 | ||||
-rw-r--r-- | security/tor-devel/pkg-plist | 12 |
3 files changed, 19 insertions, 11 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index d1619003bad7..f67efc0ceda9 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.3.0.1-alpha +DISTVERSION= 0.3.0.2-alpha CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel @@ -22,19 +22,20 @@ CPE_VENDOR= torproject #CPE_VERSION= ${DISTVERSION:C/-.*//} #CPE_UPDATE= ${DISTVERSION:C/.*-//} 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 STATIC_TOR TCMALLOC TOR2WEB TRANSPARENT +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 TRANSPARENT USE_RC_SUBR= tor SUB_FILES= pkg-message @@ -47,6 +48,9 @@ CONFLICTS= tor-[0-9]* STATIC_TOR_USES= ssl:build STATIC_TOR_USES_OFF= ssl +MANPAGES_BUILD_DEPENDS= asciidoc:textproc/asciidoc +MANPAGES_CONFIGURE_OFF= --disable-asciidoc + .include <bsd.port.options.mk> .if !defined(USE_GCC) && empty(CC:T:M*gcc4*) && \ diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo index 755495dab422..8504e9c5e695 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1482222281 -SHA256 (tor-0.3.0.1-alpha.tar.gz) = 7013353f0cbd2af8c0144f6167339f6eb252eb35ca9a2db2971310171108b064 -SIZE (tor-0.3.0.1-alpha.tar.gz) = 5704559 +TIMESTAMP = 1485182220 +SHA256 (tor-0.3.0.2-alpha.tar.gz) = 736f135ab2b6473ccbeb454a845451555a99d72b4c6015e77c7689392bfec17c +SIZE (tor-0.3.0.2-alpha.tar.gz) = 5733704 diff --git a/security/tor-devel/pkg-plist b/security/tor-devel/pkg-plist index 157ef514dd66..a9337b62bee0 100644 --- a/security/tor-devel/pkg-plist +++ b/security/tor-devel/pkg-plist @@ -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 +%%MANPAGES%%%%PORTDOCS%%%%DOCSDIR%%/tor-gencert.html +%%MANPAGES%%%%PORTDOCS%%%%DOCSDIR%%/tor-resolve.html +%%MANPAGES%%%%PORTDOCS%%%%DOCSDIR%%/tor.html +%%MANPAGES%%%%PORTDOCS%%%%DOCSDIR%%/torify.html %%DATADIR%%/geoip %%DATADIR%%/geoip6 @dir(_tor,_tor,750) /var/run/tor |