Bug 90090 - p5-Mail-Spamassassin missing dependency
Summary: p5-Mail-Spamassassin missing dependency
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: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-07 23:40 UTC by Greg Lehey
Modified: 2005-12-09 02:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Lehey 2005-12-07 23:40:02 UTC
	The current version (p5-Mail-SpamAssassin-3.1.0_3) of
	SpamAssassin depends on p5-Mail-SPF-Query, but this does not
	appear to be enforced on installation.  This results in the
	following kind of messages:

	[6865] error: Can't locate Mail/SPF/Query.pm in @INC (@INC contains: lib ../lib /usr/local/lib/perl5/site_perl/5.8.7 /usr/local/lib/perl5/site_perl/5.8.7/mach /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.7/BSDPAN /usr/local/lib/perl5/5.8.7/mach /usr/local/lib/perl5/5.8.7) at /usr/local/lib/perl5/site_perl/5.8.7/Mail/SpamAssassin/Plugin/SPF.pm line 272, <GEN39> line 75.

Fix: 

Add dependency on p5-Mail-SPF-Query
How-To-Repeat: 	Install SpamAssassin.
	Start spamd.
	Configure mail system to use spam.
	Wait for mail.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-07 23:48:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer
Comment 2 Sam Lawrance 2005-12-08 06:40:46 UTC
> 	The current version (p5-Mail-SpamAssassin-3.1.0_3) of
> 	SpamAssassin depends on p5-Mail-SPF-Query, but this does not
> 	appear to be enforced on installation.  This results in the
> 	following kind of messages:
>
> 	[6865] error: Can't locate Mail/SPF/Query.pm in @INC (@INC  
> contains: lib ../lib /usr/local/lib/perl5/site_perl/5.8.7 /usr/ 
> local/lib/perl5/site_perl/5.8.7/mach /usr/local/lib/perl5/ 
> site_perl /usr/local/lib/perl5/5.8.7/BSDPAN /usr/local/lib/ 
> perl5/5.8.7/mach /usr/local/lib/perl5/5.8.7) at /usr/local/lib/ 
> perl5/site_perl/5.8.7/Mail/SpamAssassin/Plugin/SPF.pm line 272,  
> <GEN39> line 75.

Mail::SPF:Query is added as a dependency when the SPF_QUERY port  
option is enabled.  The dependency is optional and spamassassin will  
run without it (see ${WRKSRC}/INSTALL).
Comment 3 Sam Lawrance freebsd_committer freebsd_triage 2005-12-09 02:05:00 UTC
State Changed
From-To: open->closed

PR describes expected behaviour.