Received: by mail.netbsd.org (Postfix, from userid 605) id 6515A850C3; Sun, 8 Jul 2018 11:18:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6687E84F42 for ; Sun, 8 Jul 2018 11:17:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4qnEIp41Qi3K for ; Sun, 8 Jul 2018 11:17:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9A1A384D68 for ; Sun, 8 Jul 2018 11:17:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8E2C9FBEC; Sun, 8 Jul 2018 11:17:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1531048678110720" MIME-Version: 1.0 Date: Sun, 8 Jul 2018 11:17:58 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/finance/bitcoin To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20180708111758.8E2C9FBEC@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. --_----------=_1531048678110720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: khorben Date: Sun Jul 8 11:17:58 UTC 2018 Modified Files: pkgsrc/finance/bitcoin: Makefile Log Message: Set myself as the maintainer To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/finance/bitcoin/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1531048678110720 Content-Disposition: inline Content-Length: 706 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/bitcoin/Makefile diff -u pkgsrc/finance/bitcoin/Makefile:1.1 pkgsrc/finance/bitcoin/Makefile:1.2 --- pkgsrc/finance/bitcoin/Makefile:1.1 Sun Jul 8 11:13:45 2018 +++ pkgsrc/finance/bitcoin/Makefile Sun Jul 8 11:17:58 2018 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2018/07/08 11:13:45 khorben Exp $ +# $NetBSD: Makefile,v 1.2 2018/07/08 11:17:58 khorben Exp $ DISTNAME= bitcoin-0.16.1 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_GITHUB:=bitcoin/} GITHUB_TAG= v${PKGVERSION_NOREV} -MAINTAINER= noud4@users.sourceforge.net +MAINTAINER= khorben@defora.org HOMEPAGE= https://github.com/bitcoin/bitcoin/ COMMENT= P2P electronic cash system LICENSE= mit --_----------=_1531048678110720--