pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/tor



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Feb 20 09:08:58 UTC 2021

Modified Files:
        pkgsrc/net/tor: Makefile options.mk

Log Message:
tor: switch to xz for liblzma

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 pkgsrc/net/tor/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/tor/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/tor/Makefile
diff -u pkgsrc/net/tor/Makefile:1.161 pkgsrc/net/tor/Makefile:1.162
--- pkgsrc/net/tor/Makefile:1.161       Wed Feb 17 22:53:52 2021
+++ pkgsrc/net/tor/Makefile     Sat Feb 20 09:08:58 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.161 2021/02/17 22:53:52 wiz Exp $
+# $NetBSD: Makefile,v 1.162 2021/02/20 09:08:58 wiz Exp $
 
 DISTNAME=      tor-0.4.5.6
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net security
 MASTER_SITES=  https://dist.torproject.org/
 

Index: pkgsrc/net/tor/options.mk
diff -u pkgsrc/net/tor/options.mk:1.17 pkgsrc/net/tor/options.mk:1.18
--- pkgsrc/net/tor/options.mk:1.17      Wed Feb 17 22:53:52 2021
+++ pkgsrc/net/tor/options.mk   Sat Feb 20 09:08:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.17 2021/02/17 22:53:52 wiz Exp $
+# $NetBSD: options.mk,v 1.18 2021/02/20 09:08:58 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.tor
 PKG_SUPPORTED_OPTIONS= doc lzma nss zstd # rust
@@ -54,7 +54,7 @@ CONFIGURE_ARGS+=      --disable-rust
 
 .if !empty(PKG_OPTIONS:Mlzma)
 CONFIGURE_ARGS+=       --enable-lzma
-.include "../../archivers/lzmalib/buildlink3.mk"
+.include "../../archivers/xz/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-lzma
 .endif



Home | Main Index | Thread Index | Old Index