Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2013 08:55:40 +0000 (UTC)
From:      Anton Berezin <tobez@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312146 - head/textproc/p5-Lingua-Identify
Message-ID:  <201302130855.r1D8teAg098633@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <tobez@FreeBSD.org>
-#
+# Created by: Anton Berezin <tobez@FreeBSD.org>
 # $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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302130855.r1D8teAg098633>