Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  6 May 2004 23:22:02 +0800 (CST)
From:      Yen-Ming Lee <leeym@utopia.leeym.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/66332: fix port: databases/p5-DBI
Message-ID:  <20040506152202.7FAA03EA7EC@utopia.leeym.com>
Resent-Message-ID: <200405061530.i46FUNxN036360@freefall.freebsd.org>

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

>Number:         66332
>Category:       ports
>Synopsis:       fix port: databases/p5-DBI
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 06 08:30:22 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.2.1-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 5.2.1-RELEASE-p4 FreeBSD 5.2.1-RELEASE-p4 #60: Tue Apr 13 05:18:58 CST 2004 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386


	
>Description:

add missing files and manpages

>How-To-Repeat:
	
>Fix:

	

--- p5-DBI.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/p5-DBI/Makefile,v
retrieving revision 1.52
diff -u -r1.52 Makefile
--- Makefile	21 Mar 2004 01:38:26 -0000	1.52
+++ Makefile	6 May 2004 15:13:23 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	DBI
 PORTVERSION=	1.42
+PORTREVISION=	1
 CATEGORIES=	databases perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	DBI
@@ -26,6 +27,8 @@
 MAN1=		dbiprof.1 \
 		dbiproxy.1
 MAN3=		Bundle::DBI.3 \
+		DBD::DBM.3 \
+		DBD::File.3 \
 		DBD::Proxy.3 \
 		DBD::Sponge.3 \
 		DBI.3 \
@@ -42,6 +45,7 @@
 		DBI::ProfileDumper::Apache.3 \
 		DBI::ProxyServer.3 \
 		DBI::PurePerl.3 \
+		DBI::SQL::Nano.3 \
 		DBI::W32ODBC.3 \
 		Win32::DBIODBC.3
 
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/databases/p5-DBI/pkg-plist,v
retrieving revision 1.25
diff -u -r1.25 pkg-plist
--- pkg-plist	21 Mar 2004 01:38:26 -0000	1.25
+++ pkg-plist	6 May 2004 15:13:23 -0000
@@ -1,7 +1,9 @@
 bin/dbiprof
 bin/dbiproxy
 %%SITE_PERL%%/%%PERL_ARCH%%/Bundle/DBI.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/DBD/DBM.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/DBD/ExampleP.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/DBD/File.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/DBD/NullP.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/DBD/Proxy.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/DBD/Sponge.pm
--- p5-DBI.diff ends here ---


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



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