Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2003 11:52:10 +0100 (CET)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48770: maintainer-update databases/p5-ResourcePool-DBI to 1.0100 
Message-ID:  <20030228105210.447A9AB34@backup-mx.droso.dk>

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

>Number:         48770
>Category:       ports
>Synopsis:       maintainer-update databases/p5-ResourcePool-DBI to 1.0100
>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:   Fri Feb 28 03:00:16 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #14: Sun Feb 16 11:42:13 CET 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:

Vendor update to 1.0100:
  *  The three commands Execute, Select and SelectRow have been 
     added. This release is a preview, the features are not yet fully 
     implemented and might therefore not sufficient for you needs 
     right now.


>How-To-Repeat:
	
>Fix:

	

--- p5-ResourcePool-DBI.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/p5-ResourcePool-Resource-DBI/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	12 Feb 2003 23:32:20 -0000	1.1
+++ Makefile	28 Feb 2003 10:50:37 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ResourcePool-Resource-DBI
-PORTVERSION=	1.0000
+PORTVERSION=	1.0100
 CATEGORIES=	databases perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN} \
 		http://www.fatalmind.com/projects/ResourcePool/
@@ -23,6 +23,8 @@
 PERL_CONFIGURE=	yes
 
 MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3=		ResourcePool::Resource::DBI.3 ResourcePool::Factory::DBI.3
+MAN3=		ResourcePool::Resource::DBI.3 ResourcePool::Factory::DBI.3 \
+		ResourcePool::Command::DBI::Execute.3 ResourcePool::Command::DBI::Select.3 \
+		ResourcePool::Command::DBI::SelectRow.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/p5-ResourcePool-Resource-DBI/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	12 Feb 2003 23:32:20 -0000	1.1
+++ distinfo	28 Feb 2003 10:50:37 -0000
@@ -1 +1 @@
-MD5 (ResourcePool-Resource-DBI-1.0000.tar.gz) = 2d597b4d31cba5d5f6add29db0c63fca
+MD5 (ResourcePool-Resource-DBI-1.0100.tar.gz) = 787574355cd371bfef947dcc7c063de7
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/databases/p5-ResourcePool-Resource-DBI/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	12 Feb 2003 23:32:20 -0000	1.1
+++ pkg-plist	28 Feb 2003 10:50:37 -0000
@@ -1,8 +1,16 @@
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ResourcePool/Resource/DBI/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/DBI/Execute.pm
+lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/DBI/SelectRow.pod
+lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/DBI/Select.pod
+lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/DBI/Select.pm
+lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/DBI/SelectRow.pm
+lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/DBI/Execute.pod
+lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/DBI/Common.pm
 lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource/DBI.pm
 lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource/DBI.pod
 lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory/DBI.pm
 lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Factory/DBI.pod
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Command/DBI
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ResourcePool/Resource/DBI
 @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ResourcePool/Resource 2>/dev/null || true
 @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/ResourcePool/Resource 2>/dev/null || true
--- p5-ResourcePool-DBI.diff ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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