From owner-svn-ports-all@FreeBSD.ORG Fri May 31 10:35:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3F54EA56; Fri, 31 May 2013 10:35:15 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 186A1385; Fri, 31 May 2013 10:35:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4VAZEF6040382; Fri, 31 May 2013 10:35:14 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4VAZEQp040373; Fri, 31 May 2013 10:35:14 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201305311035.r4VAZEQp040373@svn.freebsd.org> From: Anton Berezin Date: Fri, 31 May 2013 10:35:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319479 - head/textproc/p5-Lingua-Identify 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.14 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: Fri, 31 May 2013 10:35:15 -0000 Author: tobez Date: Fri May 31 10:35:14 2013 New Revision: 319479 URL: http://svnweb.freebsd.org/changeset/ports/319479 Log: Update to 0.54. Changes: http://search.cpan.org/dist/Lingua-Identify/Changes Modified: head/textproc/p5-Lingua-Identify/Makefile head/textproc/p5-Lingua-Identify/distinfo head/textproc/p5-Lingua-Identify/pkg-plist Modified: head/textproc/p5-Lingua-Identify/Makefile ============================================================================== --- head/textproc/p5-Lingua-Identify/Makefile Fri May 31 10:22:05 2013 (r319478) +++ head/textproc/p5-Lingua-Identify/Makefile Fri May 31 10:35:14 2013 (r319479) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Lingua-Identify -PORTVERSION= 0.53 +PORTVERSION= 0.54 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,6 +21,7 @@ PERL_CONFIGURE= yes MAN1= langident.1 make-lingua-identify-language.1 MAN3= Lingua::Identify.3 \ Lingua::Identify::BG.3 \ + Lingua::Identify::CY.3 \ Lingua::Identify::DA.3 \ Lingua::Identify::DE.3 \ Lingua::Identify::EL.3 \ Modified: head/textproc/p5-Lingua-Identify/distinfo ============================================================================== --- head/textproc/p5-Lingua-Identify/distinfo Fri May 31 10:22:05 2013 (r319478) +++ head/textproc/p5-Lingua-Identify/distinfo Fri May 31 10:35:14 2013 (r319479) @@ -1,2 +1,2 @@ -SHA256 (Lingua-Identify-0.53.tar.gz) = 5090685a352bc14ac9ed138853a0e0b192dd93da0cb6c17389fc7436531238dd -SIZE (Lingua-Identify-0.53.tar.gz) = 172562 +SHA256 (Lingua-Identify-0.54.tar.gz) = b4d7456c9d47f0266ca07679ec78877d61ad06da54f56bcd24c8a7d8c923c4fa +SIZE (Lingua-Identify-0.54.tar.gz) = 175801 Modified: head/textproc/p5-Lingua-Identify/pkg-plist ============================================================================== --- head/textproc/p5-Lingua-Identify/pkg-plist Fri May 31 10:22:05 2013 (r319478) +++ head/textproc/p5-Lingua-Identify/pkg-plist Fri May 31 10:35:14 2013 (r319479) @@ -2,6 +2,7 @@ bin/langident bin/make-lingua-identify-language %%SITE_PERL%%/Lingua/Identify.pm %%SITE_PERL%%/Lingua/Identify/BG.pm +%%SITE_PERL%%/Lingua/Identify/CY.pm %%SITE_PERL%%/Lingua/Identify/DA.pm %%SITE_PERL%%/Lingua/Identify/DE.pm %%SITE_PERL%%/Lingua/Identify/EL.pm