Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2013 16:49:51 +0000 (UTC)
From:      Michael Scheidell <scheidell@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312998 - in head/mail/p5-Mail-SpamAssassin: . files
Message-ID:  <201302261649.r1QGnp6C083507@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 



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