From owner-freebsd-perl@FreeBSD.ORG Mon Jun 7 10:21:26 2004 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D45A16A4CE for ; Mon, 7 Jun 2004 10:21:26 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id E21A843D55 for ; Mon, 7 Jun 2004 10:21:25 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i57ALPEh031207 for ; Mon, 7 Jun 2004 03:21:25 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i57ALOan031206 for perl@freebsd.org; Mon, 7 Jun 2004 03:21:24 -0700 (PDT) (envelope-from obrien) Date: Mon, 7 Jun 2004 03:21:24 -0700 From: "David O'Brien" To: perl@freebsd.org Message-ID: <20040607102124.GA31190@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Subject: [PATCH] p5-Mail-SpamAssassin X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jun 2004 10:21:26 -0000 Does anyone have a problem with the below patch? -- -- David (obrien@FreeBSD.org) Index: files/patch-CmdLearn.pm =================================================================== RCS file: files/patch-CmdLearn.pm diff -N files/patch-CmdLearn.pm --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-CmdLearn.pm 3 Jan 2004 04:19:29 -0000 @@ -0,0 +1,11 @@ +--- lib/Mail/SpamAssassin/CmdLearn.pm.orig Thu Sep 18 21:02:40 2003 ++++ lib/Mail/SpamAssassin/CmdLearn.pm Fri Jan 2 20:18:28 2004 +@@ -43,2 +43,3 @@ + 'showdots' => \$opt{'showdots'}, ++ 'quiet' => \$opt{'quiet'}, + 'no-rebuild|norebuild' => \$opt{'norebuild'}, +@@ -233,3 +234,3 @@ + print STDERR "\n" if ($opt{showdots}); +- print "Learned from $learnedcount message(s) ($messagecount message(s) examined).\n"; ++ print "Learned from $learnedcount message(s) ($messagecount message(s) examined).\n" if (!$opt{quiet}); + }; Index: files/patch-sa-learn.raw =================================================================== RCS file: files/patch-sa-learn.raw diff -N files/patch-sa-learn.raw --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-sa-learn.raw 3 Jan 2004 02:59:53 -0000 @@ -0,0 +1,6 @@ +--- sa-learn.raw.orig Mon Sep 15 15:59:24 2003 ++++ sa-learn.raw Fri Jan 2 18:59:25 2004 +@@ -75,2 +75,3 @@ + --showdots Show progress using dots ++ --quiet Donot output status from command run + --no-rebuild Skip building databases after scan