From owner-dev-commits-ports-all@freebsd.org Sun May 30 20:05:00 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 D3CE66343EE; Sun, 30 May 2021 20:05:00 +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 4FtTt40SbHz3nZf; Sun, 30 May 2021 20:04:59 +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 B72ED22B72; Sun, 30 May 2021 20:04:59 +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 14UK4x7V078227; Sun, 30 May 2021 20:04:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14UK4xs7078226; Sun, 30 May 2021 20:04:59 GMT (envelope-from git) Date: Sun, 30 May 2021 20:04:59 GMT Message-Id: <202105302004.14UK4xs7078226@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: d3e405a16d87 - main - textproc/p5-Lingua-StopWords: Update to 0.12 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: d3e405a16d876a0711681ad66b466a19db2d982c 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, 30 May 2021 20:05:00 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d3e405a16d876a0711681ad66b466a19db2d982c commit d3e405a16d876a0711681ad66b466a19db2d982c Author: Po-Chuan Hsieh AuthorDate: 2021-05-30 19:56:57 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-05-30 19:56:57 +0000 textproc/p5-Lingua-StopWords: Update to 0.12 - Add LICENSE - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Lingua-StopWords --- textproc/p5-Lingua-StopWords/Makefile | 13 ++++++++++--- textproc/p5-Lingua-StopWords/distinfo | 5 +++-- textproc/p5-Lingua-StopWords/pkg-plist | 19 ++++++++++++++++++- 3 files changed, 31 insertions(+), 6 deletions(-) diff --git a/textproc/p5-Lingua-StopWords/Makefile b/textproc/p5-Lingua-StopWords/Makefile index f2ff532b90cd..30e9d2b88c51 100644 --- a/textproc/p5-Lingua-StopWords/Makefile +++ b/textproc/p5-Lingua-StopWords/Makefile @@ -1,8 +1,7 @@ # Created by: Anton Berezin PORTNAME= Lingua-StopWords -PORTVERSION= 0.09 -PORTREVISION= 1 +PORTVERSION= 0.12 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +9,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Stop words for several languages +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +TEST_DEPENDS= p5-Test-More-UTF8>=0:devel/p5-Test-More-UTF8 + USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny + +NO_ARCH= yes .include diff --git a/textproc/p5-Lingua-StopWords/distinfo b/textproc/p5-Lingua-StopWords/distinfo index 994bf92da1e0..154c30a20949 100644 --- a/textproc/p5-Lingua-StopWords/distinfo +++ b/textproc/p5-Lingua-StopWords/distinfo @@ -1,2 +1,3 @@ -SHA256 (Lingua-StopWords-0.09.tar.gz) = c8734359b82a0838e440bd4739c6c75d7f362ac38d82b1429ee2d41eafcc6d35 -SIZE (Lingua-StopWords-0.09.tar.gz) = 14867 +TIMESTAMP = 1622214118 +SHA256 (Lingua-StopWords-0.12.tar.gz) = 398d56ed4210a915180bb211e77beb1cfad695f714722452345b426475a535c3 +SIZE (Lingua-StopWords-0.12.tar.gz) = 22937 diff --git a/textproc/p5-Lingua-StopWords/pkg-plist b/textproc/p5-Lingua-StopWords/pkg-plist index c872bb63bfb0..2382745336a6 100644 --- a/textproc/p5-Lingua-StopWords/pkg-plist +++ b/textproc/p5-Lingua-StopWords/pkg-plist @@ -1,4 +1,3 @@ -%%PERL5_MAN3%%/Lingua::StopWords.3.gz %%SITE_PERL%%/Lingua/StopWords.pm %%SITE_PERL%%/Lingua/StopWords/DA.pm %%SITE_PERL%%/Lingua/StopWords/DE.pm @@ -7,9 +6,27 @@ %%SITE_PERL%%/Lingua/StopWords/FI.pm %%SITE_PERL%%/Lingua/StopWords/FR.pm %%SITE_PERL%%/Lingua/StopWords/HU.pm +%%SITE_PERL%%/Lingua/StopWords/ID.pm %%SITE_PERL%%/Lingua/StopWords/IT.pm %%SITE_PERL%%/Lingua/StopWords/NL.pm %%SITE_PERL%%/Lingua/StopWords/NO.pm %%SITE_PERL%%/Lingua/StopWords/PT.pm +%%SITE_PERL%%/Lingua/StopWords/RO.pm %%SITE_PERL%%/Lingua/StopWords/RU.pm %%SITE_PERL%%/Lingua/StopWords/SV.pm +%%PERL5_MAN3%%/Lingua::StopWords.3.gz +%%PERL5_MAN3%%/Lingua::StopWords::DA.3.gz +%%PERL5_MAN3%%/Lingua::StopWords::DE.3.gz +%%PERL5_MAN3%%/Lingua::StopWords::EN.3.gz +%%PERL5_MAN3%%/Lingua::StopWords::ES.3.gz +%%PERL5_MAN3%%/Lingua::StopWords::FI.3.gz +%%PERL5_MAN3%%/Lingua::StopWords::FR.3.gz +%%PERL5_MAN3%%/Lingua::StopWords::HU.3.gz +%%PERL5_MAN3%%/Lingua::StopWords::ID.3.gz +%%PERL5_MAN3%%/Lingua::StopWords::IT.3.gz +%%PERL5_MAN3%%/Lingua::StopWords::NL.3.gz +%%PERL5_MAN3%%/Lingua::StopWords::NO.3.gz +%%PERL5_MAN3%%/Lingua::StopWords::PT.3.gz +%%PERL5_MAN3%%/Lingua::StopWords::RO.3.gz +%%PERL5_MAN3%%/Lingua::StopWords::RU.3.gz +%%PERL5_MAN3%%/Lingua::StopWords::SV.3.gz