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 0BDCC1A9239 for ; Wed, 16 Feb 2022 10:25:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3F82584ECE; Wed, 16 Feb 2022 10:25:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7A80384EC9 for ; Wed, 16 Feb 2022 10:25:45 +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 sm0PZrT8e0lN for ; Wed, 16 Feb 2022 10:25:45 +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 CF4E384CE0 for ; Wed, 16 Feb 2022 10:25:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CD0EFFB24; Wed, 16 Feb 2022 10:25:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164500714429180" MIME-Version: 1.0 Date: Wed, 16 Feb 2022 10:25:44 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/pkgtools/p5-pkgsrc-Dewey To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220216102544.CD0EFFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164500714429180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 16 10:25:44 UTC 2022 Modified Files: pkgsrc/pkgtools/p5-pkgsrc-Dewey: Makefile Log Message: p5-pkgsrc-Dewey: reset maintainer To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/pkgtools/p5-pkgsrc-Dewey/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164500714429180 Content-Disposition: inline Content-Length: 738 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/pkgtools/p5-pkgsrc-Dewey/Makefile diff -u pkgsrc/pkgtools/p5-pkgsrc-Dewey/Makefile:1.37 pkgsrc/pkgtools/p5-pkgsrc-Dewey/Makefile:1.38 --- pkgsrc/pkgtools/p5-pkgsrc-Dewey/Makefile:1.37 Sun Jul 4 17:43:27 2021 +++ pkgsrc/pkgtools/p5-pkgsrc-Dewey/Makefile Wed Feb 16 10:25:44 2022 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.37 2021/07/04 17:43:27 dholland Exp $ +# $NetBSD: Makefile,v 1.38 2022/02/16 10:25:44 wiz Exp $ PKGNAME= p5-pkgsrc-Dewey-1.1 PKGREVISION= 12 CATEGORIES= pkgtools perl5 -MAINTAINER= wiz@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.NetBSD.org/docs/pkgsrc/ COMMENT= Perl module to compare pkgsrc Dewey numbers LICENSE= ${PERL5_LICENSE} OR 2-clause-bsd --_----------=_164500714429180--