From owner-svn-ports-all@FreeBSD.ORG Wed Feb 13 08:55:41 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]) by hub.freebsd.org (Postfix) with ESMTP id 48F44E1E; Wed, 13 Feb 2013 08:55:41 +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 1722B360; Wed, 13 Feb 2013 08:55:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1D8terK098636; Wed, 13 Feb 2013 08:55:40 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1D8teAg098633; Wed, 13 Feb 2013 08:55:40 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201302130855.r1D8teAg098633@svn.freebsd.org> From: Anton Berezin Date: Wed, 13 Feb 2013 08:55:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312146 - 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: Wed, 13 Feb 2013 08:55:41 -0000 Author: tobez Date: Wed Feb 13 08:55:40 2013 New Revision: 312146 URL: http://svnweb.freebsd.org/changeset/ports/312146 Log: Update to 0.52. 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 Wed Feb 13 08:52:10 2013 (r312145) +++ head/textproc/p5-Lingua-Identify/Makefile Wed Feb 13 08:55:40 2013 (r312146) @@ -1,12 +1,8 @@ -# New ports collection makefile for: textproc/p5-Lingua-Identify -# Date created: 11 November 2005 -# Whom: Anton Berezin -# +# Created by: Anton Berezin # $FreeBSD$ -# PORTNAME= Lingua-Identify -PORTVERSION= 0.51 +PORTVERSION= 0.52 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,11 +11,10 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= Lingua::Identify - Language identification TAGS= lang detect identify -COMMON_DEPENDS= p5-Class-Factory-Util>=1.6:${PORTSDIR}/devel/p5-Class-Factory-Util \ +BUILD_DEPENDS= p5-Class-Factory-Util>=1.6:${PORTSDIR}/devel/p5-Class-Factory-Util \ p5-Text-Affixes>=0.04:${PORTSDIR}/textproc/p5-Text-Affixes \ p5-Text-Ngram>=0.03:${PORTSDIR}/textproc/p5-Text-Ngram -BUILD_DEPENDS= ${COMMON_DEPENDS} -RUN_DEPENDS= ${COMMON_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -34,6 +29,7 @@ MAN3= Lingua::Identify.3 \ Lingua::Identify::FI.3 \ Lingua::Identify::FR.3 \ Lingua::Identify::HR.3 \ + Lingua::Identify::HI.3 \ Lingua::Identify::HU.3 \ Lingua::Identify::ID.3 \ Lingua::Identify::IT.3 \ Modified: head/textproc/p5-Lingua-Identify/distinfo ============================================================================== --- head/textproc/p5-Lingua-Identify/distinfo Wed Feb 13 08:52:10 2013 (r312145) +++ head/textproc/p5-Lingua-Identify/distinfo Wed Feb 13 08:55:40 2013 (r312146) @@ -1,2 +1,2 @@ -SHA256 (Lingua-Identify-0.51.tar.gz) = c4ce30ec01668505a08b7ddcf90d4a8c9479b9d96a1939b4cfc6e75a21b129d8 -SIZE (Lingua-Identify-0.51.tar.gz) = 162395 +SHA256 (Lingua-Identify-0.52.tar.gz) = 8d7baa058f6d4ac3238304e8593d57bbec645bf7efd5d078d8964de69276df2a +SIZE (Lingua-Identify-0.52.tar.gz) = 172489 Modified: head/textproc/p5-Lingua-Identify/pkg-plist ============================================================================== --- head/textproc/p5-Lingua-Identify/pkg-plist Wed Feb 13 08:52:10 2013 (r312145) +++ head/textproc/p5-Lingua-Identify/pkg-plist Wed Feb 13 08:55:40 2013 (r312146) @@ -10,6 +10,7 @@ bin/make-lingua-identify-language %%SITE_PERL%%/Lingua/Identify/FI.pm %%SITE_PERL%%/Lingua/Identify/FR.pm %%SITE_PERL%%/Lingua/Identify/HR.pm +%%SITE_PERL%%/Lingua/Identify/HI.pm %%SITE_PERL%%/Lingua/Identify/HU.pm %%SITE_PERL%%/Lingua/Identify/ID.pm %%SITE_PERL%%/Lingua/Identify/IT.pm