Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 156CE84D39 for ; Mon, 28 Aug 2023 13:41:09 +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 qjMIOtzk4iTj for ; Mon, 28 Aug 2023 13:41:08 +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 90F9284D36 for ; Mon, 28 Aug 2023 13:41:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 850E9FBDB; Mon, 28 Aug 2023 13:41:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693230068229180" MIME-Version: 1.0 Date: Mon, 28 Aug 2023 13:41:08 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/editors/poke To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20230828134108.850E9FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693230068229180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Mon Aug 28 13:41:08 UTC 2023 Modified Files: pkgsrc/editors/poke: Makefile Log Message: poke: reset MAINTAINER to pkgsrc-users@NetBSD.org. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/poke/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693230068229180 Content-Disposition: inline Content-Length: 661 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/poke/Makefile diff -u pkgsrc/editors/poke/Makefile:1.9 pkgsrc/editors/poke/Makefile:1.10 --- pkgsrc/editors/poke/Makefile:1.9 Sat Aug 26 18:41:07 2023 +++ pkgsrc/editors/poke/Makefile Mon Aug 28 13:41:08 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2023/08/26 18:41:07 fcambus Exp $ +# $NetBSD: Makefile,v 1.10 2023/08/28 13:41:08 fcambus Exp $ DISTNAME= poke-3.3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=poke/} -MAINTAINER= fcambus@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.jemarch.net/poke COMMENT= Extensible editor for structured binary data LICENSE= gnu-gpl-v3 --_----------=_1693230068229180--