pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/p5-App-Sqitch



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Dec  6 12:48:15 UTC 2021

Modified Files:
        pkgsrc/databases/p5-App-Sqitch: Makefile distinfo

Log Message:
Update to 1.2.1. From the changelog:

- Updated all the live engine tests, aside from Oracle, to test with
  unique registry names, so as to avoid conflicts when multiple
  instances are being tested at once. Thanks to Slaven Rezić for the
  report (#597).
- Removed `local` directory from the distribution, accidentally included
  in v1.2.0. Thanks to gregor herrmann for the report (#600).


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/databases/p5-App-Sqitch/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/p5-App-Sqitch/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/p5-App-Sqitch/Makefile
diff -u pkgsrc/databases/p5-App-Sqitch/Makefile:1.31 pkgsrc/databases/p5-App-Sqitch/Makefile:1.32
--- pkgsrc/databases/p5-App-Sqitch/Makefile:1.31        Sun Nov 21 14:55:44 2021
+++ pkgsrc/databases/p5-App-Sqitch/Makefile     Mon Dec  6 12:48:15 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2021/11/21 14:55:44 schmonz Exp $
+# $NetBSD: Makefile,v 1.32 2021/12/06 12:48:15 schmonz Exp $
 
-DISTNAME=              App-Sqitch-v1.2.0
+DISTNAME=              App-Sqitch-v1.2.1
 PKGNAME=               p5-${DISTNAME:S/-v/-/}
 CATEGORIES=            databases perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=App/}
@@ -10,6 +10,7 @@ HOMEPAGE=             https://sqitch.org/
 COMMENT=               Sensible database change management
 LICENSE=               mit
 
+DEPENDS+=              p5-Algorithm-Backoff>=0.006:../../devel/p5-Algorithm-Backoff
 DEPENDS+=              p5-Class-XSAccessor>=1.18:../../devel/p5-Class-XSAccessor
 DEPENDS+=              p5-Clone-[0-9]*:../../devel/p5-Clone
 DEPENDS+=              p5-Config-GitLike>=1.15:../../devel/p5-Config-GitLike

Index: pkgsrc/databases/p5-App-Sqitch/distinfo
diff -u pkgsrc/databases/p5-App-Sqitch/distinfo:1.18 pkgsrc/databases/p5-App-Sqitch/distinfo:1.19
--- pkgsrc/databases/p5-App-Sqitch/distinfo:1.18        Sun Nov 21 14:55:44 2021
+++ pkgsrc/databases/p5-App-Sqitch/distinfo     Mon Dec  6 12:48:15 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2021/11/21 14:55:44 schmonz Exp $
+$NetBSD: distinfo,v 1.19 2021/12/06 12:48:15 schmonz Exp $
 
-BLAKE2s (App-Sqitch-v1.2.0.tar.gz) = db0a1109cc0064fde941acbbbac05e77408fec809638f6133555adf102b0b309
-SHA512 (App-Sqitch-v1.2.0.tar.gz) = 78b0edc8edd7d7e8d2941da6e0a9c8394b87165d586d8c8bd15f051282f69e22fc850426d6794358459f53d91d0070c36843308fbe63f1c8d68e0e468fbdf303
-Size (App-Sqitch-v1.2.0.tar.gz) = 8187911 bytes
+BLAKE2s (App-Sqitch-v1.2.1.tar.gz) = 39c3a607518323a4d3405fa4d005a3920ff7a4931016084d4d97c0c7fb57536c
+SHA512 (App-Sqitch-v1.2.1.tar.gz) = 3fdc68fc4af658336d4a9b5bc8df276a14620d2107a9a32adc4678d4d7003d05ee6b8634adb67ca8dea259ccb58441b1de89319c093b505d15672a2db427b61e
+Size (App-Sqitch-v1.2.1.tar.gz) = 613784 bytes



Home | Main Index | Thread Index | Old Index