pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Config-GitLike Update p5-Config-GitLike from ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1227f9366ffd
branches:  trunk
changeset: 574750:1227f9366ffd
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Apr 24 17:17:01 2010 +0000

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

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

diffs (34 lines):

diff -r f1937f221f00 -r 1227f9366ffd devel/p5-Config-GitLike/Makefile
--- a/devel/p5-Config-GitLike/Makefile  Sat Apr 24 17:15:15 2010 +0000
+++ b/devel/p5-Config-GitLike/Makefile  Sat Apr 24 17:17:01 2010 +0000
@@ -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 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 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 -r f1937f221f00 -r 1227f9366ffd devel/p5-Config-GitLike/distinfo
--- a/devel/p5-Config-GitLike/distinfo  Sat Apr 24 17:15:15 2010 +0000
+++ b/devel/p5-Config-GitLike/distinfo  Sat Apr 24 17:17:01 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index