diff options
author | rhaen <rhaen@pkgsrc.org> | 2012-02-01 20:39:33 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2012-02-01 20:39:33 +0000 |
commit | 94370bf5616472c259930747078489f47c345161 (patch) | |
tree | e06d29e0d9fcb2cd42903a96514d13fcbd98ae6c /devel | |
parent | 758c17bff97d17671cc06c0ccc89a4baf3e2e1a0 (diff) | |
download | pkgsrc-94370bf5616472c259930747078489f47c345161.tar.gz |
Updated to 1.07
Changes:
1.07 2011-10-25
* Fix a spelling mistake in Config::GitLike::Cascaded
(gregoa@debian.org, forwarded by carnil@debian.org)
1.06 2011-10-12
* Allow calling ->load_file as a class method, for simple use cases
(alexmv)
* Fix a parsing bug when quoted strings directly adjoined to unquoted
strings (alexmv)
* Calling ->load_file on a nonexistant file no longer sets ->is_loaded
(alexmv)
* Document that getters implicitly call ->load (alexmv)
* Make ->dump implicitly call ->load as well (alexmv)
* Minor POD fixes (alexmv, spang)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Config-GitLike/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Config-GitLike/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Config-GitLike/Makefile b/devel/p5-Config-GitLike/Makefile index f201c318e87..24ee6eba8d0 100644 --- a/devel/p5-Config-GitLike/Makefile +++ b/devel/p5-Config-GitLike/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2011/08/10 08:30:07 adam Exp $ +# $NetBSD: Makefile,v 1.5 2012/02/01 20:39:33 rhaen Exp $ -DISTNAME= Config-GitLike-1.05 +DISTNAME= Config-GitLike-1.07 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} diff --git a/devel/p5-Config-GitLike/distinfo b/devel/p5-Config-GitLike/distinfo index 96f6a030a3e..6a62ef6a65b 100644 --- a/devel/p5-Config-GitLike/distinfo +++ b/devel/p5-Config-GitLike/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/08/10 08:30:07 adam Exp $ +$NetBSD: distinfo,v 1.4 2012/02/01 20:39:33 rhaen Exp $ -SHA1 (Config-GitLike-1.05.tar.gz) = 18277b6fd013c5c55346e3031b71e7d255703f6e -RMD160 (Config-GitLike-1.05.tar.gz) = 7eeff0d8e956a852dfacb14e61fb1aac79ae9d64 -Size (Config-GitLike-1.05.tar.gz) = 44126 bytes +SHA1 (Config-GitLike-1.07.tar.gz) = 076f55e9588736d2a45c841d2cc20d44376f704b +RMD160 (Config-GitLike-1.07.tar.gz) = 5e02980f7c6118c492fbfd4d57d2cd2409a90786 +Size (Config-GitLike-1.07.tar.gz) = 45112 bytes |