From owner-svn-ports-all@FreeBSD.ORG Sun Sep 8 16:34:39 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 477C06D2; Sun, 8 Sep 2013 16:34:39 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1972D25EC; Sun, 8 Sep 2013 16:34:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r88GYcWF000517; Sun, 8 Sep 2013 16:34:38 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r88GYcIv000514; Sun, 8 Sep 2013 16:34:38 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201309081634.r88GYcIv000514@svn.freebsd.org> From: Anton Berezin Date: Sun, 8 Sep 2013 16:34:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326759 - 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: Sun, 08 Sep 2013 16:34:39 -0000 Author: tobez Date: Sun Sep 8 16:34:38 2013 New Revision: 326759 URL: http://svnweb.freebsd.org/changeset/ports/326759 Log: Update to 0.56. 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 Sun Sep 8 16:30:33 2013 (r326758) +++ head/textproc/p5-Lingua-Identify/Makefile Sun Sep 8 16:34:38 2013 (r326759) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Lingua-Identify -PORTVERSION= 0.54 +PORTVERSION= 0.56 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,6 +22,7 @@ USE_PERL5= configure MAN1= langident.1 make-lingua-identify-language.1 MAN3= Lingua::Identify.3 \ Lingua::Identify::BG.3 \ + Lingua::Identify::CS.3 \ Lingua::Identify::CY.3 \ Lingua::Identify::DA.3 \ Lingua::Identify::DE.3 \ Modified: head/textproc/p5-Lingua-Identify/distinfo ============================================================================== --- head/textproc/p5-Lingua-Identify/distinfo Sun Sep 8 16:30:33 2013 (r326758) +++ head/textproc/p5-Lingua-Identify/distinfo Sun Sep 8 16:34:38 2013 (r326759) @@ -1,2 +1,2 @@ -SHA256 (Lingua-Identify-0.54.tar.gz) = b4d7456c9d47f0266ca07679ec78877d61ad06da54f56bcd24c8a7d8c923c4fa -SIZE (Lingua-Identify-0.54.tar.gz) = 175801 +SHA256 (Lingua-Identify-0.56.tar.gz) = 5a47cdb785e6f1f94adf501369365ad35181f0dc199b66dd42aac169848668a5 +SIZE (Lingua-Identify-0.56.tar.gz) = 181032 Modified: head/textproc/p5-Lingua-Identify/pkg-plist ============================================================================== --- head/textproc/p5-Lingua-Identify/pkg-plist Sun Sep 8 16:30:33 2013 (r326758) +++ head/textproc/p5-Lingua-Identify/pkg-plist Sun Sep 8 16:34:38 2013 (r326759) @@ -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/CS.pm %%SITE_PERL%%/Lingua/Identify/CY.pm %%SITE_PERL%%/Lingua/Identify/DA.pm %%SITE_PERL%%/Lingua/Identify/DE.pm