diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2020-01-14 01:45:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2020-01-14 01:45:34 +0800 |
commit | fec886cdceb180afedf8e1051dd5639145de2f2b (patch) | |
tree | 2037ee06f8df9396043ae1d9726b3e78c7a9092f /databases | |
parent | 6c8da660180ec93e41f61f72a0e2813da37e5ba6 (diff) | |
download | freebsd-ports-gnome-fec886cdceb180afedf8e1051dd5639145de2f2b.tar.gz freebsd-ports-gnome-fec886cdceb180afedf8e1051dd5639145de2f2b.tar.zst freebsd-ports-gnome-fec886cdceb180afedf8e1051dd5639145de2f2b.zip |
Update to 11.96
- Add LICENSE
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/DBI-Shell
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBI-Shell/Makefile | 19 | ||||
-rw-r--r-- | databases/p5-DBI-Shell/distinfo | 5 | ||||
-rw-r--r-- | databases/p5-DBI-Shell/pkg-plist | 2 |
3 files changed, 17 insertions, 9 deletions
diff --git a/databases/p5-DBI-Shell/Makefile b/databases/p5-DBI-Shell/Makefile index a1b052352d58..774edf3fccf7 100644 --- a/databases/p5-DBI-Shell/Makefile +++ b/databases/p5-DBI-Shell/Makefile @@ -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> diff --git a/databases/p5-DBI-Shell/distinfo b/databases/p5-DBI-Shell/distinfo index edefe3d02686..85f57fb45b9c 100644 --- a/databases/p5-DBI-Shell/distinfo +++ b/databases/p5-DBI-Shell/distinfo @@ -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 diff --git a/databases/p5-DBI-Shell/pkg-plist b/databases/p5-DBI-Shell/pkg-plist index 9c3e7e32936f..43c818797487 100644 --- a/databases/p5-DBI-Shell/pkg-plist +++ b/databases/p5-DBI-Shell/pkg-plist @@ -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 |