Received: by mail.netbsd.org (Postfix, from userid 605) id AA45784DD9; Tue, 20 Aug 2019 21:39:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3205684DD5 for ; Tue, 20 Aug 2019 21:39:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id kdKXx2cBNLDD for ; Tue, 20 Aug 2019 21:39:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BE0EE84C6C for ; Tue, 20 Aug 2019 21:39:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B8420FBF4; Tue, 20 Aug 2019 21:39:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1566337156190070" MIME-Version: 1.0 Date: Tue, 20 Aug 2019 21:39:16 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/net/tor To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20190820213916.B8420FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1566337156190070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Tue Aug 20 21:39:16 UTC 2019 Modified Files: pkgsrc/net/tor: Makefile Log Message: net/tor: Reset MAINTAINER (After checking with previous $MAINTAINER.) To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 pkgsrc/net/tor/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1566337156190070 Content-Disposition: inline Content-Length: 637 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/tor/Makefile diff -u pkgsrc/net/tor/Makefile:1.142 pkgsrc/net/tor/Makefile:1.143 --- pkgsrc/net/tor/Makefile:1.142 Tue Aug 20 20:17:51 2019 +++ pkgsrc/net/tor/Makefile Tue Aug 20 21:39:16 2019 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.142 2019/08/20 20:17:51 wiz Exp $ +# $NetBSD: Makefile,v 1.143 2019/08/20 21:39:16 gdt Exp $ DISTNAME= tor-0.4.1.5 CATEGORIES= net security MASTER_SITES= https://dist.torproject.org/ -MAINTAINER= reezer@reezer.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.torproject.org/ COMMENT= Anonymizing overlay network for TCP LICENSE= modified-bsd --_----------=_1566337156190070--