pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-TryCatch Updating devel/p5-TryCatch from 1.00...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a128624fafdc
branches:  trunk
changeset: 399179:a128624fafdc
user:      sno <sno%pkgsrc.org@localhost>
date:      Mon Sep 14 06:48:28 2009 +0000

description:
Updating devel/p5-TryCatch from 1.001001 to 1.002000

pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
1.002000 - 2009/09/13
  - Fallback to treating str TCs as class names

1.001001_999 - 2009/09/09
  - Fix for issue with return/unwind when sub is called as a method (vpit)

1.001001_99 - 2009/08/17
  - Fix a few bugs with nested try statements (return and errors not falling
    through as expected)
  - Fix wantarray context of try blocks.

diffstat:

 devel/p5-TryCatch/Makefile |  19 +++++++++++--------
 devel/p5-TryCatch/distinfo |   8 ++++----
 2 files changed, 15 insertions(+), 12 deletions(-)

diffs (51 lines):

diff -r 202fc9605640 -r a128624fafdc devel/p5-TryCatch/Makefile
--- a/devel/p5-TryCatch/Makefile        Mon Sep 14 06:48:12 2009 +0000
+++ b/devel/p5-TryCatch/Makefile        Mon Sep 14 06:48:28 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/08/08 19:04:48 sno Exp $
+# $NetBSD: Makefile,v 1.2 2009/09/14 06:48:28 sno Exp $
 
-DISTNAME=      TryCatch-1.001001
+DISTNAME=      TryCatch-1.002000
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5sto
 CATEGORIES=    devel perl5
@@ -11,16 +11,19 @@
 COMMENT=       First class try catch semantics for Perl, without source filters
 LICENSE=       ${PERL5_LICENSE}
 
-DEPENDS+=      p5-Parse-Method-Signatures>=1.003003:../../devel/p5-Parse-Method-Signatures
-DEPENDS+=      p5-B-Hooks-EndOfScope>=0.05:../../devel/p5-B-Hooks-EndOfScope
-DEPENDS+=      p5-B-Hooks-OP-Check>=0.15:../../devel/p5-B-Hooks-OP-Check
-DEPENDS+=      p5-B-Hooks-OP-PPAddr>=0.02:../../devel/p5-B-Hooks-OP-PPAddr
-DEPENDS+=      p5-Devel-Declare>=0.003004:../../devel/p5-Devel-Declare
+DEPENDS+=      p5-B-Hooks-EndOfScope>=0.08:../../devel/p5-B-Hooks-EndOfScope
+DEPENDS+=      p5-B-Hooks-OP-Check>=0.18:../../devel/p5-B-Hooks-OP-Check
+DEPENDS+=      p5-B-Hooks-OP-PPAddr>=0.03:../../devel/p5-B-Hooks-OP-PPAddr
+DEPENDS+=      p5-Devel-Declare>=0.005007:../../devel/p5-Devel-Declare
 DEPENDS+=      p5-Moose-[0-9]*:../../devel/p5-Moose
 DEPENDS+=      p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types
+DEPENDS+=      p5-Parse-Method-Signatures>=1.003012:../../devel/p5-Parse-Method-Signatures
 DEPENDS+=      p5-Scope-Upper>=0.06:../../devel/p5-Scope-Upper
+DEPENDS+=      p5-Sub-Exporter>=0.979:../../devel/p5-Sub-Exporter
 DEPENDS+=      p5-Variable-Magic>=0.28:../../devel/p5-Variable-Magic
-DEPENDS+=      p5-Sub-Exporter>=0.979:../../devel/p5-Sub-Exporter
+
+BUILD_DEPENDS+=        p5-ExtUtils-Depends>=0.302:../../devel/p5-ExtUtils-Depends
+BUILD_DEPENDS+=        p5-Test-Simple>=0.88:../../devel/p5-Test-Simple
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 202fc9605640 -r a128624fafdc devel/p5-TryCatch/distinfo
--- a/devel/p5-TryCatch/distinfo        Mon Sep 14 06:48:12 2009 +0000
+++ b/devel/p5-TryCatch/distinfo        Mon Sep 14 06:48:28 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/08/08 19:04:48 sno Exp $
+$NetBSD: distinfo,v 1.2 2009/09/14 06:48:28 sno Exp $
 
-SHA1 (TryCatch-1.001001.tar.gz) = 066895656ff44b477be52b9644cf59cffbd3c517
-RMD160 (TryCatch-1.001001.tar.gz) = d1cc57ce7fc07fa3d390271ff1a92f718da69a6b
-Size (TryCatch-1.001001.tar.gz) = 72853 bytes
+SHA1 (TryCatch-1.002000.tar.gz) = 17dc0d41964370ebcf603beccd4d04205eec2904
+RMD160 (TryCatch-1.002000.tar.gz) = fea153ae6d11798495eebd5a25bcb2c7eced2a3f
+Size (TryCatch-1.002000.tar.gz) = 83199 bytes



Home | Main Index | Thread Index | Old Index