Received: by mail.netbsd.org (Postfix, from userid 605) id 4F4C684D8B; Sat, 20 May 2023 07:02:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8051984D46 for ; Sat, 20 May 2023 07:02:04 +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 8Q0EDCaTEEUY for ; Sat, 20 May 2023 07:02:03 +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 BAF1484D05 for ; Sat, 20 May 2023 07:02:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B885DFA87; Sat, 20 May 2023 07:02:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684566123141220" MIME-Version: 1.0 Date: Sat, 20 May 2023 07:02:03 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Sub-Exporter To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230520070203.B885DFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1684566123141220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat May 20 07:02:03 UTC 2023 Modified Files: pkgsrc/devel/p5-Sub-Exporter: Makefile distinfo Log Message: p5-Sub-Exporter: update to 0.989. 0.989 2022-12-31 19:34:54-05:00 America/New_York - update author contact info To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-Sub-Exporter/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Sub-Exporter/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684566123141220 Content-Disposition: inline Content-Length: 1677 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Sub-Exporter/Makefile diff -u pkgsrc/devel/p5-Sub-Exporter/Makefile:1.24 pkgsrc/devel/p5-Sub-Exporter/Makefile:1.25 --- pkgsrc/devel/p5-Sub-Exporter/Makefile:1.24 Tue Jun 28 11:33:15 2022 +++ pkgsrc/devel/p5-Sub-Exporter/Makefile Sat May 20 07:02:03 2023 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2022/06/28 11:33:15 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2023/05/20 07:02:03 wiz Exp $ # -DISTNAME= Sub-Exporter-0.988 +DISTNAME= Sub-Exporter-0.989 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/} Index: pkgsrc/devel/p5-Sub-Exporter/distinfo diff -u pkgsrc/devel/p5-Sub-Exporter/distinfo:1.11 pkgsrc/devel/p5-Sub-Exporter/distinfo:1.12 --- pkgsrc/devel/p5-Sub-Exporter/distinfo:1.11 Tue Oct 26 10:17:30 2021 +++ pkgsrc/devel/p5-Sub-Exporter/distinfo Sat May 20 07:02:03 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2021/10/26 10:17:30 nia Exp $ +$NetBSD: distinfo,v 1.12 2023/05/20 07:02:03 wiz Exp $ -BLAKE2s (Sub-Exporter-0.988.tar.gz) = a9a5d8dfefd5acf0a43fb9b74a51bd8a11492a3297cb01a303faae375e007265 -SHA512 (Sub-Exporter-0.988.tar.gz) = e992739097eca3aab0465e33ca60d91e4b08ee40d7cd041be4452873790e438bb1fb293331f919ae1e9b879fc063d17586218a9e97838cf61216172d6bdba273 -Size (Sub-Exporter-0.988.tar.gz) = 56906 bytes +BLAKE2s (Sub-Exporter-0.989.tar.gz) = 3197f1ebdae4527bf2ecb5e4956cd20523834436894f84c7821beddddf1c3843 +SHA512 (Sub-Exporter-0.989.tar.gz) = 7c491349bc9704604a268b45eed17db30c49f43f3c67f088d132d7f35c20eb1ddec46eca88b1e966fb48cf9580cb7007cc240f6d3ac9ba21cffbc7437b7dccbb +Size (Sub-Exporter-0.989.tar.gz) = 56754 bytes --_----------=_1684566123141220--