Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Aug 2006 18:48:14 +0800 (CST)
From:      Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        perl@freebsd.org
Subject:   [PATCH] textproc/p5-Lingua-StopWords: update to 0.06
Message-ID:  <200608191048.k7JAmENE061379@Pluto.CDPA.nsysu.edu.tw>

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

>Submitter-Id:	current-users
>Originator:	Jin-Shan Tseng
>Organization:	NCHC
>Confidential:	no 
>Synopsis:	[PATCH] textproc/p5-Lingua-StopWords: update to 0.06
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		update
>Release:	FreeBSD 6.1-STABLE i386
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Aug 14 14:48:58 CST 2006
>Description:
- Update to 0.06

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

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Lingua-StopWords-0.06.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Lingua-StopWords/Makefile /root/p5-Lingua-StopWords/Makefile
--- /usr/ports/textproc/p5-Lingua-StopWords/Makefile	Mon Mar 20 14:16:14 2006
+++ /root/p5-Lingua-StopWords/Makefile	Sat Aug 19 18:42:16 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Lingua-StopWords
-PORTVERSION=	0.05
+PORTVERSION=	0.06
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Lingua
@@ -20,7 +20,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 500601
-IGNORE=	requires perl 5.6.1 or newer
+IGNORE=	requires at least Perl 5.6.1. Please install lang/perl5.8 and try again
 .endif
 
 MAN3=	Lingua::StopWords.3
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Lingua-StopWords/distinfo /root/p5-Lingua-StopWords/distinfo
--- /usr/ports/textproc/p5-Lingua-StopWords/distinfo	Mon Mar 20 14:16:14 2006
+++ /root/p5-Lingua-StopWords/distinfo	Sat Aug 19 18:31:42 2006
@@ -1,3 +1,3 @@
-MD5 (Lingua-StopWords-0.05.tar.gz) = 9b59c5be94f9dac2dce3e49570b398e6
-SHA256 (Lingua-StopWords-0.05.tar.gz) = 8bbe83cb82af37834d56043c8f3fe43f7da12bde0c3067a66d026277196b6570
-SIZE (Lingua-StopWords-0.05.tar.gz) = 12365
+MD5 (Lingua-StopWords-0.06.tar.gz) = 0d97d3009068ac466ac4e98588ebd667
+SHA256 (Lingua-StopWords-0.06.tar.gz) = b33291eb22b6bc726c9fc380fa1e2f15ab731a6a455568d6fa9ddab948fbf92d
+SIZE (Lingua-StopWords-0.06.tar.gz) = 13629
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Lingua-StopWords/pkg-descr /root/p5-Lingua-StopWords/pkg-descr
--- /usr/ports/textproc/p5-Lingua-StopWords/pkg-descr	Thu Sep 22 03:31:25 2005
+++ /root/p5-Lingua-StopWords/pkg-descr	Sat Aug 19 18:44:57 2006
@@ -1,5 +1,6 @@
 This module provides lists of stopwords for several languages.
-Currently supported languages are Danish, Dutch, English, French,
-German, Italian, Norwegian, Portugese, Spanish, and Swedish.
+Currently supported languages are Danish, Dutch, English, Finnish,
+French, German, Italian, Norwegian, Portugese, Spanish, Swedish,
+and Russian.
 
 WWW: http://search.cpan.org/dist/Lingua-StopWords/
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Lingua-StopWords/pkg-plist /root/p5-Lingua-StopWords/pkg-plist
--- /usr/ports/textproc/p5-Lingua-StopWords/pkg-plist	Mon Mar 20 14:16:14 2006
+++ /root/p5-Lingua-StopWords/pkg-plist	Sat Aug 19 18:46:50 2006
@@ -1,8 +1,11 @@
+@comment $FreeBSD$
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/StopWords/.packlist
 %%SITE_PERL%%/Lingua/StopWords.pm
 %%SITE_PERL%%/Lingua/StopWords/DA.pm
 %%SITE_PERL%%/Lingua/StopWords/DE.pm
 %%SITE_PERL%%/Lingua/StopWords/EN.pm
 %%SITE_PERL%%/Lingua/StopWords/ES.pm
+%%SITE_PERL%%/Lingua/StopWords/FI.pm
 %%SITE_PERL%%/Lingua/StopWords/FR.pm
 %%SITE_PERL%%/Lingua/StopWords/IT.pm
 %%SITE_PERL%%/Lingua/StopWords/NL.pm
@@ -10,7 +13,6 @@
 %%SITE_PERL%%/Lingua/StopWords/PT.pm
 %%SITE_PERL%%/Lingua/StopWords/RU.pm
 %%SITE_PERL%%/Lingua/StopWords/SV.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/StopWords/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/StopWords
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua
 @dirrmtry %%SITE_PERL%%/Lingua/StopWords
--- p5-Lingua-StopWords-0.06.patch ends here ---




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