From owner-dev-commits-ports-all@freebsd.org Fri Oct 1 08:31:20 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 195F46A88EC; Fri, 1 Oct 2021 08:31:20 +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 4HLNcS0DHTz3Lpq; Fri, 1 Oct 2021 08:31:20 +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 D1F1E1C2F0; Fri, 1 Oct 2021 08:31:19 +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 1918VJnS033726; Fri, 1 Oct 2021 08:31:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1918VJp9033725; Fri, 1 Oct 2021 08:31:19 GMT (envelope-from git) Date: Fri, 1 Oct 2021 08:31:19 GMT Message-Id: <202110010831.1918VJp9033725@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Wen Heping Subject: git: fe280f7299c6 - main - devel/p5-Validation-Class: Update to 7.900057 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: wen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fe280f7299c60932b716c962c521a9f7f9eef6b2 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: Fri, 01 Oct 2021 08:31:20 -0000 The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe280f7299c60932b716c962c521a9f7f9eef6b2 commit fe280f7299c60932b716c962c521a9f7f9eef6b2 Author: Wen Heping AuthorDate: 2021-10-01 08:29:19 +0000 Commit: Wen Heping CommitDate: 2021-10-01 08:29:19 +0000 devel/p5-Validation-Class: Update to 7.900057 Update DEPENDS Pass maintainership to submitter PR: 257949 Reported by: svysh.fbsd@gmail.com Approved by: maintainer(timeout, > 40 days) --- devel/p5-Validation-Class/Makefile | 23 +++++++++-------------- devel/p5-Validation-Class/distinfo | 5 +++-- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/devel/p5-Validation-Class/Makefile b/devel/p5-Validation-Class/Makefile index 69983ead9d53..ff4514b13923 100644 --- a/devel/p5-Validation-Class/Makefile +++ b/devel/p5-Validation-Class/Makefile @@ -1,30 +1,25 @@ PORTNAME= Validation-Class -PORTVERSION= 7.900056 -PORTREVISION= 1 +PORTVERSION= 7.900057 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AWNCORP PKGNAMEPREFIX= p5- -MAINTAINER= kuriyama@FreeBSD.org +MAINTAINER= svysh.fbsd@gmail.com COMMENT= Perl extension for centralized input validation for any application LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= \ - p5-Class-Forward>0:devel/p5-Class-Forward \ - p5-Hash-Flatten>0:devel/p5-Hash-Flatten \ - p5-Hash-Merge>0:textproc/p5-Hash-Merge \ - p5-List-MoreUtils>0:lang/p5-List-MoreUtils \ - p5-Module-Find>0:devel/p5-Module-Find \ - p5-Module-Runtime>0:devel/p5-Module-Runtime -TEST_DEPENDS= \ - p5-DBD-SQLite>0:databases/p5-DBD-SQLite \ - p5-Class-Method-Modifiers>0:devel/p5-Class-Method-Modifiers +RUN_DEPENDS= p5-Hash-Flatten>0:devel/p5-Hash-Flatten \ + p5-Hash-Merge>0:textproc/p5-Hash-Merge \ + p5-List-MoreUtils>0:lang/p5-List-MoreUtils \ + p5-Module-Find>0:devel/p5-Module-Find \ + p5-Module-Runtime>0:devel/p5-Module-Runtime +TEST_DEPENDS= p5-Class-Method-Modifiers>0:devel/p5-Class-Method-Modifiers -USES= perl5 +USES= perl5 USE_PERL5= configure NO_ARCH= YES diff --git a/devel/p5-Validation-Class/distinfo b/devel/p5-Validation-Class/distinfo index 2aba6908f412..c0965690ebc7 100644 --- a/devel/p5-Validation-Class/distinfo +++ b/devel/p5-Validation-Class/distinfo @@ -1,2 +1,3 @@ -SHA256 (Validation-Class-7.900056.tar.gz) = 202f4ef3cb7e8a7aebf560be4c0d3929b0369552c02c57affd4fe398fc5fa149 -SIZE (Validation-Class-7.900056.tar.gz) = 201812 +TIMESTAMP = 1633076321 +SHA256 (Validation-Class-7.900057.tar.gz) = 1e86c5d0c76a9241088c91909517ee73e50b059d195049125de8b243f6f8077f +SIZE (Validation-Class-7.900057.tar.gz) = 200397