Wed Apr 20 09:15:08 2022 UTC ()
tor: reset maintainer


(wiz)
diff -r1.176 -r1.177 pkgsrc/net/tor/Makefile

cvs diff -r1.176 -r1.177 pkgsrc/net/tor/Makefile (expand / switch to unified diff)

--- pkgsrc/net/tor/Makefile 2022/02/15 09:14:12 1.176
+++ pkgsrc/net/tor/Makefile 2022/04/20 09:15:08 1.177
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.176 2022/02/15 09:14:12 wiz Exp $ 1# $NetBSD: Makefile,v 1.177 2022/04/20 09:15:08 wiz Exp $
2 2
3DISTNAME= tor-0.4.6.10 3DISTNAME= tor-0.4.6.10
4CATEGORIES= net security 4CATEGORIES= net security
5MASTER_SITES= https://dist.torproject.org/ 5MASTER_SITES= https://dist.torproject.org/
6 6
7MAINTAINER= wiz@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://www.torproject.org/ 8HOMEPAGE= https://www.torproject.org/
9COMMENT= Anonymizing overlay network for TCP 9COMMENT= Anonymizing overlay network for TCP
10LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
12USE_LANGUAGES= c99 12USE_LANGUAGES= c99
13USE_PKGLOCALEDIR= yes 13USE_PKGLOCALEDIR= yes
14USE_TOOLS+= perl:test pkg-config bash:test 14USE_TOOLS+= perl:test pkg-config bash:test
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16CONFIGURE_ARGS+= --localstatedir=${VARBASE} 16CONFIGURE_ARGS+= --localstatedir=${VARBASE}
17CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} 17CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
18CONFIGURE_ENV+= CPP=${CPP:Q} 18CONFIGURE_ENV+= CPP=${CPP:Q}
19CONFIGURE_ENV+= CONFDIR=${PKG_SYSCONFDIR} 19CONFIGURE_ENV+= CONFDIR=${PKG_SYSCONFDIR}
20 20