From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 6 02:50:13 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 09C1D16A41F for ; Sun, 6 Nov 2005 02:50:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54A0643D48 for ; Sun, 6 Nov 2005 02:50:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jA62oCdY071579 for ; Sun, 6 Nov 2005 02:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jA62oC7Q071578; Sun, 6 Nov 2005 02:50:12 GMT (envelope-from gnats) Resent-Date: Sun, 6 Nov 2005 02:50:12 GMT Resent-Message-Id: <200511060250.jA62oC7Q071578@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, Aaron Dalton Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A520516A41F for ; Sun, 6 Nov 2005 02:48:34 +0000 (GMT) (envelope-from aaron@moondance.itsy-bitsy.net) Received: from mpls-qmqp-05.inet.qwest.net (mpls-qmqp-05.inet.qwest.net [63.231.195.116]) by mx1.FreeBSD.org (Postfix) with SMTP id 16F9043D46 for ; Sun, 6 Nov 2005 02:48:33 +0000 (GMT) (envelope-from aaron@moondance.itsy-bitsy.net) Received: (qmail 83629 invoked by uid 0); 6 Nov 2005 02:38:13 -0000 Received: from unknown (63.231.195.5) by mpls-qmqp-05.inet.qwest.net with QMQP; 6 Nov 2005 02:38:13 -0000 Received: from finch.st (HELO mail.itsy-bitsy.net) (168.103.194.212) by mpls-pop-05.inet.qwest.net with SMTP; 6 Nov 2005 02:48:29 -0000 Received: from localhost ([127.0.0.1] helo=moondance.itsy-bitsy.net) by mail.itsy-bitsy.net with esmtp (Exim 4.54 (FreeBSD)) id 1EYaZh-0005nS-DI for FreeBSD-gnats-submit@freebsd.org; Sat, 05 Nov 2005 19:48:05 -0700 Received: (from aaron@localhost) by moondance.itsy-bitsy.net (8.13.3/8.13.3/Submit) id jA62m4sj022285; Sat, 5 Nov 2005 19:48:04 -0700 (MST) (envelope-from aaron) Message-Id: <200511060248.jA62m4sj022285@moondance.itsy-bitsy.net> Date: Sat, 5 Nov 2005 19:48:04 -0700 (MST) From: "Aaron Dalton" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/88542: Update Port: textproc/p5-Text-Ngram 0.07 -> 0.08 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Aaron Dalton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2005 02:50:13 -0000 >Number: 88542 >Category: ports >Synopsis: Update Port: textproc/p5-Text-Ngram 0.07 -> 0.08 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Nov 06 02:50:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Aaron Dalton >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: 0.08 Fri Oct 28 16:40:00 2005 - fixed a bug (thanks to Greg) that had apparently been lurking around since the beginning of times (bug would only expose itself whenever the lowercase flag not set, which wouldn't happen often, as it probably isn't common to search for case-sensitive ngrams); digging deeper to understand the bug, by the way, has unleashed a hell of confusion given that the documentation has a couple of minor bugs that can become a major PITA in certain situations... the module is safe to use if you don't want to do major hacks with uppercased ngrams, but another version will probably be available soon (for certain values of soon) - added tests for behavior with lowercase flag not set >How-To-Repeat: >Fix: --- submission.txt begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-Text-Ngram/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 23 Apr 2005 07:52:08 -0000 1.3 +++ Makefile 5 Nov 2005 22:29:19 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Text-Ngram -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text @@ -22,7 +22,7 @@ .include .if ${PERL_LEVEL} < 500601 -IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again +IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again .endif .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/p5-Text-Ngram/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 23 Apr 2005 07:52:08 -0000 1.3 +++ distinfo 6 Nov 2005 02:41:17 -0000 @@ -1,2 +1,2 @@ -MD5 (Text-Ngram-0.07.tar.gz) = 3145910daaae4fd4b5685c6899ac72ee -SIZE (Text-Ngram-0.07.tar.gz) = 10284 +MD5 (Text-Ngram-0.08.tar.gz) = cbab4bd78df53428ef2ed5c0f49bab11 +SIZE (Text-Ngram-0.08.tar.gz) = 10760 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/p5-Text-Ngram/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 4 Nov 2004 03:23:33 -0000 1.1 +++ pkg-plist 6 Nov 2005 02:43:13 -0000 @@ -1,7 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Text/Ngram.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Ngram/Ngram.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Ngram/Ngram.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Ngram/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/Text/Ngram.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Ngram @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Text 2>/dev/null || true --- submission.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: