From owner-svn-ports-all@freebsd.org Tue Feb 28 22:51:19 2017 Return-Path: Delivered-To: svn-ports-all@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 83EC3CF253D; Tue, 28 Feb 2017 22:51:19 +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 43466E35; Tue, 28 Feb 2017 22:51:19 +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 v1SMpIlE085122; Tue, 28 Feb 2017 22:51:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1SMpHS7085118; Tue, 28 Feb 2017 22:51:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702282251.v1SMpHS7085118@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:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435104 - in head/textproc: p5-Lingua-EN-Inflect p5-Lingua-EN-Inflect-Phrase X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 22:51:19 -0000 Author: sunpoet Date: Tue Feb 28 22:51:17 2017 New Revision: 435104 URL: https://svnweb.freebsd.org/changeset/ports/435104 Log: Update to 1.901 - Use real PORTVERSION and update dependent ports - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Lingua-EN-Inflect/Changes Modified: head/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile head/textproc/p5-Lingua-EN-Inflect/Makefile head/textproc/p5-Lingua-EN-Inflect/distinfo head/textproc/p5-Lingua-EN-Inflect/pkg-plist Modified: head/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile Tue Feb 28 22:51:12 2017 (r435103) +++ head/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile Tue Feb 28 22:51:17 2017 (r435104) @@ -15,7 +15,7 @@ LICENSE_COMB= dual RUN_DEPENDS= \ p5-Lingua-EN-FindNumber>=0:textproc/p5-Lingua-EN-FindNumber \ - p5-Lingua-EN-Inflect>=1.89.1:textproc/p5-Lingua-EN-Inflect \ + 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 Modified: head/textproc/p5-Lingua-EN-Inflect/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-Inflect/Makefile Tue Feb 28 22:51:12 2017 (r435103) +++ head/textproc/p5-Lingua-EN-Inflect/Makefile Tue Feb 28 22:51:17 2017 (r435104) @@ -2,17 +2,20 @@ # $FreeBSD$ PORTNAME= Lingua-EN-Inflect -PORTVERSION= 1.89.3 -PORTREVISION= 1 +PORTVERSION= 1.901 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Convert singular words to their plural form +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure .include Modified: head/textproc/p5-Lingua-EN-Inflect/distinfo ============================================================================== --- head/textproc/p5-Lingua-EN-Inflect/distinfo Tue Feb 28 22:51:12 2017 (r435103) +++ head/textproc/p5-Lingua-EN-Inflect/distinfo Tue Feb 28 22:51:17 2017 (r435104) @@ -1,2 +1,3 @@ -SHA256 (Lingua-EN-Inflect-1.893.tar.gz) = be765284f6ae7d2cca9f633c9867fdd0884f2b7b93b75ba7825a5b7c87eb12c8 -SIZE (Lingua-EN-Inflect-1.893.tar.gz) = 45630 +TIMESTAMP = 1488310779 +SHA256 (Lingua-EN-Inflect-1.901.tar.gz) = da17e7cd50126bdf1d8f5a6fc1f2f790c85e844b09f5a047fd044e68dca39c55 +SIZE (Lingua-EN-Inflect-1.901.tar.gz) = 59500 Modified: head/textproc/p5-Lingua-EN-Inflect/pkg-plist ============================================================================== --- head/textproc/p5-Lingua-EN-Inflect/pkg-plist Tue Feb 28 22:51:12 2017 (r435103) +++ head/textproc/p5-Lingua-EN-Inflect/pkg-plist Tue Feb 28 22:51:17 2017 (r435104) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Lingua::EN::Inflect.3.gz %%SITE_PERL%%/Lingua/EN/Inflect.pm +%%PERL5_MAN3%%/Lingua::EN::Inflect.3.gz