diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-03-16 21:16:03 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-03-16 21:16:03 +0000 |
commit | a397804248acbe9178c5e52b063cb8bf23ad771f (patch) | |
tree | b61ba5b1132befa782d52c0a8f85102b0ec4f854 /databases/p5-App-Sqitch | |
parent | 69006023f6c2efa0e9b6d8a581c7435af8710f36 (diff) | |
download | pkgsrc-a397804248acbe9178c5e52b063cb8bf23ad771f.tar.gz |
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.
Diffstat (limited to 'databases/p5-App-Sqitch')
-rw-r--r-- | databases/p5-App-Sqitch/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-App-Sqitch/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-App-Sqitch/Makefile b/databases/p5-App-Sqitch/Makefile index 7d40c1ede60..ff824191a82 100644 --- a/databases/p5-App-Sqitch/Makefile +++ b/databases/p5-App-Sqitch/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2014/02/20 18:43:00 schmonz Exp $ +# $NetBSD: Makefile,v 1.6 2014/03/16 21:16:03 schmonz Exp $ -DISTNAME= App-Sqitch-0.991 +DISTNAME= App-Sqitch-0.992 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} diff --git a/databases/p5-App-Sqitch/distinfo b/databases/p5-App-Sqitch/distinfo index dd8a2fa27f9..07f4a178eb7 100644 --- a/databases/p5-App-Sqitch/distinfo +++ b/databases/p5-App-Sqitch/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2014/02/20 18:43:00 schmonz Exp $ +$NetBSD: distinfo,v 1.3 2014/03/16 21:16:03 schmonz Exp $ -SHA1 (App-Sqitch-0.991.tar.gz) = 51904299ffb7031216365c018737a1e7778b7a5c -RMD160 (App-Sqitch-0.991.tar.gz) = 27bc736a1834b0a43b64b3e2fb9d52749220bb2f -Size (App-Sqitch-0.991.tar.gz) = 388589 bytes +SHA1 (App-Sqitch-0.992.tar.gz) = cc3dd8828f98d83b171a86005a2235bcc4ac8d6d +RMD160 (App-Sqitch-0.992.tar.gz) = 1a77ed3895cbd0c06c4877ab172a2378c5aa159c +Size (App-Sqitch-0.992.tar.gz) = 389189 bytes |