Bug 72961 - Update port: security/clamassassin
Summary: Update port: security/clamassassin
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-21 13:40 UTC by Matt Smith
Modified: 2004-10-21 16:19 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 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.