From owner-svn-ports-head@FreeBSD.ORG Tue Feb 26 16:49:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4539C9EB; Tue, 26 Feb 2013 16:49:52 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1464BF4C; Tue, 26 Feb 2013 16:49:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1QGnpGi083510; Tue, 26 Feb 2013 16:49:51 GMT (envelope-from scheidell@svn.freebsd.org) Received: (from scheidell@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1QGnp6C083507; Tue, 26 Feb 2013 16:49:51 GMT (envelope-from scheidell@svn.freebsd.org) Message-Id: <201302261649.r1QGnp6C083507@svn.freebsd.org> From: Michael Scheidell Date: Tue, 26 Feb 2013 16:49:51 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 16:49:52 -0000 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 [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