Bug 144911 - [MAINTAINER-UPDATE] mail/p5-Mail-SpamAssassin update to 3.3.1
Summary: [MAINTAINER-UPDATE] mail/p5-Mail-SpamAssassin update to 3.3.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Gabor Kovesdan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-20 17:40 UTC by Michael Scheidell
Modified: 2010-04-08 14:20 UTC (History)
0 users

See Also:


Attachments
file.diff (17.63 KB, patch)
2010-03-20 17:40 UTC, Michael Scheidell
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Scheidell 2010-03-20 17:40:01 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-03-20 17:40:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gabor

gabor@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Matuska freebsd_committer freebsd_triage 2010-04-07 22:46:33 UTC
What is the progress with this PR? I am interested :-)
Comment 3 Michael Scheidell 2010-04-07 23:03:33 UTC
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/
______________________________________________________________________
Comment 4 Wesley Shields freebsd_committer freebsd_triage 2010-04-08 01:23:40 UTC
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
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-04-08 14:13:15 UTC
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"
Comment 6 Wesley Shields freebsd_committer freebsd_triage 2010-04-08 14:13:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!