From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 3 08:50:31 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E668C16A4CE for ; Sat, 3 Jan 2004 08:50:30 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C517643D3F for ; Sat, 3 Jan 2004 08:50:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i03GoKFR060951 for ; Sat, 3 Jan 2004 08:50:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i03GoKic060950; Sat, 3 Jan 2004 08:50:20 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 3 Jan 2004 08:50:20 -0800 (PST) Resent-Message-Id: <200401031650.i03GoKic060950@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thorsten Greiner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17C6216A4CE for ; Sat, 3 Jan 2004 08:43:09 -0800 (PST) Received: from anna.web4.hm (anna.web4.hm [81.3.4.66]) by mx1.FreeBSD.org (Postfix) with SMTP id BE8AB43D62 for ; Sat, 3 Jan 2004 08:43:06 -0800 (PST) (envelope-from thorsten@tgreiner.net) Received: (qmail 26526 invoked from network); 3 Jan 2004 16:42:57 -0000 Received: from p508d0630.dip0.t-ipconnect.de (HELO tybalt) (80.141.6.48) by anna.web4.hm with SMTP; 3 Jan 2004 16:42:57 -0000 Message-Id: <20040103164234.GA1867@tybalt> Date: Sat, 3 Jan 2004 17:42:34 +0100 From: Thorsten Greiner To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/60864: Update port: textproc/p5-Lingua-Stem X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2004 16:50:31 -0000 >Number: 60864 >Category: ports >Synopsis: Update port: textproc/p5-Lingua-Stem >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jan 03 08:50:20 PST 2004 >Closed-Date: >Last-Modified: >Originator: Thorsten Greiner >Release: FreeBSD 5.2-CURRENT i386 >Organization: n/a >Environment: System: FreeBSD tybalt 5.2-CURRENT FreeBSD 5.2-CURRENT #44: Thu Jan 1 21:55:12 CET 2004 toor@tybalt:/usr/src/sys/i386/compile/TYBALT i386 >Description: Update the port with dependencies on stemmer implementations for various languages. This update requires that the fixes for the following PR's are committed: ports/60858 ports/60859 ports/60860 ports/60861 ports/60862 ports/60863 Noticed by: Kirill Ponomarew >How-To-Repeat: Apply patch >Fix: diff -u /usr/ports/textproc/p5-Lingua-Stem/Makefile p5-Lingua-Stem/Makefile --- /usr/ports/textproc/p5-Lingua-Stem/Makefile Mon Dec 29 18:25:57 2003 +++ p5-Lingua-Stem/Makefile Sat Jan 3 10:51:04 2004 @@ -7,6 +7,7 @@ PORTNAME= Lingua-Stem PORTVERSION= 0.61 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Lingua @@ -14,6 +15,14 @@ MAINTAINER= thorsten.greiner@web.de COMMENT= Provides word stemming algorithms localized by language + +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/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 \ + ${SITE_PERL}/Text/German.pm:${PORTSDIR}/textproc/p5-Text-German +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff -u /usr/ports/textproc/p5-Lingua-Stem/pkg-plist p5-Lingua-Stem/pkg-plist --- /usr/ports/textproc/p5-Lingua-Stem/pkg-plist Mon Dec 29 18:25:57 2003 +++ p5-Lingua-Stem/pkg-plist Tue Dec 30 16:23:47 2003 @@ -9,5 +9,5 @@ %%SITE_PERL%%/Lingua/Stem/Pt.pm %%SITE_PERL%%/Lingua/Stem/Sv.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/.packlist -@unexec rmdir %D/%%SITE_PERL%%/Lingua 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Lingua/Stem 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Lingua 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: