Date: Mon, 13 Jan 2020 17:45:35 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522919 - head/databases/p5-DBI-Shell Message-ID: <202001131745.00DHjZ4a086480@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jan 13 17:45:34 2020 New Revision: 522919 URL: https://svnweb.freebsd.org/changeset/ports/522919 Log: Update to 11.96 - Add LICENSE - Sort PLIST Changes: https://metacpan.org/changes/distribution/DBI-Shell Modified: head/databases/p5-DBI-Shell/Makefile head/databases/p5-DBI-Shell/distinfo head/databases/p5-DBI-Shell/pkg-plist Modified: head/databases/p5-DBI-Shell/Makefile ============================================================================== --- head/databases/p5-DBI-Shell/Makefile Mon Jan 13 17:45:29 2020 (r522918) +++ head/databases/p5-DBI-Shell/Makefile Mon Jan 13 17:45:34 2020 (r522919) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DBI-Shell -PORTVERSION= 11.95 -PORTREVISION= 2 +PORTVERSION= 11.96 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,16 +10,24 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Interactive command shell for the DBI +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI \ - p5-Text-Reform>=0:textproc/p5-Text-Reform \ + p5-File-HomeDir>=0:devel/p5-File-HomeDir \ + p5-IO-Interactive>=0:devel/p5-IO-Interactive \ + p5-IO-Tee>=0:devel/p5-IO-Tee \ p5-Text-CSV_XS>=0:textproc/p5-Text-CSV_XS \ - p5-IO-Tee>=0:devel/p5-IO-Tee + p5-Text-Reform>=0:textproc/p5-Text-Reform USES= perl5 shebangfix -SHEBANG_FILES= lib/DBI/Shell/SQLMinus.pm -perl_OLD_CMD= perl USE_PERL5= configure + NO_ARCH= yes + +SHEBANG_FILES= lib/DBI/Shell/SQLMinus.pm +perl_OLD_CMD= perl .include <bsd.port.mk> Modified: head/databases/p5-DBI-Shell/distinfo ============================================================================== --- head/databases/p5-DBI-Shell/distinfo Mon Jan 13 17:45:29 2020 (r522918) +++ head/databases/p5-DBI-Shell/distinfo Mon Jan 13 17:45:34 2020 (r522919) @@ -1,2 +1,3 @@ -SHA256 (DBI-Shell-11.95.tar.gz) = 44aa76c90a425d4aff9e2580a6baf334a5102fb794fbdb26e301294c190cbed9 -SIZE (DBI-Shell-11.95.tar.gz) = 51147 +TIMESTAMP = 1578923248 +SHA256 (DBI-Shell-11.96.tar.gz) = 4372c6d602c57377a69e82a72f53582bc6f893cf57835f236190a0e31a4d335e +SIZE (DBI-Shell-11.96.tar.gz) = 55409 Modified: head/databases/p5-DBI-Shell/pkg-plist ============================================================================== --- head/databases/p5-DBI-Shell/pkg-plist Mon Jan 13 17:45:29 2020 (r522918) +++ head/databases/p5-DBI-Shell/pkg-plist Mon Jan 13 17:45:34 2020 (r522919) @@ -8,8 +8,8 @@ bin/dbish %%SITE_PERL%%/DBI/Shell/SQLMinus.pm %%SITE_PERL%%/DBI/Shell/Spool.pm %%SITE_PERL%%/DBI/Shell/Timing.pm +%%PERL5_MAN1%%/dbish.1.gz %%PERL5_MAN3%%/DBI::Format.3.gz %%PERL5_MAN3%%/DBI::Format::CSV.3.gz %%PERL5_MAN3%%/DBI::Format::SQLMinus.3.gz %%PERL5_MAN3%%/DBI::Shell.3.gz -%%PERL5_MAN1%%/dbish.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001131745.00DHjZ4a086480>