Update to p5-Rose-DB-0.778.

This commit is contained in:
ajacoutot 2018-04-27 14:59:01 +00:00
parent 1b4d531616
commit 6f403ee016
3 changed files with 10 additions and 9 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.14 2017/12/04 21:09:39 espie Exp $
# $OpenBSD: Makefile,v 1.15 2018/04/27 14:59:01 ajacoutot Exp $
COMMENT= DBI wrapper and abstraction layer
MODULES= cpan
PKG_ARCH= *
DISTNAME= Rose-DB-0.777
DISTNAME= Rose-DB-0.778
CATEGORIES= databases
FIX_EXTRACT_PERMISSIONS=Yes

View File

@ -1,2 +1,2 @@
SHA256 (Rose-DB-0.777.tar.gz) = MsRh9wKqHWAMtlXkCpHhxsochK2uO7d6IQdAIv0eGv0=
SIZE (Rose-DB-0.777.tar.gz) = 116122
SHA256 (Rose-DB-0.778.tar.gz) = pF4v3fLMRSCS0URWtLP3STObkB4INwFadhhTFOBIfmY=
SIZE (Rose-DB-0.778.tar.gz) = 116605

View File

@ -1,6 +1,7 @@
$OpenBSD: patch-lib_Rose_DB_Registry_Entry_pm,v 1.3 2015/12/12 19:58:39 jasper Exp $
--- lib/Rose/DB/Registry/Entry.pm.orig Wed Mar 18 00:30:03 2015
+++ lib/Rose/DB/Registry/Entry.pm Sat Dec 12 20:41:36 2015
$OpenBSD: patch-lib_Rose_DB_Registry_Entry_pm,v 1.4 2018/04/27 14:59:01 ajacoutot Exp $
Index: lib/Rose/DB/Registry/Entry.pm
--- lib/Rose/DB/Registry/Entry.pm.orig
+++ lib/Rose/DB/Registry/Entry.pm
@@ -2,7 +2,7 @@ package Rose::DB::Registry::Entry;
use strict;
@ -10,7 +11,7 @@ $OpenBSD: patch-lib_Rose_DB_Registry_Entry_pm,v 1.3 2015/12/12 19:58:39 jasper E
use Rose::Object;
our @ISA = qw(Rose::Object);
@@ -189,7 +189,7 @@ sub dump
@@ -190,7 +190,7 @@ sub dump
{
my $value = $self->$attr();
next unless(defined $value);
@ -19,7 +20,7 @@ $OpenBSD: patch-lib_Rose_DB_Registry_Entry_pm,v 1.3 2015/12/12 19:58:39 jasper E
}
@@ -199,13 +199,13 @@ sub dump
@@ -200,13 +200,13 @@ sub dump
{
my $value = $self->{$attr};
next unless(defined $value);