Date: Tue, 28 Feb 2017 22:51:23 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435105 - head/textproc/p5-Lingua-EN-Sentence Message-ID: <201702282251.v1SMpN84085267@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Feb 28 22:51:22 2017 New Revision: 435105 URL: https://svnweb.freebsd.org/changeset/ports/435105 Log: Update to 0.30 - Remove MASTER_SITE_SUBDIR - Add LICENSE - Add NO_ARCH - Sort PLIST - Clean up pkg-descr Changes: http://search.cpan.org/dist/Lingua-EN-Sentence/Changes Modified: head/textproc/p5-Lingua-EN-Sentence/Makefile head/textproc/p5-Lingua-EN-Sentence/distinfo head/textproc/p5-Lingua-EN-Sentence/pkg-descr head/textproc/p5-Lingua-EN-Sentence/pkg-plist Modified: head/textproc/p5-Lingua-EN-Sentence/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-Sentence/Makefile Tue Feb 28 22:51:17 2017 (r435104) +++ head/textproc/p5-Lingua-EN-Sentence/Makefile Tue Feb 28 22:51:22 2017 (r435105) @@ -2,20 +2,20 @@ # $FreeBSD$ PORTNAME= Lingua-EN-Sentence -PORTVERSION= 0.25 -PORTREVISION= 1 +PORTVERSION= 0.30 CATEGORIES= textproc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:SHLOMOY PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Module for splitting text into sentences +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENCE + +NO_ARCH= yes USES= perl5 USE_PERL5= configure -post-extract: - @${RM} ${WRKSRC}/lib/Lingua/EN/Sentence.pm~ - .include <bsd.port.mk> Modified: head/textproc/p5-Lingua-EN-Sentence/distinfo ============================================================================== --- head/textproc/p5-Lingua-EN-Sentence/distinfo Tue Feb 28 22:51:17 2017 (r435104) +++ head/textproc/p5-Lingua-EN-Sentence/distinfo Tue Feb 28 22:51:22 2017 (r435105) @@ -1,2 +1,3 @@ -SHA256 (Lingua-EN-Sentence-0.25.tar.gz) = f886e3e9e2ddab299f80fd9f252eb48930b0bf4e1cbd1e85193d8565727e171d -SIZE (Lingua-EN-Sentence-0.25.tar.gz) = 6994 +TIMESTAMP = 1488311045 +SHA256 (Lingua-EN-Sentence-0.30.tar.gz) = 3b709a229175d5f9937b76c5f8499b0002447387d25993c170cc19190cde6b2d +SIZE (Lingua-EN-Sentence-0.30.tar.gz) = 17903 Modified: head/textproc/p5-Lingua-EN-Sentence/pkg-descr ============================================================================== --- head/textproc/p5-Lingua-EN-Sentence/pkg-descr Tue Feb 28 22:51:17 2017 (r435104) +++ head/textproc/p5-Lingua-EN-Sentence/pkg-descr Tue Feb 28 22:51:22 2017 (r435105) @@ -3,5 +3,3 @@ which splits text into its constituent s expression and a list of abbreviations (built in and given). WWW: http://search.cpan.org/dist/Lingua-EN-Sentence/ - -Seamus Venasse <svenasse@polaris.ca> Modified: head/textproc/p5-Lingua-EN-Sentence/pkg-plist ============================================================================== --- head/textproc/p5-Lingua-EN-Sentence/pkg-plist Tue Feb 28 22:51:17 2017 (r435104) +++ head/textproc/p5-Lingua-EN-Sentence/pkg-plist Tue Feb 28 22:51:22 2017 (r435105) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Lingua::EN::Sentence.3.gz %%SITE_PERL%%/Lingua/EN/Sentence.pm +%%PERL5_MAN3%%/Lingua::EN::Sentence.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702282251.v1SMpN84085267>