FreeBSD Bugzilla – Attachment 78157 Details for
Bug 112431
[MAINTAINER] devel/p5-Data-ObjectDriver: update to 0.04
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-Data-ObjectDriver-0.04.patch
p5-Data-ObjectDriver-0.04.patch (text/plain), 4.24 KB, created by
gslin
on 2007-05-05 05:30:06 UTC
(
hide
)
Description:
p5-Data-ObjectDriver-0.04.patch
Filename:
MIME Type:
Creator:
gslin
Created:
2007-05-05 05:30:06 UTC
Size:
4.24 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/devel/p5-Data-ObjectDriver/Makefile /home/staff/gslin/work/ports/p5-Data-ObjectDriver/Makefile >--- /usr/ports/devel/p5-Data-ObjectDriver/Makefile Sun Feb 25 22:38:13 2007 >+++ /home/staff/gslin/work/ports/p5-Data-ObjectDriver/Makefile Sat May 5 12:22:14 2007 >@@ -6,13 +6,13 @@ > # > > PORTNAME= Data-ObjectDriver >-PORTVERSION= 0.03 >+PORTVERSION= 0.04 > CATEGORIES= devel perl5 > MASTER_SITES= CPAN > MASTER_SITE_SUBDIR= Data > PKGNAMEPREFIX= p5- > >-MAINTAINER= gslin@gslin.org >+MAINTAINER= perl@FreeBSD.org > COMMENT= Simple, transparent data interface, with caching > > RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ >@@ -25,8 +25,16 @@ > PERL_CONFIGURE= yes > > MAN3= Data::ObjectDriver.3 Data::ObjectDriver::BaseObject.3 \ >+ Data::ObjectDriver::Driver::BaseCache.3 \ >+ Data::ObjectDriver::Driver::Cache::Memcached.3 \ >+ Data::ObjectDriver::Driver::DBD.3 \ > Data::ObjectDriver::Driver::DBD::SQLite.3 \ >- Data::ObjectDriver::Profiler.3 >+ Data::ObjectDriver::Driver::MultiPartition.3 \ >+ Data::ObjectDriver::Driver::Multiplexer.3 \ >+ Data::ObjectDriver::Driver::Partition.3 \ >+ Data::ObjectDriver::Driver::SimplePartition.3 \ >+ Data::ObjectDriver::Errors.3 Data::ObjectDriver::Profiler.3 \ >+ Data::ObjectDriver::SQL.3 > > .include <bsd.port.pre.mk> > >diff -ruN --exclude=CVS /usr/ports/devel/p5-Data-ObjectDriver/distinfo /home/staff/gslin/work/ports/p5-Data-ObjectDriver/distinfo >--- /usr/ports/devel/p5-Data-ObjectDriver/distinfo Sun Feb 25 22:38:13 2007 >+++ /home/staff/gslin/work/ports/p5-Data-ObjectDriver/distinfo Sat May 5 12:17:59 2007 >@@ -1,3 +1,3 @@ >-MD5 (Data-ObjectDriver-0.03.tar.gz) = 8845a4c669790de2d66521f5a83847b9 >-SHA256 (Data-ObjectDriver-0.03.tar.gz) = 31029e1573596705f078225611502b01b4d646245298c7e1bafdfb22b0ee7e5e >-SIZE (Data-ObjectDriver-0.03.tar.gz) = 51733 >+MD5 (Data-ObjectDriver-0.04.tar.gz) = 235e269b73d28651650347ca550ae095 >+SHA256 (Data-ObjectDriver-0.04.tar.gz) = 78965aa63ec0b39b1a65bab204ac297998d89244a7d91384fff161fca07b3b4b >+SIZE (Data-ObjectDriver-0.04.tar.gz) = 74732 >diff -ruN --exclude=CVS /usr/ports/devel/p5-Data-ObjectDriver/pkg-plist /home/staff/gslin/work/ports/p5-Data-ObjectDriver/pkg-plist >--- /usr/ports/devel/p5-Data-ObjectDriver/pkg-plist Sun Feb 25 22:38:13 2007 >+++ /home/staff/gslin/work/ports/p5-Data-ObjectDriver/pkg-plist Sat May 5 12:20:09 2007 >@@ -1,24 +1,25 @@ > @comment $FreeBSD: ports/devel/p5-Data-ObjectDriver/pkg-plist,v 1.1 2007/02/25 14:38:13 clsung Exp $ > %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/ObjectDriver/.packlist > %%SITE_PERL%%/Data/ObjectDriver.pm >-%%SITE_PERL%%/Data/ObjectDriver/BaseObject.pm >+%%SITE_PERL%%/Data/ObjectDriver/Errors.pm > %%SITE_PERL%%/Data/ObjectDriver/BaseView.pm >-%%SITE_PERL%%/Data/ObjectDriver/Driver/._SimplePartition.pm >+%%SITE_PERL%%/Data/ObjectDriver/Profiler.pm >+%%SITE_PERL%%/Data/ObjectDriver/SQL.pm >+%%SITE_PERL%%/Data/ObjectDriver/BaseObject.pm >+%%SITE_PERL%%/Data/ObjectDriver/Driver/Partition.pm > %%SITE_PERL%%/Data/ObjectDriver/Driver/BaseCache.pm >-%%SITE_PERL%%/Data/ObjectDriver/Driver/Cache/Apache.pm >-%%SITE_PERL%%/Data/ObjectDriver/Driver/Cache/Cache.pm >-%%SITE_PERL%%/Data/ObjectDriver/Driver/Cache/Memcached.pm >-%%SITE_PERL%%/Data/ObjectDriver/Driver/Cache/RAM.pm > %%SITE_PERL%%/Data/ObjectDriver/Driver/DBD.pm >+%%SITE_PERL%%/Data/ObjectDriver/Driver/SimplePartition.pm >+%%SITE_PERL%%/Data/ObjectDriver/Driver/DBI.pm >+%%SITE_PERL%%/Data/ObjectDriver/Driver/MultiPartition.pm >+%%SITE_PERL%%/Data/ObjectDriver/Driver/Multiplexer.pm > %%SITE_PERL%%/Data/ObjectDriver/Driver/DBD/Pg.pm > %%SITE_PERL%%/Data/ObjectDriver/Driver/DBD/SQLite.pm > %%SITE_PERL%%/Data/ObjectDriver/Driver/DBD/mysql.pm >-%%SITE_PERL%%/Data/ObjectDriver/Driver/DBI.pm >-%%SITE_PERL%%/Data/ObjectDriver/Driver/Partition.pm >-%%SITE_PERL%%/Data/ObjectDriver/Driver/SimplePartition.pm >-%%SITE_PERL%%/Data/ObjectDriver/Errors.pm >-%%SITE_PERL%%/Data/ObjectDriver/Profiler.pm >-%%SITE_PERL%%/Data/ObjectDriver/SQL.pm >+%%SITE_PERL%%/Data/ObjectDriver/Driver/Cache/Memcached.pm >+%%SITE_PERL%%/Data/ObjectDriver/Driver/Cache/Apache.pm >+%%SITE_PERL%%/Data/ObjectDriver/Driver/Cache/Cache.pm >+%%SITE_PERL%%/Data/ObjectDriver/Driver/Cache/RAM.pm > @dirrmtry %%SITE_PERL%%/Data/ObjectDriver/Driver/DBD > @dirrmtry %%SITE_PERL%%/Data/ObjectDriver/Driver/Cache > @dirrmtry %%SITE_PERL%%/Data/ObjectDriver/Driver
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 112431
: 78157