From owner-svn-ports-head@freebsd.org Tue Feb 28 22:51:24 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93803CF2572; Tue, 28 Feb 2017 22:51:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5328FEBD; Tue, 28 Feb 2017 22:51:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1SMpNeQ085271; Tue, 28 Feb 2017 22:51:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMpN84085267; Tue, 28 Feb 2017 22:51:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282251.v1SMpN84085267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Feb 2017 22:51:23 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:51:24 -0000 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 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 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