OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 16-Sep-2009 12:15:49 Branch: HEAD Handle: 2009091611154800 Modified files: openpkg-src/perl-dbi perl-dbi.patch perl-dbi.spec Log: reduce dependencies Summary: Revision Changes Path 1.65 +30 -4 openpkg-src/perl-dbi/perl-dbi.patch 1.372 +1 -1 openpkg-src/perl-dbi/perl-dbi.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-dbi/perl-dbi.patch ============================================================================ $ cvs diff -u -r1.64 -r1.65 perl-dbi.patch --- openpkg-src/perl-dbi/perl-dbi.patch 12 Aug 2009 10:43:32 -0000 1.64 +++ openpkg-src/perl-dbi/perl-dbi.patch 16 Sep 2009 10:15:48 -0000 1.65 @@ -1,6 +1,6 @@ Index: DBD-SQLite-1.26_03/Makefile.PL --- DBD-SQLite-1.26_03/Makefile.PL.orig 2009-08-12 07:53:19 +0200 -+++ DBD-SQLite-1.26_03/Makefile.PL 2009-08-12 12:40:10 +0200 ++++ DBD-SQLite-1.26_03/Makefile.PL 2009-09-16 12:13:17 +0200 @@ -17,46 +17,7 @@ return @_; } @@ -74,7 +74,7 @@ } Index: DBD-Sybase-1.09/dbdimp.c --- DBD-Sybase-1.09/dbdimp.c.orig 2008-08-31 14:08:17 +0200 -+++ DBD-Sybase-1.09/dbdimp.c 2009-08-12 12:39:07 +0200 ++++ DBD-Sybase-1.09/dbdimp.c 2009-09-16 12:13:17 +0200 @@ -774,22 +774,22 @@ #if defined(CS_VERSION_150) @@ -105,7 +105,7 @@ if (cs_config(context, CS_SET, CS_MESSAGE_CB, Index: DBD-cego/Makefile.PL --- DBD-cego/Makefile.PL.orig 2009-04-09 17:37:51 +0200 -+++ DBD-cego/Makefile.PL 2009-08-12 12:39:07 +0200 ++++ DBD-cego/Makefile.PL 2009-09-16 12:13:17 +0200 @@ -43,7 +43,7 @@ 'VERSION_FROM' => 'Cego.pm', 'PREREQ_PM' => {DBI => 1.03}, @@ -117,7 +117,7 @@ . $opt->{'prefix'} . "/lib/libBase.a", Index: DBD-mysql-4.012/dbdimp.h --- DBD-mysql-4.012/dbdimp.h.orig 2009-06-19 03:54:47 +0200 -+++ DBD-mysql-4.012/dbdimp.h 2009-08-12 12:39:07 +0200 ++++ DBD-mysql-4.012/dbdimp.h 2009-09-16 12:13:17 +0200 @@ -19,6 +19,7 @@ * Header files we use */ @@ -126,3 +126,29 @@ #include <mysql.h> /* Comes with MySQL-devel */ #include <mysqld_error.h> /* Comes MySQL */ +Index: SQL-Translator-0.11002/Makefile.PL +--- SQL-Translator-0.11002/Makefile.PL.orig 2009-08-28 14:08:09 +0200 ++++ SQL-Translator-0.11002/Makefile.PL 2009-09-16 12:13:33 +0200 +@@ -14,7 +14,7 @@ + 'Carp::Clan' => 0, + 'IO::Dir' => 0, + 'IO::Scalar' => 2.110, +- 'Parse::RecDescent' => 1.962002, ++ 'Parse::RecDescent' => 1.962, + 'Pod::Usage' => 0, + 'Class::Accessor::Fast' => 0, + 'DBI' => 0, +@@ -32,13 +32,6 @@ + 'Text::RecordParser' => 0.02, + 'XML::LibXML' => 1.69, + }, +- test_requires => { +- 'YAML' => 0.66, +- 'File::Basename' => 0, +- 'Test::More' => 0.6, +- 'Test::Differences' => 0, +- 'Test::Exception' => 0, +- }, + }; + + perl_version '5.005'; @@ . patch -p0 <<'@@ .' Index: openpkg-src/perl-dbi/perl-dbi.spec ============================================================================ $ cvs diff -u -r1.371 -r1.372 perl-dbi.spec --- openpkg-src/perl-dbi/perl-dbi.spec 13 Sep 2009 19:13:25 -0000 1.371 +++ openpkg-src/perl-dbi/perl-dbi.spec 16 Sep 2009 10:15:48 -0000 1.372 @@ -54,7 +54,7 @@ Group: Perl License: GPL/Artistic Version: %{V_perl} -Release: 20090913 +Release: 20090916 # package options %option with_sqlite yes @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org