From 1fc61908ceaf764da6ef4712e985dd548e11c933 Mon Sep 17 00:00:00 2001 From: leeym Date: Wed, 20 Feb 2008 17:01:02 +0000 Subject: - update to 11.95 - assign to perl@ --- databases/p5-DBI-Shell/Makefile | 13 +++++++------ databases/p5-DBI-Shell/distinfo | 6 +++--- databases/p5-DBI-Shell/pkg-plist | 1 + 3 files changed, 11 insertions(+), 9 deletions(-) (limited to 'databases/p5-DBI-Shell') diff --git a/databases/p5-DBI-Shell/Makefile b/databases/p5-DBI-Shell/Makefile index 4b4305acf7a3..33f2f1e63acb 100644 --- a/databases/p5-DBI-Shell/Makefile +++ b/databases/p5-DBI-Shell/Makefile @@ -6,23 +6,24 @@ # PORTNAME= DBI-Shell -PORTVERSION= 11.94 +PORTVERSION= 11.95 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Interactive command shell for the DBI -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS= ${BUILD_DEPENDS} -RUN_DEPENDS+= ${SITE_PERL}/Text/Reform.pm:${PORTSDIR}/textproc/p5-Text-Reform \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ + ${SITE_PERL}/Text/Reform.pm:${PORTSDIR}/textproc/p5-Text-Reform \ + ${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \ ${SITE_PERL}/IO/Tee.pm:${PORTSDIR}/devel/p5-IO-Tee +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN1= dbish.1 -MAN3= DBI::Format.3 DBI::Format::SQLMinus.3 DBI::Shell.3 +MAN3= DBI::Format.3 DBI::Format::CSV.3 DBI::Format::SQLMinus.3 DBI::Shell.3 .include diff --git a/databases/p5-DBI-Shell/distinfo b/databases/p5-DBI-Shell/distinfo index cf5413c7fde8..66c6c9bfd524 100644 --- a/databases/p5-DBI-Shell/distinfo +++ b/databases/p5-DBI-Shell/distinfo @@ -1,3 +1,3 @@ -MD5 (DBI-Shell-11.94.tar.gz) = ac2334518e77ffca276132f4ed7323cc -SHA256 (DBI-Shell-11.94.tar.gz) = 836b097b01d1e876aa78a87a692bb5c2c2061d678b5ee554a09ed8fd41a850ba -SIZE (DBI-Shell-11.94.tar.gz) = 49295 +MD5 (DBI-Shell-11.95.tar.gz) = 4a2031fc856bef6d6ba82ee75a5d119c +SHA256 (DBI-Shell-11.95.tar.gz) = 44aa76c90a425d4aff9e2580a6baf334a5102fb794fbdb26e301294c190cbed9 +SIZE (DBI-Shell-11.95.tar.gz) = 51147 diff --git a/databases/p5-DBI-Shell/pkg-plist b/databases/p5-DBI-Shell/pkg-plist index 49c0d176d0f4..6ab8672699c0 100644 --- a/databases/p5-DBI-Shell/pkg-plist +++ b/databases/p5-DBI-Shell/pkg-plist @@ -5,6 +5,7 @@ bin/dbish %%SITE_PERL%%/DBI/Shell/Spool.pm %%SITE_PERL%%/DBI/Shell/Timing.pm %%SITE_PERL%%/DBI/Shell/FindSqlFile.pm +%%SITE_PERL%%/DBI/Format/CSV.pm %%SITE_PERL%%/DBI/Format/SQLMinus.pm %%SITE_PERL%%/DBI/Shell.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBI/Shell/.packlist -- cgit