pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Exception-Class



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Oct  2 13:24:27 UTC 2021

Modified Files:
        pkgsrc/devel/p5-Exception-Class: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/p5-Exception-Class/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-Exception-Class/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Exception-Class/Makefile
diff -u pkgsrc/devel/p5-Exception-Class/Makefile:1.45 pkgsrc/devel/p5-Exception-Class/Makefile:1.46
--- pkgsrc/devel/p5-Exception-Class/Makefile:1.45       Mon May 24 19:50:36 2021
+++ pkgsrc/devel/p5-Exception-Class/Makefile    Sat Oct  2 13:24:27 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2021/05/24 19:50:36 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2021/10/02 13:24:27 wen Exp $
 
-DISTNAME=      Exception-Class-1.44
+DISTNAME=      Exception-Class-1.45
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   4
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Exception/}
 

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



Home | Main Index | Thread Index | Old Index