From nobody Wed Oct 13 05:50:55 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id A92E6180BD41; Wed, 13 Oct 2021 05:51:03 +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 4HThTy3KT3z4fGc; Wed, 13 Oct 2021 05:51:02 +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 7BA6B2281C; Wed, 13 Oct 2021 05:50:55 +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 19D5ot8u084046; Wed, 13 Oct 2021 05:50:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19D5otok084045; Wed, 13 Oct 2021 05:50:55 GMT (envelope-from git) Date: Wed, 13 Oct 2021 05:50:55 GMT Message-Id: <202110130550.19D5otok084045@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: 8e2d283504a1 - main - textproc/p5-Lingua-EN-Inflect-Phrase: Update to 0.20 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org 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: 8e2d283504a1adcf6c5e989578392e971e3fee9c Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e2d283504a1adcf6c5e989578392e971e3fee9c commit 8e2d283504a1adcf6c5e989578392e971e3fee9c Author: Po-Chuan Hsieh AuthorDate: 2021-10-13 05:39:26 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-10-13 05:39:26 +0000 textproc/p5-Lingua-EN-Inflect-Phrase: Update to 0.20 - Add LICENSE_FILE - Add NO_ARCH - Sort PLIST Changes: https://metacpan.org/dist/Lingua-EN-Inflect-Phrase/changes --- textproc/p5-Lingua-EN-Inflect-Phrase/Makefile | 21 ++++++++++----------- textproc/p5-Lingua-EN-Inflect-Phrase/distinfo | 5 +++-- textproc/p5-Lingua-EN-Inflect-Phrase/pkg-plist | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile b/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile index 1062416843db..5a4273d444a9 100644 --- a/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile +++ b/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile @@ -1,6 +1,5 @@ PORTNAME= Lingua-EN-Inflect-Phrase -PORTVERSION= 0.18 -PORTREVISION= 1 +PORTVERSION= 0.20 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,19 +9,19 @@ COMMENT= Perl extension to inflect short English Phrases LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= \ - p5-Lingua-EN-FindNumber>=0:textproc/p5-Lingua-EN-FindNumber \ - p5-Lingua-EN-Inflect>=1.891:textproc/p5-Lingua-EN-Inflect \ - p5-Lingua-EN-Inflect-Number>=1.1:textproc/p5-Lingua-EN-Inflect-Number \ - p5-Lingua-EN-Number-IsOrdinal>0:textproc/p5-Lingua-EN-Number-IsOrdinal \ - p5-Lingua-EN-Tagger>=0.20:textproc/p5-Lingua-EN-Tagger -TEST_DEPENDS= \ - p5-Lingua-EN-Number-IsOrdinal>0:textproc/p5-Lingua-EN-Number-IsOrdinal \ - p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings +RUN_DEPENDS= p5-Lingua-EN-FindNumber>=0:textproc/p5-Lingua-EN-FindNumber \ + p5-Lingua-EN-Inflect>=0:textproc/p5-Lingua-EN-Inflect \ + p5-Lingua-EN-Inflect-Number>=0:textproc/p5-Lingua-EN-Inflect-Number \ + p5-Lingua-EN-Number-IsOrdinal>=0:textproc/p5-Lingua-EN-Number-IsOrdinal \ + p5-Lingua-EN-Tagger>=0.20:textproc/p5-Lingua-EN-Tagger +TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/textproc/p5-Lingua-EN-Inflect-Phrase/distinfo b/textproc/p5-Lingua-EN-Inflect-Phrase/distinfo index aa1b3e5b9bc7..03911ddddb1c 100644 --- a/textproc/p5-Lingua-EN-Inflect-Phrase/distinfo +++ b/textproc/p5-Lingua-EN-Inflect-Phrase/distinfo @@ -1,2 +1,3 @@ -SHA256 (Lingua-EN-Inflect-Phrase-0.18.tar.gz) = 290a5b8fc2be28d6d479517655027a90e944476cb3552f10cbf6db37af79f9a6 -SIZE (Lingua-EN-Inflect-Phrase-0.18.tar.gz) = 15933 +TIMESTAMP = 1632773738 +SHA256 (Lingua-EN-Inflect-Phrase-0.20.tar.gz) = 55058911a99f1755de3eb449a99ffbeb92d88c01ff5dc60511a24679050ddea8 +SIZE (Lingua-EN-Inflect-Phrase-0.20.tar.gz) = 16191 diff --git a/textproc/p5-Lingua-EN-Inflect-Phrase/pkg-plist b/textproc/p5-Lingua-EN-Inflect-Phrase/pkg-plist index a7e7f89e9fd8..1fd64f23efb2 100644 --- a/textproc/p5-Lingua-EN-Inflect-Phrase/pkg-plist +++ b/textproc/p5-Lingua-EN-Inflect-Phrase/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Lingua::EN::Inflect::Phrase.3.gz %%SITE_PERL%%/Lingua/EN/Inflect/Phrase.pm +%%PERL5_MAN3%%/Lingua::EN::Inflect::Phrase.3.gz