Sat Oct 2 13:24:27 2021 UTC ()
Update to 1.45

Upstream changes:
1.45    2021-05-02

- The field names for an exception are now checked to ensure that they are
  valid Perl identifiers. Implemented by brian d foy. PR #13.


(wen)
diff -r1.45 -r1.46 pkgsrc/devel/p5-Exception-Class/Makefile
diff -r1.19 -r1.20 pkgsrc/devel/p5-Exception-Class/distinfo

cvs diff -r1.45 -r1.46 pkgsrc/devel/p5-Exception-Class/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Exception-Class/Makefile 2021/05/24 19:50:36 1.45
+++ pkgsrc/devel/p5-Exception-Class/Makefile 2021/10/02 13:24:27 1.46
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.45 2021/05/24 19:50:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.46 2021/10/02 13:24:27 wen Exp $
2 2
3DISTNAME= Exception-Class-1.44 3DISTNAME= Exception-Class-1.45
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 4 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/Exception-Class 9HOMEPAGE= https://metacpan.org/release/Exception-Class
11COMMENT= Perl5 module implementing real exception classes 10COMMENT= Perl5 module implementing real exception classes
12LICENSE= artistic-2.0 11LICENSE= artistic-2.0
13 12
14DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable 13DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
15DEPENDS+= p5-Devel-StackTrace>=1.20:../../devel/p5-Devel-StackTrace 14DEPENDS+= p5-Devel-StackTrace>=1.20:../../devel/p5-Devel-StackTrace
16 15
17USE_LANGUAGES= # none 16USE_LANGUAGES= # none
18PERL5_PACKLIST= auto/Exception/Class/.packlist 17PERL5_PACKLIST= auto/Exception/Class/.packlist

cvs diff -r1.19 -r1.20 pkgsrc/devel/p5-Exception-Class/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Exception-Class/distinfo 2017/12/30 13:23:40 1.19
+++ pkgsrc/devel/p5-Exception-Class/distinfo 2021/10/02 13:24:27 1.20
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.19 2017/12/30 13:23:40 wiz Exp $ 1$NetBSD: distinfo,v 1.20 2021/10/02 13:24:27 wen Exp $
2 2
3SHA1 (Exception-Class-1.44.tar.gz) = 2af1d17e8b941922fb5cb06ef285186fb212a26f 3SHA1 (Exception-Class-1.45.tar.gz) = f3adf7e4965bc67e507a9d12b2130fbafc5ea02c
4RMD160 (Exception-Class-1.44.tar.gz) = 50a6f22adb13caeb53c80d94e9fecc7300790b7d 4RMD160 (Exception-Class-1.45.tar.gz) = e3bb7ca84ba262db2c0072b830d9a7e8c7c3303f
5SHA512 (Exception-Class-1.44.tar.gz) = 7ce1e488505dc3d1c6d6365b5ed523b204b93d89d205ad4cdf6c9ee9dbad1a6edc257251a365275f067479e734def56b3b21d588e978822e7714bd8a49ba6bb2 5SHA512 (Exception-Class-1.45.tar.gz) = 8eff70c85c8f1cc9e1db2c47b5a815ef902fddd4989783b9fb7e84e3ce75776564cafddd3aedd2c86a5a8b9627021c9cfd094b95ec4956a60dd6703bba3eaf4d
6Size (Exception-Class-1.44.tar.gz) = 46156 bytes 6Size (Exception-Class-1.45.tar.gz) = 50933 bytes