diff options
author | sno <sno@pkgsrc.org> | 2010-09-01 05:27:14 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-09-01 05:27:14 +0000 |
commit | 7206057867e573dcded8672aac4f324999e6682b (patch) | |
tree | 95900e344a43a3b52b6825c36aaf0e6f1a787af6 /devel/p5-Exception-Class | |
parent | 4eb2002b18ac60aebf122bcd0f049a723a832590 (diff) | |
download | pkgsrc-7206057867e573dcded8672aac4f324999e6682b.tar.gz |
Updating devel/p5-Exception-Class from 1.30nb1 to 1.32
pkgsrc changes:
- upstream switched from Module::Build to ExtUtils::MakeMaker
- modify dependency versions
- update license condition
Upstream changes:
1.32 Jun 28, 2010
- Removed Test::Most dependency, which was causing a circular dependency
chain. Reported by Burak Gursoy. RT #58889.
1.31 Jun 26, 2010
- Made it possible to use Exception::Class::Base without loading
Exception::Class. Reported by Alex Peters. RT #57269.
Diffstat (limited to 'devel/p5-Exception-Class')
-rw-r--r-- | devel/p5-Exception-Class/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-Exception-Class/distinfo | 8 |
2 files changed, 9 insertions, 10 deletions
diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile index 938fbcdfe20..52b60d3bb77 100644 --- a/devel/p5-Exception-Class/Makefile +++ b/devel/p5-Exception-Class/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2010/08/21 16:33:39 seb Exp $ +# $NetBSD: Makefile,v 1.23 2010/09/01 05:27:14 sno Exp $ -DISTNAME= Exception-Class-1.30 +DISTNAME= Exception-Class-1.32 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 1 SVR4_PKGNAME= p5exc CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/} @@ -10,17 +10,16 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Exception-Class/ COMMENT= Perl5 module implementing real exception classes -LICENSE= ${PERL5_LICENSE} +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,p5-Test-Simple>=0.46}:../../devel/p5-Test-Simple +BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none -PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/Exception/Class/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-Exception-Class/distinfo b/devel/p5-Exception-Class/distinfo index da6438207d2..7309eaab83e 100644 --- a/devel/p5-Exception-Class/distinfo +++ b/devel/p5-Exception-Class/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2010/04/25 11:00:11 seb Exp $ +$NetBSD: distinfo,v 1.11 2010/09/01 05:27:14 sno Exp $ -SHA1 (Exception-Class-1.30.tar.gz) = 21479d06e38f3ddd365f2dafeb5bdb322f3d2361 -RMD160 (Exception-Class-1.30.tar.gz) = 43e01996b3c1588ffd118440edb8d301708fbfdf -Size (Exception-Class-1.30.tar.gz) = 35552 bytes +SHA1 (Exception-Class-1.32.tar.gz) = 9692fc3cd349ee73a98b2eda32aae6a8f5d137a8 +RMD160 (Exception-Class-1.32.tar.gz) = e038b3d2155807fa95f5361361fe60dd7d04863d +Size (Exception-Class-1.32.tar.gz) = 23702 bytes |