From owner-dev-commits-ports-main@freebsd.org Thu Apr 29 14:35:56 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 A788E62A57E; Thu, 29 Apr 2021 14:35:56 +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 4FWJ2h2M8gz4j3s; Thu, 29 Apr 2021 14:35:56 +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 2053A1CFAB; Thu, 29 Apr 2021 14:35:56 +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 13TEZu5E051245; Thu, 29 Apr 2021 14:35:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13TEZu1w051244; Thu, 29 Apr 2021 14:35:56 GMT (envelope-from git) Date: Thu, 29 Apr 2021 14:35:56 GMT Message-Id: <202104291435.13TEZu1w051244@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: f4222897bc56 - main - textproc/p5-Text-Table-Any: Update to 0.103 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: f4222897bc560d5eeec24697adb74f7451633c18 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2021 14:35:56 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f4222897bc560d5eeec24697adb74f7451633c18 commit f4222897bc560d5eeec24697adb74f7451633c18 Author: Po-Chuan Hsieh AuthorDate: 2021-04-29 14:15:29 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-04-29 14:23:42 +0000 textproc/p5-Text-Table-Any: Update to 0.103 Changes: https://metacpan.org/changes/distribution/Text-Table-Any --- textproc/p5-Text-Table-Any/Makefile | 5 +++-- textproc/p5-Text-Table-Any/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/textproc/p5-Text-Table-Any/Makefile b/textproc/p5-Text-Table-Any/Makefile index c405daad7c08..994a494a685e 100644 --- a/textproc/p5-Text-Table-Any/Makefile +++ b/textproc/p5-Text-Table-Any/Makefile @@ -1,8 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= Text-Table-Any -PORTVERSION= 0.102 -PORTREVISION= 1 +PORTVERSION= 0.103 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -43,6 +42,7 @@ RECOMMENDED_BUILD_DEPENDS= p5-Term-TablePrint>=0:devel/p5-Term-TablePrint \ 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-TickitWidget>=0:textproc/p5-Text-Table-TickitWidget \ 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 \ @@ -66,6 +66,7 @@ RECOMMENDED_RUN_DEPENDS= p5-Term-TablePrint>=0:devel/p5-Term-TablePrint \ 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-TickitWidget>=0:textproc/p5-Text-Table-TickitWidget \ 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 \ diff --git a/textproc/p5-Text-Table-Any/distinfo b/textproc/p5-Text-Table-Any/distinfo index a80dc790e656..acc5d8f781e3 100644 --- a/textproc/p5-Text-Table-Any/distinfo +++ b/textproc/p5-Text-Table-Any/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618320072 -SHA256 (Text-Table-Any-0.102.tar.gz) = 018c53b720630a81eb5fd09bd2c247e60aa53a51dbb3587eb1c3b43239ffbe05 -SIZE (Text-Table-Any-0.102.tar.gz) = 17793 +TIMESTAMP = 1619569443 +SHA256 (Text-Table-Any-0.103.tar.gz) = 99b88752b32be03efe422f607db2e4f2b5a6f6a343f7b17919c6864f0dd5c26c +SIZE (Text-Table-Any-0.103.tar.gz) = 17864