diff options
author | heinz <heinz> | 2008-01-08 22:41:30 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-01-08 22:41:30 +0000 |
commit | 1be395bafec2658a03c77d885dd2f7c7d71752d1 (patch) | |
tree | 49430f30a8e9c8b2f230eb9de77a44ca167858bd | |
parent | e707a4b84cdb82b6fe1f3b012a74caa0c16ac7ae (diff) | |
download | pkgsrc-1be395bafec2658a03c77d885dd2f7c7d71752d1.tar.gz |
Updated to version 0.26.
Pkgsrc changes:
- The package supports installationt to DESTDIR.
- Needs at least p5-Sub-Uplevel 0.18.
Changes since version 0.25:
===========================
0.26
- Added some more exposition on the usage of dies_ok() and lives_ok() for
those who found them confusing. Also reordered presentation of docs so
more specific throws_ok() comes first.
- Some misc. documentation tweaks.
- Added some tests for RT#24678, but not actually fixed them yet
(thanks to Joshua ben Jore & David Golden). They skip for now.
- Tests should now pass on Strawberry/Vanilla Perl (thanks Nadim Khemir
& Chris Dolan)
- Added comment in docs about T::E not catching exit() in eval() blocks
(thanks Peter Scott)
- Updated Test::* & Sub::Uplevel version dependencies to something modern
-rw-r--r-- | devel/p5-Test-Exception/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Test-Exception/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/devel/p5-Test-Exception/Makefile b/devel/p5-Test-Exception/Makefile index 95a76d2d92c..d9ba6fd6f6c 100644 --- a/devel/p5-Test-Exception/Makefile +++ b/devel/p5-Test-Exception/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2007/02/18 02:50:03 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2008/01/08 22:41:30 heinz Exp $ # -DISTNAME= Test-Exception-0.25 +DISTNAME= Test-Exception-0.26 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -10,7 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-Exception/ COMMENT= Test exception based code -DEPENDS+= p5-Sub-Uplevel>=0.13:../../devel/p5-Sub-Uplevel +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Sub-Uplevel>=0.18:../../devel/p5-Sub-Uplevel USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Test/Exception/.packlist diff --git a/devel/p5-Test-Exception/distinfo b/devel/p5-Test-Exception/distinfo index 90044278a60..6d0c1b1c6b0 100644 --- a/devel/p5-Test-Exception/distinfo +++ b/devel/p5-Test-Exception/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2007/02/18 02:50:03 wiz Exp $ +$NetBSD: distinfo,v 1.5 2008/01/08 22:41:30 heinz Exp $ -SHA1 (Test-Exception-0.25.tar.gz) = 256c4a752291e65c90da465e1466c98d66bd1b46 -RMD160 (Test-Exception-0.25.tar.gz) = fa2483cb48a52debdf5e760dd40f5b8e03ab4ae7 -Size (Test-Exception-0.25.tar.gz) = 11353 bytes +SHA1 (Test-Exception-0.26.tar.gz) = 38bd08c35d781e2445a65ea31676dc0516994a89 +RMD160 (Test-Exception-0.26.tar.gz) = 9065141a226000ee7a9d38d1f61247c60401461c +Size (Test-Exception-0.26.tar.gz) = 12741 bytes |