Sat Jun 12 10:01:29 2021 UTC ()
tor: grab maintainership


(wiz)
diff -r1.167 -r1.168 pkgsrc/net/tor/Makefile

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

--- pkgsrc/net/tor/Makefile 2021/05/24 19:53:38 1.167
+++ pkgsrc/net/tor/Makefile 2021/06/12 10:01:29 1.168
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.167 2021/05/24 19:53:38 wiz Exp $ 1# $NetBSD: Makefile,v 1.168 2021/06/12 10:01:29 wiz Exp $
2 2
3DISTNAME= tor-0.4.5.8 3DISTNAME= tor-0.4.5.8
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= net security 5CATEGORIES= net security
6MASTER_SITES= https://dist.torproject.org/ 6MASTER_SITES= https://dist.torproject.org/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= wiz@NetBSD.org
9HOMEPAGE= https://www.torproject.org/ 9HOMEPAGE= https://www.torproject.org/
10COMMENT= Anonymizing overlay network for TCP 10COMMENT= Anonymizing overlay network for TCP
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13USE_LANGUAGES= c99 13USE_LANGUAGES= c99
14USE_PKGLOCALEDIR= yes 14USE_PKGLOCALEDIR= yes
15USE_TOOLS+= perl:test pkg-config 15USE_TOOLS+= perl:test pkg-config
16# There are multiple reports of failure to build with BSD make, due to 16# There are multiple reports of failure to build with BSD make, due to
17# an apparent lack of firing the rule to create micro-revision.i. 17# an apparent lack of firing the rule to create micro-revision.i.
18# Work around this by using gmake, which is tiny compared to the 18# Work around this by using gmake, which is tiny compared to the
19# existing perl dependency, and unlikely to be needed on any given 19# existing perl dependency, and unlikely to be needed on any given
20# system just for tor. 20# system just for tor.
21USE_TOOLS+= gmake bash:test 21USE_TOOLS+= gmake bash:test