Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2012 04:43:22 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305335 - head/textproc/p5-Lingua-EN-Inflect-Phrase
Message-ID:  <201210060443.q964hMCl098602@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kuriyama
Date: Sat Oct  6 04:43:22 2012
New Revision: 305335
URL: http://svn.freebsd.org/changeset/ports/305335

Log:
  - Upgrade to 0.15.
  
  PR:		ports/172175
  Submitted by:	sunpoet

Modified:
  head/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile
  head/textproc/p5-Lingua-EN-Inflect-Phrase/distinfo
  head/textproc/p5-Lingua-EN-Inflect-Phrase/pkg-plist

Modified: head/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile
==============================================================================
--- head/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile	Sat Oct  6 04:35:33 2012	(r305334)
+++ head/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile	Sat Oct  6 04:43:22 2012	(r305335)
@@ -1,12 +1,7 @@
-# New ports collection makefile for:	Lingua::EN::Inflect::Phrase
-# Date created:		12 May 2010
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Lingua-EN-Inflect-Phrase
-PORTVERSION=	0.13
+PORTVERSION=	0.15
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,10 +10,13 @@ MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension to inflect short English Phrases
 
 RUN_DEPENDS=	\
+	p5-Lingua-EN-FindNumber>=0:${PORTSDIR}/textproc/p5-Lingua-EN-FindNumber \
 	p5-Lingua-EN-Inflect>=1.89.1:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \
 	p5-Lingua-EN-Inflect-Number>=1.1:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Number \
 	p5-Lingua-EN-Tagger>=0.20:${PORTSDIR}/textproc/p5-Lingua-EN-Tagger
 BUILD_DEPENDS:=	${RUN_DEPENDS}
+TEST_DEPENDS=	\
+	p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
 
 PERL_CONFIGURE=	yes
 

Modified: head/textproc/p5-Lingua-EN-Inflect-Phrase/distinfo
==============================================================================
--- head/textproc/p5-Lingua-EN-Inflect-Phrase/distinfo	Sat Oct  6 04:35:33 2012	(r305334)
+++ head/textproc/p5-Lingua-EN-Inflect-Phrase/distinfo	Sat Oct  6 04:43:22 2012	(r305335)
@@ -1,2 +1,2 @@
-SHA256 (Lingua-EN-Inflect-Phrase-0.13.tar.gz) = b5f3b6c2e4b83f51282ac73969e48995eb7e7e0cd4eeaf03889a67cb7c8f13be
-SIZE (Lingua-EN-Inflect-Phrase-0.13.tar.gz) = 30195
+SHA256 (Lingua-EN-Inflect-Phrase-0.15.tar.gz) = 0ab7f20a212cd7911d4f42718ae5a15f8627bb62c8a3da22e92b30fe1065c987
+SIZE (Lingua-EN-Inflect-Phrase-0.15.tar.gz) = 32312

Modified: head/textproc/p5-Lingua-EN-Inflect-Phrase/pkg-plist
==============================================================================
--- head/textproc/p5-Lingua-EN-Inflect-Phrase/pkg-plist	Sat Oct  6 04:35:33 2012	(r305334)
+++ head/textproc/p5-Lingua-EN-Inflect-Phrase/pkg-plist	Sat Oct  6 04:43:22 2012	(r305335)
@@ -1,5 +1,9 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Inflect/Phrase/.packlist
 %%SITE_PERL%%/Lingua/EN/Inflect/Phrase.pm
-@comment @dirrmtry %%SITE_PERL%%/Lingua/EN/Inflect
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Inflect/Phrase/.packlist
+@dirrmtry %%SITE_PERL%%/Lingua/EN/Inflect
+@dirrmtry %%SITE_PERL%%/Lingua/EN
+@dirrmtry %%SITE_PERL%%/Lingua
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Inflect/Phrase
-@comment @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Inflect
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Inflect
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua



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