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:   wiz
Date:           Mon Aug 14 18:50:55 UTC 2017

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

Log Message:
Updated p5-Exception-Class to 1.43.

1.43    2017-07-09

- The full_message() method in Exception::Class::Base now calls message()
  instead of accessing the object's hash key. This makes it easier to override
  message() in a subclass. Patch by Alexander Batyrshin. PR #11.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/p5-Exception-Class/Makefile
cvs rdiff -u -r1.17 -r1.18 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.38 pkgsrc/devel/p5-Exception-Class/Makefile:1.39
--- pkgsrc/devel/p5-Exception-Class/Makefile:1.38       Mon Jun  5 14:22:55 2017
+++ pkgsrc/devel/p5-Exception-Class/Makefile    Mon Aug 14 18:50:55 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2017/06/05 14:22:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.39 2017/08/14 18:50:55 wiz Exp $
 
-DISTNAME=      Exception-Class-1.42
+DISTNAME=      Exception-Class-1.43
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Exception/}
 
@@ -13,7 +12,6 @@ LICENSE=      artistic-2.0
 
 DEPENDS+=      p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
 DEPENDS+=      p5-Devel-StackTrace>=1.20:../../devel/p5-Devel-StackTrace
-#BUILD_DEPENDS+=       {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
 
 USE_LANGUAGES=         # none
 PERL5_PACKLIST=                auto/Exception/Class/.packlist

Index: pkgsrc/devel/p5-Exception-Class/distinfo
diff -u pkgsrc/devel/p5-Exception-Class/distinfo:1.17 pkgsrc/devel/p5-Exception-Class/distinfo:1.18
--- pkgsrc/devel/p5-Exception-Class/distinfo:1.17       Mon Jan 16 09:25:43 2017
+++ pkgsrc/devel/p5-Exception-Class/distinfo    Mon Aug 14 18:50:55 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2017/01/16 09:25:43 wiz Exp $
+$NetBSD: distinfo,v 1.18 2017/08/14 18:50:55 wiz Exp $
 
-SHA1 (Exception-Class-1.42.tar.gz) = 17f7d5e8654d48ffd4494f440fae313340d40958
-RMD160 (Exception-Class-1.42.tar.gz) = 1bad53f38fc709fa82be22169989f4217ccbcae8
-SHA512 (Exception-Class-1.42.tar.gz) = b13f13882a4ca1bb44219dab1ebc7cd730d3b739e8f540b597fa3aa0adc0ede00e927844d293c584f05cce643c23bac73703318873c526c94668b8f9ff98a643
-Size (Exception-Class-1.42.tar.gz) = 45718 bytes
+SHA1 (Exception-Class-1.43.tar.gz) = e51711679f55cbbf6e441d2ef8a1e1832a4dbc36
+RMD160 (Exception-Class-1.43.tar.gz) = bd5c0fb76097de3766e7b2033fba3c4d86485caf
+SHA512 (Exception-Class-1.43.tar.gz) = 8416f82032dd39c38c9a4e12d7ae23cd0d66e1cbe9b22bde274972031c6218ed2d90cf9caf052a3d201decf92e715d0bf56a42789f35a7a60b9ea66680fb2668
+Size (Exception-Class-1.43.tar.gz) = 45601 bytes



Home | Main Index | Thread Index | Old Index