From owner-svn-ports-head@freebsd.org Mon Jan 13 17:45:35 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CAF601E4E8B; Mon, 13 Jan 2020 17:45:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47xLbM4rMqz3MjT; Mon, 13 Jan 2020 17:45:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A08978579; Mon, 13 Jan 2020 17:45:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00DHjZQS086483; Mon, 13 Jan 2020 17:45:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00DHjZ4a086480; Mon, 13 Jan 2020 17:45:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001131745.00DHjZ4a086480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Jan 2020 17:45:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522919 - head/databases/p5-DBI-Shell X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-DBI-Shell X-SVN-Commit-Revision: 522919 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jan 2020 17:45:35 -0000 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 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