Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2012 12:17:23 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kuriyama@FreeBSD.org
Subject:   ports/172175: [PATCH] textproc/p5-Lingua-EN-Inflect-Phrase: update to 0.15
Message-ID:  <3XTtcz3Dwfz6qb@sunpoet.net>
Resent-Message-ID: <201209300420.q8U4K2dT009713@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172175
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-Lingua-EN-Inflect-Phrase: update to 0.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 30 04:20:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.1-PRERELEASE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Sat Sep  8 01:52:48 CST
>Description:
- Update to 0.15
- Add TEST_DEPENDS
- Complete @dirrmtry in PLIST

Changes:	http://search.cpan.org/dist/Lingua-EN-Inflect-Phrase/Changes

Port maintainer (kuriyama@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- p5-Lingua-EN-Inflect-Phrase-0.15.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 305066)
+++ Makefile	(working copy)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Lingua-EN-Inflect-Phrase
-PORTVERSION=	0.13
+PORTVERSION=	0.15
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,10 +15,13 @@
 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
 
Index: distinfo
===================================================================
--- distinfo	(revision 305066)
+++ distinfo	(working copy)
@@ -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
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 305066)
+++ pkg-plist	(working copy)
@@ -1,5 +1,9 @@
+%%SITE_PERL%%/Lingua/EN/Inflect/Phrase.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/Inflect/Phrase/.packlist
-%%SITE_PERL%%/Lingua/EN/Inflect/Phrase.pm
-@comment @dirrmtry %%SITE_PERL%%/Lingua/EN/Inflect
+@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
--- p5-Lingua-EN-Inflect-Phrase-0.15.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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