pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Exception-Class PkgSrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea39b7247c50
branches:  trunk
changeset: 392680:ea39b7247c50
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed May 06 06:41:16 2009 +0000

description:
PkgSrc changes:
  - Updating package for p5 module Exception::Class from 1.26 to 1.27
  - Adjusting dependencies

Upstream changes:
1.27 May 4, 2009

* The error message for an exception no longer defaults to $!. This
  was a bad idea, and has bitten some people. Addresses RT #43600.

* I'm now only supporting Perl 5.8.1+. This module broke on 5.6.2 (and
  5.8.0) at some point and I don't really care enough to fix
  it. Non-intrusive patches to make it work on 5.8.0 or less (again)
  will be accepted.

diffstat:

 devel/p5-Exception-Class/Makefile |  8 ++++----
 devel/p5-Exception-Class/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 08e3247a9b3b -r ea39b7247c50 devel/p5-Exception-Class/Makefile
--- a/devel/p5-Exception-Class/Makefile Wed May 06 06:36:29 2009 +0000
+++ b/devel/p5-Exception-Class/Makefile Wed May 06 06:41:16 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2008/11/05 23:22:26 he Exp $
+# $NetBSD: Makefile,v 1.19 2009/05/06 06:41:16 sno Exp $
 
-DISTNAME=      Exception-Class-1.26
+DISTNAME=      Exception-Class-1.27
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5exc
 CATEGORIES=    devel perl5
@@ -11,8 +11,8 @@
 COMMENT=       Perl5 module implementing real exception classes
 
 DEPENDS+=      p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
-DEPENDS+=      p5-Devel-StackTrace>=1.17:../../devel/p5-Devel-StackTrace
-DEPENDS+=      p5-Test-Simple>=0.46:../../devel/p5-Test-Simple
+DEPENDS+=      p5-Devel-StackTrace>=1.20:../../devel/p5-Devel-StackTrace
+BUILD_DEPENDS+=        {perl>=5.10,p5-Test-Simple>=0.46}:../../devel/p5-Test-Simple
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r 08e3247a9b3b -r ea39b7247c50 devel/p5-Exception-Class/distinfo
--- a/devel/p5-Exception-Class/distinfo Wed May 06 06:36:29 2009 +0000
+++ b/devel/p5-Exception-Class/distinfo Wed May 06 06:41:16 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2008/11/05 23:22:26 he Exp $
+$NetBSD: distinfo,v 1.8 2009/05/06 06:41:16 sno Exp $
 
-SHA1 (Exception-Class-1.26.tar.gz) = e24e67ad5b19266fd5b98023c4bb15df530439d0
-RMD160 (Exception-Class-1.26.tar.gz) = a23ab8c282b7f48495855b3cf6dbc22d5d3c158e
-Size (Exception-Class-1.26.tar.gz) = 24366 bytes
+SHA1 (Exception-Class-1.27.tar.gz) = bee2d377ef629b9dc91d420194f6fd0cf8a79ba3
+RMD160 (Exception-Class-1.27.tar.gz) = 42f2bedcebad631b7dc3c36d790879600fe0b5e7
+Size (Exception-Class-1.27.tar.gz) = 24557 bytes



Home | Main Index | Thread Index | Old Index