From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 17 08:50:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0245CAE for ; Mon, 17 Dec 2012 08:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 92DB58FC12 for ; Mon, 17 Dec 2012 08:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBH8o0El016110 for ; Mon, 17 Dec 2012 08:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBH8o0Bf016109; Mon, 17 Dec 2012 08:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 17 Dec 2012 08:50:00 GMT Resent-Message-Id: <201212170850.qBH8o0Bf016109@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, Brad Davis Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 424DFC97 for ; Mon, 17 Dec 2012 08:49:37 +0000 (UTC) (envelope-from brad@liquidneon.com) Received: from valentine.liquidneon.com (valentine.liquidneon.com [216.87.78.132]) by mx1.freebsd.org (Postfix) with ESMTP id 209798FC0A for ; Mon, 17 Dec 2012 08:49:36 +0000 (UTC) Received: by valentine.liquidneon.com (Postfix, from userid 1001) id 125408FF20; Mon, 17 Dec 2012 01:49:36 -0700 (MST) Message-Id: <20121217084936.125408FF20@valentine.liquidneon.com> Date: Mon, 17 Dec 2012 01:49:36 -0700 (MST) From: Brad Davis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/174505: [patch] mail/p5-Mail-SpamAssassin: Fix typo in pkg-message and fix sa-update with Net::DNS >= 0.69 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Brad Davis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 08:50:00 -0000 >Number: 174505 >Category: ports >Synopsis: [patch] mail/p5-Mail-SpamAssassin: Fix typo in pkg-message and fix sa-update with Net::DNS >= 0.69 >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: Mon Dec 17 08:50:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Brad Davis >Release: FreeBSD 9.1-RC2 i386 >Organization: >Environment: >Description: Fix typo in pkg-message and fix sa-update with Net::DNS >= 0.69 >How-To-Repeat: >Fix: --- spamassassin.patch begins here --- Index: files/patch-bug6872 =================================================================== --- files/patch-bug6872 (revision 0) +++ files/patch-bug6872 (working copy) @@ -0,0 +1,12 @@ +--- sa-update.raw.ori 2012-12-17 01:42:27.000000000 -0700 ++++ sa-update.raw 2012-12-17 01:44:32.000000000 -0700 +@@ -1137,7 +1137,8 @@ + foreach my $rr ($RR->answer) { + my $text = $rr->rdatastr; + local($1); +- $text =~ /^"(.*)"$/; ++ #$text =~ /^"(.*)"$/; ++ $text =~ /^["]{0,1}(.*)["]{0,1}$/; + push @result, $1; + } + } Property changes on: files/patch-bug6872 ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: pkg-message =================================================================== --- pkg-message (revision 309070) +++ pkg-message (working copy) @@ -23,7 +23,7 @@ NOTE: FREEBSD users: If you are updating from a version prior to 3.20. sa-update now places state files in /var/db/spamassassin and not -/var/lib/spamassassin. This is to be consistant with Freebsd file +/var/lib/spamassassin. This is to be consistant with FreeBSD file directory conventions. If you run sa-compile, you will notice that files are in --- spamassassin.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: