Received: by mail.netbsd.org (Postfix, from userid 605) id E907484F2D; Tue, 21 Feb 2023 13:29:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 258D384CD9 for ; Tue, 21 Feb 2023 13:29:16 +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 xEek48asWXMH for ; Tue, 21 Feb 2023 13:29:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9B59284C13 for ; Tue, 21 Feb 2023 13:29:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 978DAFA90; Tue, 21 Feb 2023 13:29:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1676986155283550" MIME-Version: 1.0 Date: Tue, 21 Feb 2023 13:29:15 +0000 From: "pin" Subject: CVS commit: pkgsrc/mail/meli To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20230221132915.978DAFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1676986155283550 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:29:15 UTC 2023 Modified Files: pkgsrc/mail/meli: Makefile Log Message: mail/meli: reset maintainer To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/meli/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1676986155283550 Content-Disposition: inline Content-Length: 672 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/meli/Makefile diff -u pkgsrc/mail/meli/Makefile:1.5 pkgsrc/mail/meli/Makefile:1.6 --- pkgsrc/mail/meli/Makefile:1.5 Wed Nov 23 16:20:33 2022 +++ pkgsrc/mail/meli/Makefile Tue Feb 21 13:29:15 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/11/23 16:20:33 adam Exp $ +# $NetBSD: Makefile,v 1.6 2023/02/21 13:29:15 pin Exp $ DISTNAME= alpha-0.7.2 PKGNAME= meli-0.7.2 @@ -6,7 +6,7 @@ PKGREVISION= 3 CATEGORIES= mail MASTER_SITES= https://git.meli.delivery/meli/meli/archive/ -MAINTAINER= pin@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://meli.delivery/ COMMENT= Terminal mail client LICENSE= gnu-gpl-v3 --_----------=_1676986155283550--