ports/69714: [PATCH] textproc/Lingua-Stem: update to 0.81

Cheng-Lung Sung clsung at dragon2.net
Wed Jul 28 16:10:29 UTC 2004


>Number:         69714
>Category:       ports
>Synopsis:       [PATCH] textproc/Lingua-Stem: update to 0.81
>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:   Wed Jul 28 16:10:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Wed Jun  9 11:27:45 CST
>Description:
- Update to 0.81
- remove MAN3PREFIX in Makefile
- add dependency of Lingua-Stem-Fr/Ru
- modify pkg-descr

Port maintainer (thorsten.greiner at web.de) is cc'd.

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

--- p5-Lingua-Stem-0.81.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Lingua-Stem/Makefile /home/clsung/p5-Lingua-Stem/Makefile
--- /usr/ports/textproc/p5-Lingua-Stem/Makefile	Tue Jan 20 09:26:09 2004
+++ /home/clsung/p5-Lingua-Stem/Makefile	Thu Jul 29 00:05:47 2004
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=		Lingua-Stem
-PORTVERSION=		0.61
-PORTREVISION=		1
+PORTVERSION=		0.81
+PORTREVISION=		0
 CATEGORIES=		textproc perl5
 MASTER_SITES=		${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Lingua
@@ -18,6 +18,8 @@
 
 BUILD_DEPENDS=		${SITE_PERL}/Lingua/PT/Stemmer.pm:${PORTSDIR}/textproc/p5-Lingua-PT-Stemmer \
 			${SITE_PERL}/Lingua/Stem/It.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-It \
+			${SITE_PERL}/Lingua/Stem/Fr.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Fr \
+			${SITE_PERL}/Lingua/Stem/Ru.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Ru \
 			${SITE_PERL}/Lingua/Stem/Snowball/Da.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball-Da \
 			${SITE_PERL}/Lingua/Stem/Snowball/No.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball-No \
 			${SITE_PERL}/Lingua/Stem/Snowball/Se.pm:${PORTSDIR}/textproc/p5-Lingua-Stem-Snowball-Se \
@@ -31,6 +33,5 @@
 			Lingua::Stem::EnBroken.3 Lingua::Stem::Gl.3 \
 			Lingua::Stem::No.3 Lingua::Stem::De.3 \
 			Lingua::Stem::Sv.3 Lingua::Stem::Da.3
-MAN3PREFIX=		${PREFIX}/lib/perl5/${PERL_VERSION}
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Lingua-Stem/distinfo /home/clsung/p5-Lingua-Stem/distinfo
--- /usr/ports/textproc/p5-Lingua-Stem/distinfo	Thu Apr  1 16:40:59 2004
+++ /home/clsung/p5-Lingua-Stem/distinfo	Thu Jul 29 00:03:03 2004
@@ -1,2 +1,2 @@
-MD5 (Lingua-Stem-0.61.tar.gz) = ca99b08aa82fcbcd749d4903b205fcec
-SIZE (Lingua-Stem-0.61.tar.gz) = 16670
+MD5 (Lingua-Stem-0.81.tar.gz) = 94d85dc2fd40db4483e3bff9206d8cad
+SIZE (Lingua-Stem-0.81.tar.gz) = 105350
diff -ruN --exclude=CVS /usr/ports/textproc/p5-Lingua-Stem/pkg-descr /home/clsung/p5-Lingua-Stem/pkg-descr
--- /usr/ports/textproc/p5-Lingua-Stem/pkg-descr	Tue Dec 30 01:25:57 2003
+++ /home/clsung/p5-Lingua-Stem/pkg-descr	Thu Jul 29 00:07:02 2004
@@ -14,4 +14,4 @@
       PT          - Portuguese
       SV          - Swedish
 
-WWW: http://search.cpan.org/~snowhare/Lingua-Stem-0.61/lib/Lingua/Stem.pm
+WWW: http://search.cpan.org/~snowhare/Lingua-Stem/
--- p5-Lingua-Stem-0.81.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list