Received: by mail.netbsd.org (Postfix, from userid 605) id 9EF1384E6C; Sun, 27 Nov 2022 22:18:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D140C84E69 for ; Sun, 27 Nov 2022 22:18:48 +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 8a4OThLkoGDr for ; Sun, 27 Nov 2022 22:18:48 +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 3349D84CE3 for ; Sun, 27 Nov 2022 22:18:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2CA0AFA90; Sun, 27 Nov 2022 22:18:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1669587528171270" MIME-Version: 1.0 Date: Sun, 27 Nov 2022 22:18:48 +0000 From: "Nikita" Subject: CVS commit: pkgsrc/mail/mb2md To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20221127221848.2CA0AFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1669587528171270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nikita Date: Sun Nov 27 22:18:48 UTC 2022 Modified Files: pkgsrc/mail/mb2md: Makefile Log Message: mail/mb2md: source states it is public domain. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/mail/mb2md/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1669587528171270 Content-Disposition: inline Content-Length: 806 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/mb2md/Makefile diff -u pkgsrc/mail/mb2md/Makefile:1.16 pkgsrc/mail/mb2md/Makefile:1.17 --- pkgsrc/mail/mb2md/Makefile:1.16 Tue Jun 28 11:34:22 2022 +++ pkgsrc/mail/mb2md/Makefile Sun Nov 27 22:18:48 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2022/06/28 11:34:22 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2022/11/27 22:18:48 nikita Exp $ # DISTNAME= mb2md-3.20.pl PKGNAME= ${DISTNAME:S/.pl$//} -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE} EXTRACT_SUFX= .gz @@ -11,6 +11,7 @@ EXTRACT_SUFX= .gz MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://batleth.sapienti-sat.org/projects/mb2md/ COMMENT= Converts one or more mboxes to maildirs +LICENSE= public-domain DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate --_----------=_1669587528171270--