Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 714F81A923C for ; Sun, 26 Dec 2021 15:30:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AAFFD84D84; Sun, 26 Dec 2021 15:30:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E56FE84D55 for ; Sun, 26 Dec 2021 15:30:09 +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 lpKR33j_l780 for ; Sun, 26 Dec 2021 15:30:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7D8BF84D22 for ; Sun, 26 Dec 2021 15:30:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7AF64FAEC; Sun, 26 Dec 2021 15:30:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1640532609135330" MIME-Version: 1.0 Date: Sun, 26 Dec 2021 15:30:09 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/mail/fetchmailconf To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20211226153009.7AF64FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1640532609135330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Sun Dec 26 15:30:09 UTC 2021 Modified Files: pkgsrc/mail/fetchmailconf: Makefile Log Message: fetchmailconf: Update to 6.4.25 To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 pkgsrc/mail/fetchmailconf/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1640532609135330 Content-Disposition: inline Content-Length: 603 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/fetchmailconf/Makefile diff -u pkgsrc/mail/fetchmailconf/Makefile:1.112 pkgsrc/mail/fetchmailconf/Makefile:1.113 --- pkgsrc/mail/fetchmailconf/Makefile:1.112 Sat Aug 28 05:23:03 2021 +++ pkgsrc/mail/fetchmailconf/Makefile Sun Dec 26 15:30:09 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.112 2021/08/28 05:23:03 triaxx Exp $ +# $NetBSD: Makefile,v 1.113 2021/12/26 15:30:09 triaxx Exp $ -DISTNAME= fetchmail-6.4.21 +DISTNAME= fetchmail-6.4.25 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fetchmail/} --_----------=_1640532609135330--