summaryrefslogtreecommitdiff
path: root/net/tor
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-02-17 22:53:52 +0000
committerwiz <wiz@pkgsrc.org>2021-02-17 22:53:52 +0000
commit31e8c3c781bd0e5a5484a02771371716072c9829 (patch)
tree6d83e61709fbff3a9ba8f083778f193fec14b332 /net/tor
parente222431a81fe32401388768f62e0edd30c0a17ce (diff)
downloadpkgsrc-31e8c3c781bd0e5a5484a02771371716072c9829.tar.gz
tor: enable lzma option by default
Recommended by an upstream developer. Bump PKGREVISION.
Diffstat (limited to 'net/tor')
-rw-r--r--net/tor/Makefile3
-rw-r--r--net/tor/options.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile
index 4cdd3c3a38b..b68d6c536ec 100644
--- a/net/tor/Makefile
+++ b/net/tor/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.160 2021/02/15 19:01:31 wiz Exp $
+# $NetBSD: Makefile,v 1.161 2021/02/17 22:53:52 wiz Exp $
DISTNAME= tor-0.4.5.6
+PKGREVISION= 1
CATEGORIES= net security
MASTER_SITES= https://dist.torproject.org/
diff --git a/net/tor/options.mk b/net/tor/options.mk
index afc8fcadc0a..56d2dc1ce4d 100644
--- a/net/tor/options.mk
+++ b/net/tor/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.16 2021/02/15 19:01:31 wiz Exp $
+# $NetBSD: options.mk,v 1.17 2021/02/17 22:53:52 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.tor
PKG_SUPPORTED_OPTIONS= doc lzma nss zstd # rust
-PKG_SUGGESTED_OPTIONS+= doc zstd
+PKG_SUGGESTED_OPTIONS+= doc lzma zstd
.include "../../mk/bsd.options.mk"