pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Config-Any Update from version 0.14nb1 to 0.16.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/155345cbfb5f
branches:  trunk
changeset: 551860:155345cbfb5f
user:      he <he%pkgsrc.org@localhost>
date:      Sat Dec 20 20:26:10 2008 +0000

description:
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:

 devel/p5-Config-Any/Makefile |  5 ++---
 devel/p5-Config-Any/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r ab7646d40cca -r 155345cbfb5f devel/p5-Config-Any/Makefile
--- a/devel/p5-Config-Any/Makefile      Sat Dec 20 20:12:45 2008 +0000
+++ b/devel/p5-Config-Any/Makefile      Sat Dec 20 20:26:10 2008 +0000
@@ -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 -r ab7646d40cca -r 155345cbfb5f devel/p5-Config-Any/distinfo
--- a/devel/p5-Config-Any/distinfo      Sat Dec 20 20:12:45 2008 +0000
+++ b/devel/p5-Config-Any/distinfo      Sat Dec 20 20:26:10 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index