SA 3.3.1 is mostly a non critical minor bugfix and update This attached patch updates SA to 3.3.1, and also incorporates PR's 144190 and 144418 which will copy over the missing v330.pre and will not include the IPV perl module if IPV6 is not enabled.(thanks wks) a big change to pkg-install was done to try to take into account that the sa rules are no longer distributed with SA. This means that make install, port install, packages, non of these have sa rules distributed, and you either need to install them with sa-update, or get them from the internet some other way, get the PGP keys and use sa-update to locally install them (hint: use sa-update) this new pkg-install will ask if you need to install rules, if they do not exist. (using an rc of 255 with the spamassassin --lint command) It appears to work with make install, portinstall, portupgrade, both binary and source (note: portinstall/upgrade -PP ignores --batch, so if you are scripting this, you must run sa-update and optionally sa-compile later) thanks again to wks for trying to get this scripted right in plg-install Fix: apply attached patch, don't forget to run sa-update Patch attached with submission follows: How-To-Repeat: na
Responsible Changed From-To: freebsd-ports-bugs->gabor gabor@ wants his PRs (via the GNATS Auto Assign Tool)
What is the progress with this PR? I am interested :-)
I wish I knew.=20 -----Original Message----- From: Martin Matuska <mm@FreeBSD.org> Sent: Wednesday, April 07, 2010 5:46 PM To: bug-followup@FreeBSD.org <bug-followup@FreeBSD.org>; = scheidell@secnap.net <scheidell@secnap.net> Subject: Re: ports/144911: [MAINTAINER-UPDATE] mail/p5-Mail-SpamAssassin = update to 3.3.1 What is the progress with this PR? I am interested :-) ______________________________________________________________________ This email has been scanned and certified safe by SpammerTrap(r). For Information please see http://www.secnap.com/products/spammertrap/ ______________________________________________________________________
On Wed, Apr 07, 2010 at 06:05:07PM -0400, Michael Scheidell wrote: > Can you check with someone on this? I'm ready to commit this tomorrow. Gabor, do you mind if I do that? -- WXS
wxs 2010-04-08 13:13:01 UTC FreeBSD ports repository Modified files: mail/p5-Mail-SpamAssassin Makefile distinfo pkg-install Added files: mail/p5-Mail-SpamAssassin/files patch-DKIM.pm Removed files: mail/p5-Mail-SpamAssassin/files patch-BayesStore-DBM.pm patch-Conf.pm patch-DCC.pm patch-Message.pm patch-Parser.pm patch-SpamAssassin.pm patch-bayes.pm patch-spamd_spamd.raw Log: - Update to 3.3.1 - Re-work pkg-install to ask about installing rules if they do not exist. Rules are no longer distributed with the software and must be obtained by running sa-update before trying to start spamd. PR: ports/144911 Submitted by: Michael Scheidell <scheidell@secnap.net> (maintainer) Revision Changes Path 1.132 +8 -4 ports/mail/p5-Mail-SpamAssassin/Makefile 1.44 +3 -3 ports/mail/p5-Mail-SpamAssassin/distinfo 1.2 +0 -13 ports/mail/p5-Mail-SpamAssassin/files/patch-BayesStore-DBM.pm (dead) 1.2 +0 -24 ports/mail/p5-Mail-SpamAssassin/files/patch-Conf.pm (dead) 1.2 +0 -21 ports/mail/p5-Mail-SpamAssassin/files/patch-DCC.pm (dead) 1.1 +66 -0 ports/mail/p5-Mail-SpamAssassin/files/patch-DKIM.pm (new) 1.2 +0 -11 ports/mail/p5-Mail-SpamAssassin/files/patch-Message.pm (dead) 1.2 +0 -13 ports/mail/p5-Mail-SpamAssassin/files/patch-Parser.pm (dead) 1.2 +0 -51 ports/mail/p5-Mail-SpamAssassin/files/patch-SpamAssassin.pm (dead) 1.3 +0 -12 ports/mail/p5-Mail-SpamAssassin/files/patch-bayes.pm (dead) 1.5 +0 -52 ports/mail/p5-Mail-SpamAssassin/files/patch-spamd_spamd.raw (dead) 1.9 +15 -32 ports/mail/p5-Mail-SpamAssassin/pkg-install _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!