Date: Sun, 30 May 2021 20:05:12 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: 87a856b38095 - main - textproc/p5-Text-Lorem: Update to 0.34 Message-ID: <202105302005.14UK5CP1078477@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=87a856b38095ed501ecd74b8e4f44b3fe3dd7158 commit 87a856b38095ed501ecd74b8e4f44b3fe3dd7158 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-30 19:57:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-05-30 19:57:43 +0000 textproc/p5-Text-Lorem: Update to 0.34 - Add LICENSE - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Text-Lorem --- textproc/p5-Text-Lorem/Makefile | 10 +++++++--- textproc/p5-Text-Lorem/distinfo | 5 +++-- textproc/p5-Text-Lorem/pkg-plist | 2 -- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/textproc/p5-Text-Lorem/Makefile b/textproc/p5-Text-Lorem/Makefile index 152a67eb738f..cd9eb4a7fec7 100644 --- a/textproc/p5-Text-Lorem/Makefile +++ b/textproc/p5-Text-Lorem/Makefile @@ -1,8 +1,7 @@ # Created by: Steve Wills <swills@FreeBSD.org> PORTNAME= Text-Lorem -PORTVERSION= 0.3 -PORTREVISION= 2 +PORTVERSION= 0.34 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +9,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generate random Latin looking text +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-Lorem/distinfo b/textproc/p5-Text-Lorem/distinfo index 05bace8ae7cd..bd91c5d118c1 100644 --- a/textproc/p5-Text-Lorem/distinfo +++ b/textproc/p5-Text-Lorem/distinfo @@ -1,2 +1,3 @@ -SHA256 (Text-Lorem-0.3.tar.gz) = 64bb636fb21213101a646b414ecbdc1b55edf905cbcdc7f5d24774ec5061fe2d -SIZE (Text-Lorem-0.3.tar.gz) = 4367 +TIMESTAMP = 1622214140 +SHA256 (Text-Lorem-0.34.tar.gz) = 0ce6a3c19917b2323424a1aa742d988b063c39440427a3101a4cec6dbd847157 +SIZE (Text-Lorem-0.34.tar.gz) = 4760 diff --git a/textproc/p5-Text-Lorem/pkg-plist b/textproc/p5-Text-Lorem/pkg-plist index 493bbc15a06e..d71bbc8e2670 100644 --- a/textproc/p5-Text-Lorem/pkg-plist +++ b/textproc/p5-Text-Lorem/pkg-plist @@ -1,4 +1,2 @@ -bin/lorem %%PERL5_MAN3%%/Text::Lorem.3.gz %%SITE_PERL%%/Text/Lorem.pm -%%PERL5_MAN1%%/lorem.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105302005.14UK5CP1078477>