Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2021 05:50:55 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8e2d283504a1 - main - textproc/p5-Lingua-EN-Inflect-Phrase: Update to 0.20
Message-ID:  <202110130550.19D5otok084045@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8e2d283504a1adcf6c5e989578392e971e3fee9c

commit 8e2d283504a1adcf6c5e989578392e971e3fee9c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-13 05:39:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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 <bsd.port.mk>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110130550.19D5otok084045>