Sun Mar 16 21:16:03 2014 UTC ()
Update to 0.992. From the changelog:

- Fixed target test failures on Windows.
- Added support for Postgres-XC to the PostgreSQL engine. Sqitch registry
  tables are distributed by replication to all data nodes.
- Added support to MariaDB 5.3 and higher to the MySQL engine, thanks to
  Ed Silva.

Updating this leaf package during the freeze.


(schmonz)
diff -r1.5 -r1.6 pkgsrc/databases/p5-App-Sqitch/Makefile
diff -r1.2 -r1.3 pkgsrc/databases/p5-App-Sqitch/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/databases/p5-App-Sqitch/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-App-Sqitch/Makefile 2014/02/20 18:43:00 1.5
+++ pkgsrc/databases/p5-App-Sqitch/Makefile 2014/03/16 21:16:03 1.6
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2014/02/20 18:43:00 schmonz Exp $ 1# $NetBSD: Makefile,v 1.6 2014/03/16 21:16:03 schmonz Exp $
2 2
3DISTNAME= App-Sqitch-0.991 3DISTNAME= App-Sqitch-0.992
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= databases perl5 5CATEGORIES= databases perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
7 7
8MAINTAINER= schmonz@NetBSD.org 8MAINTAINER= schmonz@NetBSD.org
9HOMEPAGE= http://sqitch.org/ 9HOMEPAGE= http://sqitch.org/
10COMMENT= Sane database change management 10COMMENT= Sane database change management
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= p5-Config-GitLike>=1.09:../../devel/p5-Config-GitLike 13DEPENDS+= p5-Config-GitLike>=1.09:../../devel/p5-Config-GitLike
14DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI 14DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
15DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime 15DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
16DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 16DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1

cvs diff -r1.2 -r1.3 pkgsrc/databases/p5-App-Sqitch/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-App-Sqitch/distinfo 2014/02/20 18:43:00 1.2
+++ pkgsrc/databases/p5-App-Sqitch/distinfo 2014/03/16 21:16:03 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2014/02/20 18:43:00 schmonz Exp $ 1$NetBSD: distinfo,v 1.3 2014/03/16 21:16:03 schmonz Exp $
2 2
3SHA1 (App-Sqitch-0.991.tar.gz) = 51904299ffb7031216365c018737a1e7778b7a5c 3SHA1 (App-Sqitch-0.992.tar.gz) = cc3dd8828f98d83b171a86005a2235bcc4ac8d6d
4RMD160 (App-Sqitch-0.991.tar.gz) = 27bc736a1834b0a43b64b3e2fb9d52749220bb2f 4RMD160 (App-Sqitch-0.992.tar.gz) = 1a77ed3895cbd0c06c4877ab172a2378c5aa159c
5Size (App-Sqitch-0.991.tar.gz) = 388589 bytes 5Size (App-Sqitch-0.992.tar.gz) = 389189 bytes