update to Rose-DB-0.777
This commit is contained in:
parent
2b745ebb63
commit
adcae5e804
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2015/01/21 14:05:46 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2015/12/12 19:58:39 jasper Exp $
|
||||
|
||||
COMMENT= DBI wrapper and abstraction layer
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
DISTNAME= Rose-DB-0.755
|
||||
REVISION= 0
|
||||
DISTNAME= Rose-DB-0.777
|
||||
CATEGORIES= databases
|
||||
|
||||
# Same as Perl
|
||||
@ -23,4 +22,8 @@ RUN_DEPENDS= math/p5-Bit-Vector \
|
||||
devel/p5-YAML-Syck
|
||||
|
||||
TEST_FLAGS += AUTOMATED_TESTING=1
|
||||
|
||||
pre-configure:
|
||||
find ${WRKSRC} -type f -name \*.orig -exec rm {} \;
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Rose-DB-0.755.tar.gz) = mZ1+IIChGGZpjxkceTorh4llmzCgmmFz4Rcn6WhY5nM=
|
||||
SIZE (Rose-DB-0.755.tar.gz) = 103715
|
||||
SHA256 (Rose-DB-0.777.tar.gz) = MsRh9wKqHWAMtlXkCpHhxsochK2uO7d6IQdAIv0eGv0=
|
||||
SIZE (Rose-DB-0.777.tar.gz) = 116122
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-lib_Rose_DB_Registry_Entry_pm,v 1.2 2010/01/10 13:45:03 espie Exp $
|
||||
--- lib/Rose/DB/Registry/Entry.pm.orig Mon Sep 14 17:01:58 2009
|
||||
+++ lib/Rose/DB/Registry/Entry.pm Sun Jan 10 14:14:31 2010
|
||||
$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
|
||||
@@ -2,7 +2,7 @@ package Rose::DB::Registry::Entry;
|
||||
|
||||
use strict;
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-lib_Rose_DB_Registry_Entry_pm,v 1.2 2010/01/10 13:45:03 espie Ex
|
||||
|
||||
use Rose::Object;
|
||||
our @ISA = qw(Rose::Object);
|
||||
@@ -186,7 +186,7 @@ sub dump
|
||||
@@ -189,7 +189,7 @@ sub dump
|
||||
{
|
||||
my $value = $self->$attr();
|
||||
next unless(defined $value);
|
||||
@ -19,7 +19,7 @@ $OpenBSD: patch-lib_Rose_DB_Registry_Entry_pm,v 1.2 2010/01/10 13:45:03 espie Ex
|
||||
}
|
||||
|
||||
|
||||
@@ -196,13 +196,13 @@ sub dump
|
||||
@@ -199,13 +199,13 @@ sub dump
|
||||
{
|
||||
my $value = $self->{$attr};
|
||||
next unless(defined $value);
|
||||
|
21
databases/p5-Rose-DB/patches/patch-lib_Rose_DB_pm
Normal file
21
databases/p5-Rose-DB/patches/patch-lib_Rose_DB_pm
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-lib_Rose_DB_pm,v 1.1 2015/12/12 19:58:39 jasper Exp $
|
||||
--- lib/Rose/DB.pm.orig Sat Dec 12 20:42:54 2015
|
||||
+++ lib/Rose/DB.pm Sat Dec 12 20:43:09 2015
|
||||
@@ -4,7 +4,7 @@ use strict;
|
||||
|
||||
use DBI;
|
||||
use Carp();
|
||||
-use Clone::PP();
|
||||
+use Clone();
|
||||
use Bit::Vector::Overload;
|
||||
use SQL::ReservedWords();
|
||||
|
||||
@@ -689,7 +689,7 @@ sub init_db_info
|
||||
sub init_connect_options
|
||||
{
|
||||
my($class) = ref $_[0];
|
||||
- return Clone::PP::clone(scalar $class->default_connect_options);
|
||||
+ return Clone::clone(scalar $class->default_connect_options);
|
||||
}
|
||||
|
||||
sub connect_option
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2008/01/12 14:29:39 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2015/12/12 19:58:39 jasper Exp $
|
||||
${P5SITE}/Rose/DB/
|
||||
${P5SITE}/Rose/DB.pm
|
||||
${P5SITE}/Rose/DB/Cache/
|
||||
@ -13,7 +13,6 @@ ${P5SITE}/Rose/DB/Pg.pm
|
||||
${P5SITE}/Rose/DB/Registry/
|
||||
${P5SITE}/Rose/DB/Registry.pm
|
||||
${P5SITE}/Rose/DB/Registry/Entry.pm
|
||||
@comment ${P5SITE}/Rose/DB/Registry/Entry.pm.orig
|
||||
${P5SITE}/Rose/DB/SQLite.pm
|
||||
${P5SITE}/Rose/DB/Tutorial.pod
|
||||
@man man/man3p/Rose::DB.3p
|
||||
|
Loading…
Reference in New Issue
Block a user