Wed Jan 28 04:42:39 2015 UTC ()
Update 1.12 to 1.15
-------------------
1.15 2014-06-24
 - Cope with Cwd::abs_path dying on non-existant paths on Windows

1.14 2014-05-20
 - Fix tests under MacOS, where TMPDIR is, by default, under a symlink

1.13 2014-04-22
 - Only expand ~ in paths if they are the first character
 - Implement include.path, as git 1.7.10 and above do


(mef)
diff -r1.11 -r1.12 pkgsrc/devel/p5-Config-GitLike/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/p5-Config-GitLike/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/devel/p5-Config-GitLike/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Config-GitLike/Makefile 2014/05/29 23:35:46 1.11
+++ pkgsrc/devel/p5-Config-GitLike/Makefile 2015/01/28 04:42:39 1.12
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.11 2014/05/29 23:35:46 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2015/01/28 04:42:39 mef Exp $
2 2
3DISTNAME= Config-GitLike-1.12 3DISTNAME= Config-GitLike-1.15
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Config-GitLike/ 9HOMEPAGE= http://search.cpan.org/dist/Config-GitLike/
11COMMENT= Perl 5 module providing a git-compatible config file parser 10COMMENT= Perl 5 module providing a git-compatible config file parser
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo 13DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
15DEPENDS+= p5-MooX-Types-MooseLike-[0-9]*:../../devel/p5-MooX-Types-MooseLike 14DEPENDS+= p5-MooX-Types-MooseLike-[0-9]*:../../devel/p5-MooX-Types-MooseLike
16# For test target 15# For test target
17BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception 16BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
18 17

cvs diff -r1.6 -r1.7 pkgsrc/devel/p5-Config-GitLike/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Config-GitLike/distinfo 2013/10/15 15:19:08 1.6
+++ pkgsrc/devel/p5-Config-GitLike/distinfo 2015/01/28 04:42:39 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2013/10/15 15:19:08 wen Exp $ 1$NetBSD: distinfo,v 1.7 2015/01/28 04:42:39 mef Exp $
2 2
3SHA1 (Config-GitLike-1.12.tar.gz) = cf3906f76ea7a1761a304d97bd4f60f54a312b18 3SHA1 (Config-GitLike-1.15.tar.gz) = 2cc599207d5491e7fd2dead224b507f1dfa89295
4RMD160 (Config-GitLike-1.12.tar.gz) = ce186f7cd9f6c2c9133af274d350b07da04a57fe 4RMD160 (Config-GitLike-1.15.tar.gz) = 6848e76d42994d60dca7050bbdba48cf2ec8c4b6
5Size (Config-GitLike-1.12.tar.gz) = 48821 bytes 5Size (Config-GitLike-1.15.tar.gz) = 49708 bytes