pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/p5-DBIx-Class p5-DBIx-Class: update to 0.082...
details: https://anonhg.NetBSD.org/pkgsrc/rev/eeb6f5a3732e
branches: trunk
changeset: 375956:eeb6f5a3732e
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Feb 25 16:34:23 2018 +0000
description:
p5-DBIx-Class: update to 0.082841.
0.082841 2018-01-29 08:10 (UTC)
* Test-suite fixup changes only - no reason to upgrade, wait for 0.082850
* Misc
- Unblock DBD::SQLite (RT#118395)
- Fix missing ORDER BY leading to failures of t/prefetch/grouped.t
under upcoming libsqlite (RT#117271)
- Temporarily disable a non-critical portion of test failing on
upcoming libsqlite, proper fix coming in 0.082850 (RT#119845)
- Add test workaround for ( largely irrelevant ) RT#120129
- Add temporary test-workaround for a devrel of DBD::SQLite
RT#124227 / https://twitter.com/dbix_class/status/957271153751527424
- Add workaround for one of the most damaging "improvements" made
during the modern-perl-era (RT#120827)
- Fix malformed README file encoding (RT#122028)
diffstat:
databases/p5-DBIx-Class/Makefile | 5 ++---
databases/p5-DBIx-Class/distinfo | 11 +++++------
databases/p5-DBIx-Class/patches/patch-Makefile.PL | 15 ---------------
3 files changed, 7 insertions(+), 24 deletions(-)
diffs (49 lines):
diff -r 9cf53fb3ad5f -r eeb6f5a3732e databases/p5-DBIx-Class/Makefile
--- a/databases/p5-DBIx-Class/Makefile Sun Feb 25 16:24:11 2018 +0000
+++ b/databases/p5-DBIx-Class/Makefile Sun Feb 25 16:34:23 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2017/06/05 14:22:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.42 2018/02/25 16:34:23 wiz Exp $
-DISTNAME= DBIx-Class-0.082840
+DISTNAME= DBIx-Class-0.082841
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
diff -r 9cf53fb3ad5f -r eeb6f5a3732e databases/p5-DBIx-Class/distinfo
--- a/databases/p5-DBIx-Class/distinfo Sun Feb 25 16:24:11 2018 +0000
+++ b/databases/p5-DBIx-Class/distinfo Sun Feb 25 16:34:23 2018 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.29 2017/06/07 14:34:46 ryoon Exp $
+$NetBSD: distinfo,v 1.30 2018/02/25 16:34:23 wiz Exp $
-SHA1 (DBIx-Class-0.082840.tar.gz) = d3ed27de4ee2c60e4c05656d1f16c4281be63bf7
-RMD160 (DBIx-Class-0.082840.tar.gz) = 707e62c3c937836190c9a8482617ec381f431c25
-SHA512 (DBIx-Class-0.082840.tar.gz) = 0ae0c724c57cd2b62b9d711633bfc2ba4320c15f6e9d0253381c9ffae495355e32888ec87d6a85c85000d434cedb51789f4b7807da157de8b08723333b66a0d2
-Size (DBIx-Class-0.082840.tar.gz) = 860243 bytes
-SHA1 (patch-Makefile.PL) = 1eff961166d6b3e42d6beac09b94780d6b4146f3
+SHA1 (DBIx-Class-0.082841.tar.gz) = 6e24aa7207bb3d570c99c4b6296899e8ffa0dbd9
+RMD160 (DBIx-Class-0.082841.tar.gz) = 868133b8dfb1de2f47f4cee61065a5d2e38609c1
+SHA512 (DBIx-Class-0.082841.tar.gz) = a9c54c0cdb7a2dc93a4b3acb90974e6db80d5eaa95c723c0c3895c99b53be00ed182d4cdc6c5350ee7f120f29172c06494d5c647b8eb4643b91387c0ffee694b
+Size (DBIx-Class-0.082841.tar.gz) = 861367 bytes
diff -r 9cf53fb3ad5f -r eeb6f5a3732e databases/p5-DBIx-Class/patches/patch-Makefile.PL
--- a/databases/p5-DBIx-Class/patches/patch-Makefile.PL Sun Feb 25 16:24:11 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 14:34:47 ryoon Exp $
-
-* Fix build with Perl 5.26.0
-
---- Makefile.PL.orig 2016-06-20 06:55:46.000000000 +0000
-+++ Makefile.PL
-@@ -2,6 +2,8 @@ use strict;
- use warnings;
-
- use 5.008001;
-+use FindBin;
-+use lib $FindBin::Bin;
- use inc::Module::Install 1.06;
- BEGIN { makemaker_args( NORECURS => 1 ) } # needs to happen early for old EUMM
-
Home |
Main Index |
Thread Index |
Old Index