From brad@liquidneon.com  Mon Dec 17 08:49:37 2012
Return-Path: <brad@liquidneon.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 424DFC97
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <brd@FreeBSD.org>
Reply-To: Brad Davis <brd@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] mail/p5-Mail-SpamAssassin: Fix typo in pkg-message and fix sa-update with Net::DNS >= 0.69
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:    scheidell
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 17 08:50:00 UTC 2012
>Closed-Date:    Tue Feb 26 16:50:16 UTC 2013
>Last-Modified:  Thu Mar  7 06:30:00 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->scheidell 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Dec 17 08:50:38 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174505 
State-Changed-From-To: open->closed 
State-Changed-By: scheidell 
State-Changed-When: Tue Feb 26 16:50:16 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174505 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174505: commit references a PR
Date: Tue, 26 Feb 2013 16:50:05 +0000 (UTC)

 Author: scheidell
 Date: Tue Feb 26 16:49:50 2013
 New Revision: 312998
 URL: http://svnweb.freebsd.org/changeset/ports/312998
 
 Log:
   - Use USE_PERL [1]
   - Fix TYPo in FreeBSD [2]
   - Fix sa-update with Net::DNS >= 0.69 [2]
   
   PR:		ports/174505
   Submitted by:	Andrej Zverev <andrej.zverev@gmail.com> [1]
   Submitted by:	brd [2]
 
 Added:
   head/mail/p5-Mail-SpamAssassin/files/patch-bug6872   (contents, props changed)
 Modified:
   head/mail/p5-Mail-SpamAssassin/Makefile   (contents, props changed)
   head/mail/p5-Mail-SpamAssassin/pkg-message   (contents, props changed)
 
 Modified: head/mail/p5-Mail-SpamAssassin/Makefile
 ==============================================================================
 --- head/mail/p5-Mail-SpamAssassin/Makefile	Tue Feb 26 16:43:00 2013	(r312997)
 +++ head/mail/p5-Mail-SpamAssassin/Makefile	Tue Feb 26 16:49:50 2013	(r312998)
 @@ -1,7 +1,4 @@
 -# New ports collection makefile for:	p5-Mail-SpamAssassin
 -# Date created:				Nov 26 2001
 -# Whom:					Anthony Kim
 -#
 +# Created by: Anthony Kim
  # $FreeBSD$
  #
  
 @@ -29,8 +26,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
  
  CONFLICTS?=	ja-p5-Mail-SpamAssassin-[0-9]* p5-Mail-SpamAssassin-devel-[0-9]* p5-Mail-SpamAssassin-Alt-[0-9]*
  
 -PERL_CONFIGURE=	yes
 -USE_PERL5=	5.12+
 +PERL_CONFIGURE=	5.12+
  USE_LDCONFIG=	yes
  DBDIR?=		/var/db
  ETCDIR?=	${PREFIX}/etc/mail/spamassassin
 
 Added: head/mail/p5-Mail-SpamAssassin/files/patch-bug6872
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/mail/p5-Mail-SpamAssassin/files/patch-bug6872	Tue Feb 26 16:49:50 2013	(r312998)
 @@ -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;
 +     }
 +   }
 
 Modified: head/mail/p5-Mail-SpamAssassin/pkg-message
 ==============================================================================
 --- head/mail/p5-Mail-SpamAssassin/pkg-message	Tue Feb 26 16:43:00 2013	(r312997)
 +++ head/mail/p5-Mail-SpamAssassin/pkg-message	Tue Feb 26 16:49:50 2013	(r312998)
 @@ -23,7 +23,7 @@ You may wish to run sa-update now to obt
  
  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 
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174505: commit references a PR
Date: Tue, 26 Feb 2013 21:47:55 +0000 (UTC)

 Author: scheidell
 Date: Tue Feb 26 21:47:48 2013
 New Revision: 313008
 URL: http://svnweb.freebsd.org/changeset/ports/313008
 
 Log:
   - Bump PORTREVISION (missing on previous commit)
   
   PR:		ports/174505
 
 Modified:
   head/mail/p5-Mail-SpamAssassin/Makefile
 
 Modified: head/mail/p5-Mail-SpamAssassin/Makefile
 ==============================================================================
 --- head/mail/p5-Mail-SpamAssassin/Makefile	Tue Feb 26 21:34:44 2013	(r313007)
 +++ head/mail/p5-Mail-SpamAssassin/Makefile	Tue Feb 26 21:47:48 2013	(r313008)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	Mail-SpamAssassin
  PORTVERSION=	3.3.2
 -PORTREVISION?=	6		# committer: please bump PORTREVISION on Slaves
 +PORTREVISION?=	7		# committer: please bump PORTREVISION on Slaves
  CATEGORIES?=	mail perl5
  MASTER_SITES=	${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/}
  MASTER_SITE_SUBDIR=	spamassassin/source/:apache Mail/:cpan
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174505: commit references a PR
Date: Thu,  7 Mar 2013 06:20:51 +0000 (UTC)

 Author: scheidell
 Date: Thu Mar  7 06:20:38 2013
 New Revision: 313565
 URL: http://svnweb.freebsd.org/changeset/ports/313565
 
 Log:
   - Undo patch for buggy Net:DNS .69. caused 404 errors <.69
   
   PR:		ports/174505
 
 Deleted:
   head/mail/p5-Mail-SpamAssassin/files/patch-bug6872
 Modified:
   head/japanese/p5-Mail-SpamAssassin/Makefile
   head/mail/p5-Mail-SpamAssassin/Makefile
 
 Modified: head/japanese/p5-Mail-SpamAssassin/Makefile
 ==============================================================================
 --- head/japanese/p5-Mail-SpamAssassin/Makefile	Thu Mar  7 06:09:44 2013	(r313564)
 +++ head/japanese/p5-Mail-SpamAssassin/Makefile	Thu Mar  7 06:20:38 2013	(r313565)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  #
  
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	japanese mail perl5
  PKGNAMEPREFIX=	ja-p5-
  
 
 Modified: head/mail/p5-Mail-SpamAssassin/Makefile
 ==============================================================================
 --- head/mail/p5-Mail-SpamAssassin/Makefile	Thu Mar  7 06:09:44 2013	(r313564)
 +++ head/mail/p5-Mail-SpamAssassin/Makefile	Thu Mar  7 06:20:38 2013	(r313565)
 @@ -4,7 +4,7 @@
  
  PORTNAME=	Mail-SpamAssassin
  PORTVERSION=	3.3.2
 -PORTREVISION?=	7		# committer: please bump PORTREVISION on Slaves
 +PORTREVISION?=	8		# committer: please bump PORTREVISION on Slaves
  CATEGORIES?=	mail perl5
  MASTER_SITES=	${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/}
  MASTER_SITE_SUBDIR=	spamassassin/source/:apache Mail/:cpan
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
