diff options
author | rhaen <rhaen@pkgsrc.org> | 2007-12-09 22:20:12 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2007-12-09 22:20:12 +0000 |
commit | 7ce3658019667c44cc3771f0964c380fb5696bcb (patch) | |
tree | b5880070320611c539de778154a91b144c3b0bf8 /devel | |
parent | 21d2d5e1561c6ee2e737f807ae3b769173932ef2 (diff) | |
download | pkgsrc-7ce3658019667c44cc3771f0964c380fb5696bcb.tar.gz |
- updated to 0.17010
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
Error.pm #0.17010
- moved the first Error->new() POD portion over to the POD at the bottom, and
deleted the second, identical POD portion.
- closing http://rt.cpan.org/Public/Bug/Display.html?id=30906
( "Duplicate Error->new() documentation" )
Aug 28 2007 <shlomif@iglu.org.il> (Shlomi Fish)
Error.pm #0.17009
- fixed http://rt.cpan.org/Public/Bug/Display.html?id=20643 by applying
a modified version of the patch by MAREKR with the t/12wrong-error-var.t
regression test.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Error/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Error/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/p5-Error/Makefile b/devel/p5-Error/Makefile index 7654a0d38c0..a02e60495f0 100644 --- a/devel/p5-Error/Makefile +++ b/devel/p5-Error/Makefile @@ -1,18 +1,19 @@ -# $NetBSD: Makefile,v 1.12 2007/02/18 02:42:13 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2007/12/09 22:20:12 rhaen Exp $ -DISTNAME= Error-0.17008 +DISTNAME= Error-0.17010 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5err CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Error/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Error/ COMMENT= Perl extension module for try/throw/catch exception handling PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Error/.packlist .include "../../lang/perl5/module.mk" -.include "../../mk/bsd.pkg.mk" +.include "../../mk/bsd.pkg.mk"
\ No newline at end of file diff --git a/devel/p5-Error/distinfo b/devel/p5-Error/distinfo index 8b20b3f421e..7274e42e57e 100644 --- a/devel/p5-Error/distinfo +++ b/devel/p5-Error/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2007/02/18 02:42:13 wiz Exp $ +$NetBSD: distinfo,v 1.5 2007/12/09 22:20:12 rhaen Exp $ -SHA1 (Error-0.17008.tar.gz) = b3429b71f98208658aea5092e229d5fca2157807 -RMD160 (Error-0.17008.tar.gz) = d4b16dd7bc77092a5bb5d92500d3579b429131bf -Size (Error-0.17008.tar.gz) = 16825 bytes +SHA1 (Error-0.17010.tar.gz) = 5b4b0b131b41f9df0821fcf31d93f48fc91a9fb8 +RMD160 (Error-0.17010.tar.gz) = fbde5037b8daa6fa6d27342e2b47ceac9d68bf01 +Size (Error-0.17010.tar.gz) = 17266 bytes |