From owner-dev-commits-ports-all@freebsd.org Sun Apr 25 20:38:11 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 52A6C5E6D13; Sun, 25 Apr 2021 20:38:11 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FT0GV44tmz4VrB; Sun, 25 Apr 2021 20:38:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7B44E1A7A3; Sun, 25 Apr 2021 20:38:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13PKcApN077882; Sun, 25 Apr 2021 20:38:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13PKcA5n077881; Sun, 25 Apr 2021 20:38:10 GMT (envelope-from git) Date: Sun, 25 Apr 2021 20:38:10 GMT Message-Id: <202104252038.13PKcA5n077881@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 63515531fc36 - main - textproc/p5-Text-Table-Any: Add RECOMMENDED option MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 63515531fc364f25173815a3ec124edb4b74eed6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2021 20:38:11 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=63515531fc364f25173815a3ec124edb4b74eed6 commit 63515531fc364f25173815a3ec124edb4b74eed6 Author: Po-Chuan Hsieh AuthorDate: 2021-04-25 20:13:39 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-04-25 20:35:19 +0000 textproc/p5-Text-Table-Any: Add RECOMMENDED option - Bump PORTREVISION for dependency change --- textproc/p5-Text-Table-Any/Makefile | 54 +++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/textproc/p5-Text-Table-Any/Makefile b/textproc/p5-Text-Table-Any/Makefile index e50865b4246c..c405daad7c08 100644 --- a/textproc/p5-Text-Table-Any/Makefile +++ b/textproc/p5-Text-Table-Any/Makefile @@ -2,6 +2,7 @@ PORTNAME= Text-Table-Any PORTVERSION= 0.102 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,4 +22,57 @@ USE_PERL5= configure NO_ARCH= yes +OPTIONS_DEFINE= RECOMMENDED +OPTIONS_DEFAULT=RECOMMENDED +RECOMMENDED_DESC= Recommended dependencies by upstream + +RECOMMENDED_BUILD_DEPENDS= p5-Term-TablePrint>=0:devel/p5-Term-TablePrint \ + p5-Text-ANSITable>=0:textproc/p5-Text-ANSITable \ + p5-Text-ASCIITable>=0:textproc/p5-Text-ASCIITable \ + p5-Text-FormatTable>=0:textproc/p5-Text-FormatTable \ + p5-Text-MarkdownTable>=0:textproc/p5-Text-MarkdownTable \ + p5-Text-Table>=0:textproc/p5-Text-Table \ + p5-Text-Table-ASV>=0:textproc/p5-Text-Table-ASV \ + p5-Text-Table-CSV>=0.022:textproc/p5-Text-Table-CSV \ + p5-Text-Table-HTML>=0:textproc/p5-Text-Table-HTML \ + p5-Text-Table-HTML-DataTables>=0:textproc/p5-Text-Table-HTML-DataTables \ + p5-Text-Table-LTSV>=0:textproc/p5-Text-Table-LTSV \ + p5-Text-Table-Manifold>=0:textproc/p5-Text-Table-Manifold \ + p5-Text-Table-More>=0:textproc/p5-Text-Table-More \ + p5-Text-Table-Org>=0:textproc/p5-Text-Table-Org \ + p5-Text-Table-Paragraph>=0:textproc/p5-Text-Table-Paragraph \ + p5-Text-Table-TSV>=0:textproc/p5-Text-Table-TSV \ + p5-Text-Table-Tiny>=0:textproc/p5-Text-Table-Tiny \ + p5-Text-Table-TinyBorderStyle>=0:textproc/p5-Text-Table-TinyBorderStyle \ + p5-Text-Table-TinyColor>=0:textproc/p5-Text-Table-TinyColor \ + p5-Text-Table-TinyColorWide>=0:textproc/p5-Text-Table-TinyColorWide \ + p5-Text-Table-TinyWide>=0:textproc/p5-Text-Table-TinyWide \ + p5-Text-Table-XLSX>=0:textproc/p5-Text-Table-XLSX \ + p5-Text-TabularDisplay>=0:textproc/p5-Text-TabularDisplay \ + p5-Text-UnicodeBox>=0:textproc/p5-Text-UnicodeBox +RECOMMENDED_RUN_DEPENDS= p5-Term-TablePrint>=0:devel/p5-Term-TablePrint \ + p5-Text-ANSITable>=0:textproc/p5-Text-ANSITable \ + p5-Text-ASCIITable>=0:textproc/p5-Text-ASCIITable \ + p5-Text-FormatTable>=0:textproc/p5-Text-FormatTable \ + p5-Text-MarkdownTable>=0:textproc/p5-Text-MarkdownTable \ + p5-Text-Table>=0:textproc/p5-Text-Table \ + p5-Text-Table-ASV>=0:textproc/p5-Text-Table-ASV \ + p5-Text-Table-CSV>=0.022:textproc/p5-Text-Table-CSV \ + p5-Text-Table-HTML>=0:textproc/p5-Text-Table-HTML \ + p5-Text-Table-HTML-DataTables>=0:textproc/p5-Text-Table-HTML-DataTables \ + p5-Text-Table-LTSV>=0:textproc/p5-Text-Table-LTSV \ + p5-Text-Table-Manifold>=0:textproc/p5-Text-Table-Manifold \ + p5-Text-Table-More>=0:textproc/p5-Text-Table-More \ + p5-Text-Table-Org>=0:textproc/p5-Text-Table-Org \ + p5-Text-Table-Paragraph>=0:textproc/p5-Text-Table-Paragraph \ + p5-Text-Table-TSV>=0:textproc/p5-Text-Table-TSV \ + p5-Text-Table-Tiny>=0:textproc/p5-Text-Table-Tiny \ + p5-Text-Table-TinyBorderStyle>=0:textproc/p5-Text-Table-TinyBorderStyle \ + p5-Text-Table-TinyColor>=0:textproc/p5-Text-Table-TinyColor \ + p5-Text-Table-TinyColorWide>=0:textproc/p5-Text-Table-TinyColorWide \ + p5-Text-Table-TinyWide>=0:textproc/p5-Text-Table-TinyWide \ + p5-Text-Table-XLSX>=0:textproc/p5-Text-Table-XLSX \ + p5-Text-TabularDisplay>=0:textproc/p5-Text-TabularDisplay \ + p5-Text-UnicodeBox>=0:textproc/p5-Text-UnicodeBox + .include