Received: by mail.netbsd.org (Postfix, from userid 605) id C1C3E84EAA; Sun, 5 Sep 2021 12:46:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 08EBA84D35 for ; Sun, 5 Sep 2021 12:46: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 FqcEJoZc6yys for ; Sun, 5 Sep 2021 12:46:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 79E5484CE1 for ; Sun, 5 Sep 2021 12:46:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 77552FA97; Sun, 5 Sep 2021 12:46:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163084600741350" MIME-Version: 1.0 Date: Sun, 5 Sep 2021 12:46:47 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-AtExit To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210905124647.77552FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163084600741350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Sep 5 12:46:47 UTC 2021 Modified Files: pkgsrc/devel/p5-AtExit: Makefile distinfo Log Message: Update to 2.05 Upstream changes: 2.05 2021-07-03 NEILB - Include META.json in releases - Switch to github issues for bug tracker - Simplified the README some more 2.04 2021-05-19 NEILB - Made all mentions of licence consistent with the statement in the documentation. RT#132447 from KENTNL. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/p5-AtExit/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-AtExit/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163084600741350 Content-Disposition: inline Content-Length: 1623 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-AtExit/Makefile diff -u pkgsrc/devel/p5-AtExit/Makefile:1.35 pkgsrc/devel/p5-AtExit/Makefile:1.36 --- pkgsrc/devel/p5-AtExit/Makefile:1.35 Mon May 24 19:50:07 2021 +++ pkgsrc/devel/p5-AtExit/Makefile Sun Sep 5 12:46:47 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2021/05/24 19:50:07 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2021/09/05 12:46:47 wen Exp $ -DISTNAME= AtExit-2.03 +DISTNAME= AtExit-2.05 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AtExit/} Index: pkgsrc/devel/p5-AtExit/distinfo diff -u pkgsrc/devel/p5-AtExit/distinfo:1.6 pkgsrc/devel/p5-AtExit/distinfo:1.7 --- pkgsrc/devel/p5-AtExit/distinfo:1.6 Sat Apr 9 05:07:49 2016 +++ pkgsrc/devel/p5-AtExit/distinfo Sun Sep 5 12:46:47 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2016/04/09 05:07:49 mef Exp $ +$NetBSD: distinfo,v 1.7 2021/09/05 12:46:47 wen Exp $ -SHA1 (AtExit-2.03.tar.gz) = 1ac8189f033392b76f81458baffddc6857e0c0ee -RMD160 (AtExit-2.03.tar.gz) = 76c7788296efaa02eeb8f84163dbdedf8277ac69 -SHA512 (AtExit-2.03.tar.gz) = ce522b44ad5c2360c8e7f7f49257fe50f0079bd2070ddaa33916b2484ef8e6f6430df045e5693356c37651aa96ef6a7e7694a04ecbc91817d12d032681105b60 -Size (AtExit-2.03.tar.gz) = 11263 bytes +SHA1 (AtExit-2.05.tar.gz) = 348c89291c9ac755eefdfc05ed450a6e46c851fa +RMD160 (AtExit-2.05.tar.gz) = 58e45461cee69912dc655f57ad325ad8f867f068 +SHA512 (AtExit-2.05.tar.gz) = 1d65da5c384e09d0f85f5a3c57f63f3b19d14558d07f0cb8ef388d01298b788e405562750503a9cfcf6d841866649ead1e96fcf501a84924680bc85a904f64ef +Size (AtExit-2.05.tar.gz) = 11793 bytes --_----------=_163084600741350--