Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2012 01:49:36 -0700 (MST)
From:      Brad Davis <brd@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/174505: [patch] mail/p5-Mail-SpamAssassin: Fix typo in pkg-message and fix sa-update with Net::DNS >= 0.69
Message-ID:  <20121217084936.125408FF20@valentine.liquidneon.com>
Resent-Message-ID: <201212170850.qBH8o0Bf016109@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121217084936.125408FF20>