Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  5 May 2007 12:24:08 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/112431: [MAINTAINER] devel/p5-Data-ObjectDriver: update to 0.04
Message-ID:  <20070505042408.37B9F6E0@netnews.NCTU.edu.tw>
Resent-Message-ID: <200705050430.l454U60r050723@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         112431
>Category:       ports
>Synopsis:       [MAINTAINER] devel/p5-Data-ObjectDriver: update to 0.04
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 05 04:30:06 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.2-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Sat Apr 28 00:53:10 CST 2007
>Description:
- Update to 0.04

Port maintainer (gslin@gslin.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Data-ObjectDriver-0.04.patch begins here ---
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
--- p5-Data-ObjectDriver-0.04.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070505042408.37B9F6E0>