Received: by mail.netbsd.org (Postfix, from userid 605) id 9D8C284F2D; Tue, 21 Feb 2023 13:30:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CEE8584CD9 for ; Tue, 21 Feb 2023 13:30:04 +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 6nMKuHpQT3kk for ; Tue, 21 Feb 2023 13:30:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 30A5F84C13 for ; Tue, 21 Feb 2023 13:30:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 27C9BFA90; Tue, 21 Feb 2023 13:30:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167698620458420" MIME-Version: 1.0 Date: Tue, 21 Feb 2023 13:30:04 +0000 From: "pin" Subject: CVS commit: pkgsrc/chat/senpai To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20230221133004.27C9BFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167698620458420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Tue Feb 21 13:30:04 UTC 2023 Modified Files: pkgsrc/chat/senpai: Makefile Log Message: chat/senpai: reset maintainer To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/chat/senpai/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167698620458420 Content-Disposition: inline Content-Length: 732 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/senpai/Makefile diff -u pkgsrc/chat/senpai/Makefile:1.7 pkgsrc/chat/senpai/Makefile:1.8 --- pkgsrc/chat/senpai/Makefile:1.7 Thu Feb 16 15:02:02 2023 +++ pkgsrc/chat/senpai/Makefile Tue Feb 21 13:30:03 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2023/02/16 15:02:02 bsiegert Exp $ +# $NetBSD: Makefile,v 1.8 2023/02/21 13:30:03 pin Exp $ DISTNAME= senpai-v0.1.0 PKGNAME= ${DISTNAME:S,-v,-,} @@ -6,7 +6,7 @@ PKGREVISION= 6 CATEGORIES= chat MASTER_SITES= -https://git.sr.ht/~taiite/senpai/archive/v${PKGVERSION_NOREV}.tar.gz -MAINTAINER= pin@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://git.sr.ht/~taiite/senpai/ COMMENT= Modern terminal IRC client LICENSE= isc --_----------=_167698620458420--