diff options
author | seb <seb@pkgsrc.org> | 2010-04-24 17:17:01 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-04-24 17:17:01 +0000 |
commit | 229928b16ea49baf58927fd292fc70f643035a46 (patch) | |
tree | bb867297f3b33545303a62809d747ea76dfbdd8d /devel/p5-Config-GitLike | |
parent | 38c47afb75d11e5246903c1c11f67cd487ba8cc9 (diff) | |
download | pkgsrc-229928b16ea49baf58927fd292fc70f643035a46.tar.gz |
Update p5-Config-GitLike from version 1.02 to version 1.04.
Pkgsrc changes:
- Set LICENSE
Upstream changes:
1.04 - 2010-04-03
* The functionality of Config::GitLike::Cascaded has been folded into
Config::GitLike as a "cascade" option, and the subpackage is now
deprecated. (alexmv)
* Config::GitLike::Git->new->load("/path/to/git") when the path is
lacking a ".git", or is a bare repository, now works. (alexmv)
* Fixed a bug wherein the home directory config file would be loaded
twice, causing all values to be multiple, if that was your cwd.
Reported by rjbs. (alexmv)
* Allow explicitly calling ->load_file without previously having
called ->load (alexmv)
1.03 - 2010-01-03
* Filter without replace_all should only replace the _first_ match (alexmv)
* Having a matching filter with multiple and not replace_all does mean
replacement (alexmv)
* Fix a test that failed because multiple now works, and we're too smart
(alexmv)
* Fix for when ->set_multiple called with no arguments (alexmv)
Diffstat (limited to 'devel/p5-Config-GitLike')
-rw-r--r-- | devel/p5-Config-GitLike/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Config-GitLike/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-Config-GitLike/Makefile b/devel/p5-Config-GitLike/Makefile index bc4e7955f84..72fa202394a 100644 --- a/devel/p5-Config-GitLike/Makefile +++ b/devel/p5-Config-GitLike/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/11/22 22:29:13 seb Exp $ +# $NetBSD: Makefile,v 1.2 2010/04/24 17:17:01 seb Exp $ # -DISTNAME= Config-GitLike-1.02 +DISTNAME= Config-GitLike-1.04 PKGNAME= p5-${DISTNAME} #PKGREVISION= 1 CATEGORIES= devel perl5 @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Config-GitLike/ COMMENT= Perl 5 module providing a git-compatible config file parser +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-Config-GitLike/distinfo b/devel/p5-Config-GitLike/distinfo index 1f92f6265b2..14bffd82fd4 100644 --- a/devel/p5-Config-GitLike/distinfo +++ b/devel/p5-Config-GitLike/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/11/22 22:29:13 seb Exp $ +$NetBSD: distinfo,v 1.2 2010/04/24 17:17:01 seb Exp $ -SHA1 (Config-GitLike-1.02.tar.gz) = 4bf2fa93a9e800cfee86d402cc3167178598b61c -RMD160 (Config-GitLike-1.02.tar.gz) = fa24f17601b3d2ae860360b2fc3a0bebd6462d6b -Size (Config-GitLike-1.02.tar.gz) = 40345 bytes +SHA1 (Config-GitLike-1.04.tar.gz) = ca4d7f07f4eb555c2f56722c212901e759b41d91 +RMD160 (Config-GitLike-1.04.tar.gz) = c9533a7a0c99ea22d8ac19a6dc6110ae4625c07e +Size (Config-GitLike-1.04.tar.gz) = 40319 bytes |