Date: Thu, 21 May 2009 11:16:55 GMT From: Edmondas Girkantas <eg@fbsd.lt> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134782: [PATCH] p5-Mail-SpamAssassin, typo in pkg-install Message-ID: <200905211116.n4LBGtQY031797@www.freebsd.org> Resent-Message-ID: <200905211120.n4LBK1mp003941@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134782 >Category: ports >Synopsis: [PATCH] p5-Mail-SpamAssassin, typo in pkg-install >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: Thu May 21 11:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Edmondas Girkantas >Release: 7.2-RELEASE >Organization: >Environment: FreeBSD nebula.fbsd.lt 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: There is a small typo pkg-install (see the patch) >How-To-Repeat: >Fix: Apply given patch. Patch attached with submission follows: diff -ruN p5-Mail-SpamAssassin.orig/pkg-install p5-Mail-SpamAssassin/pkg-install --- p5-Mail-SpamAssassin.orig/pkg-install 2009-05-21 14:10:36.000000000 +0300 +++ p5-Mail-SpamAssassin/pkg-install 2009-05-21 14:11:02.000000000 +0300 @@ -39,7 +39,7 @@ fi grep '^load.*Rule2XSBody' ${PKG_PREFIX}/etc/mail/spamassassin/v320.pre > /dev/null if [ $? -eq 0 ];then - if yesno "Do you with to compile rules with re2c (will take a long time)" "N";then + if yesno "Do you wish to compile rules with re2c (will take a long time)" "N";then ${PKG_PREFIX}/bin/sa-compile fi fi >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905211116.n4LBGtQY031797>