pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tor tor: enable lzma option by default



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23b6a9af831e
branches:  trunk
changeset: 447210:23b6a9af831e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 17 22:53:52 2021 +0000

description:
tor: enable lzma option by default

Recommended by an upstream developer.

Bump PKGREVISION.

diffstat:

 net/tor/Makefile   |  3 ++-
 net/tor/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 045aea985bbc -r 23b6a9af831e net/tor/Makefile
--- a/net/tor/Makefile  Wed Feb 17 21:45:29 2021 +0000
+++ b/net/tor/Makefile  Wed Feb 17 22:53:52 2021 +0000
@@ -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 -r 045aea985bbc -r 23b6a9af831e net/tor/options.mk
--- a/net/tor/options.mk        Wed Feb 17 21:45:29 2021 +0000
+++ b/net/tor/options.mk        Wed Feb 17 22:53:52 2021 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index