Bug 72961

Summary: Update port: security/clamassassin
Product: Ports & Packages Reporter: Matt Smith <matt>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Matt Smith 2004-10-21 13:40:27 UTC
	The port security/clamassassin will fail with a configure error
	if mail/procmail is not installed. There is a missing dependancy.

Fix: 

PORTNAME=      clamassassin
 PORTVERSION=   1.2.2
+PORTREVISION=  1
 CATEGORIES=    security
 MASTER_SITES=  http://drivel.com/clamassassin/

 MAINTAINER=    ports@freebsd.org
 COMMENT=       A simple virus filter wrapper for ClamAV

-BUILD_DEPENDS= sigtool:${PORTSDIR}/security/clamav
+BUILD_DEPENDS= sigtool:${PORTSDIR}/security/clamav \
+               formail:${PORTSDIR}/mail/procmail
 RUN_DEPENDS=   ${BUILD_DEPENDS}

 PLIST_FILES=   bin/clamassassin--RJZDbrdWGDYTy97BTfHO8o8gwJiH6RULeprYUQ8p2VTZmZxT
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- /usr/ports/security/clamassassin/Makefile   Sat Oct 16 02:26:41 2004
+++ /root/Makefile      Thu Oct 21 13:20:59 2004
@@ -7,13 +7,15 @@
How-To-Repeat: 	Install security/clamassassin whilst mail/procmail is not installed.
Comment 1 Yen-Ming Lee freebsd_committer freebsd_triage 2004-10-21 16:19:11 UTC
State Changed
From-To: open->closed

Committed, thanks.