Bug 120570 - maintainer-update minor fixes for mail/p5-Mail-SpamAssassin
Summary: maintainer-update minor fixes for mail/p5-Mail-SpamAssassin
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-12 22:00 UTC by Michael Scheidell
Modified: 2008-02-13 04:20 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.33 KB, patch)
2008-02-12 22:00 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 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!