Bug 120570

Summary: maintainer-update minor fixes for mail/p5-Mail-SpamAssassin
Product: Ports & Packages Reporter: Michael Scheidell <scheidell>
Component: Individual Port(s)Assignee: Beech Rintoul <beech>
Status: Closed FIXED    
Severity: Affects Only Me CC: cris
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Michael Scheidell 2008-02-12 22:00:04 UTC
Depending on what order ports are installed, some modules may be 
missing:

make does this:
REQUIRED module missing: Digest::SHA1

if SHA1 is this version:
pkg_info | grep SHA1
p5-Digest-SHA1-2.10 Perl interface to the SHA-1 Algorithm

Fix: This patch also fixes (adds reload) to sa-spamd.sh.in
(thanks to Cristiano Deana )
How-To-Repeat: downgrade p5-Digest-SHA1 to less than 2.11
cd /usr/ports/mail/p5-Mail-SpamAssassin
Don't select any options
make
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2008-02-12 22:33:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-02-13 04:13:54 UTC
beech       2008-02-13 04:13:43 UTC

  FreeBSD ports repository

  Modified files:
    mail/p5-Mail-SpamAssassin Makefile 
    mail/p5-Mail-SpamAssassin/files sa-spamd.sh.in 
  Log:
  - Fix options
  - Bump portrevision
  
  PR:             ports/120570
  Submitted by:   Michael Scheidell <scheidell@secnap.net> (maintainer)
  
  Revision  Changes    Path
  1.114     +3 -2      ports/mail/p5-Mail-SpamAssassin/Makefile
  1.2       +2 -1      ports/mail/p5-Mail-SpamAssassin/files/sa-spamd.sh.in
_______________________________________________
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 3 Beech Rintoul freebsd_committer freebsd_triage 2008-02-13 04:14:13 UTC
State Changed
From-To: open->closed

Committed, Thanks!