diff options
author | he <he> | 2008-12-20 20:26:10 +0000 |
---|---|---|
committer | he <he> | 2008-12-20 20:26:10 +0000 |
commit | f51ce1e59216d266d5cf55b0e5076f9d675b9873 (patch) | |
tree | 1c552275132e37574a3a120aae2457d71c9b45f8 /devel | |
parent | 77007fc530f40c4e7ccfcf8832de0ba1fea6e82e (diff) | |
download | pkgsrc-f51ce1e59216d266d5cf55b0e5076f9d675b9873.tar.gz |
Update from version 0.14nb1 to 0.16.
Upstream changes:
0.16 Mon 17 Nov 2008
- fix up branches test which did not handle the errors thrown by
changes from the last release (RT #40948)
- fix up error message for "any of" (RT #40972)
0.15 Wed 12 Nov 2008
- when use_ext is true, we will check to see if there are no supported
modules for a particular file. instead of the file being skipped, an
error will be thrown (RT #38927).
- also, when use_ext is true, a fatal error will be thrown if there are
no loaders available that understand the file extension.
- officially support multiple loaders per extension
- add a Config::Any::Base for all loaders to inherit from, plus add
a new dependency mechanism: requires_any_of() and requires_all_of().
- filter out loaders that don't inherit from Config::Any::Base (RT #40830)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Config-Any/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Config-Any/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Config-Any/Makefile b/devel/p5-Config-Any/Makefile index 3816b1a3119..00d6f6e4b9f 100644 --- a/devel/p5-Config-Any/Makefile +++ b/devel/p5-Config-Any/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2008/10/19 19:17:50 he Exp $ +# $NetBSD: Makefile,v 1.4 2008/12/20 20:26:10 he Exp $ -DISTNAME= Config-Any-0.14 +DISTNAME= Config-Any-0.16 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} diff --git a/devel/p5-Config-Any/distinfo b/devel/p5-Config-Any/distinfo index d34d678851b..e0b3cfb4d83 100644 --- a/devel/p5-Config-Any/distinfo +++ b/devel/p5-Config-Any/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/08/11 12:04:46 he Exp $ +$NetBSD: distinfo,v 1.3 2008/12/20 20:26:10 he Exp $ -SHA1 (Config-Any-0.14.tar.gz) = 40079bc23103cbe93e26be39ca5c80b63db1661f -RMD160 (Config-Any-0.14.tar.gz) = 1445d281da46d279a3efd4ccf8880d00615b640a -Size (Config-Any-0.14.tar.gz) = 33056 bytes +SHA1 (Config-Any-0.16.tar.gz) = 63bb79ed883926896936cadd64b30ce5135350cd +RMD160 (Config-Any-0.16.tar.gz) = 8b01dd4d67add125748b582d9830b28b9f80129d +Size (Config-Any-0.16.tar.gz) = 32931 bytes |