head	1.21;
access;
symbols
	RELEASE_8_3_0:1.19
	RELEASE_9_0_0:1.18
	RELEASE_7_4_0:1.18
	RELEASE_8_2_0:1.18
	RELEASE_6_EOL:1.18
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.17
	RELEASE_7_2_0:1.16
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3;
locks; strict;
comment	@# @;


1.21
date	2013.03.06.12.55.10;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2012.11.17.06.01.01;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2012.01.21.17.37.05;	author eadler;	state Exp;
branches;
next	1.18;

1.18
date	2010.04.06.12.01.54;	author garga;	state Exp;
branches;
next	1.17;

1.17
date	2009.07.19.18.59.39;	author shaun;	state Exp;
branches;
next	1.16;

1.16
date	2009.03.30.18.33.28;	author dhn;	state Exp;
branches;
next	1.15;

1.15
date	2009.03.27.11.53.04;	author garga;	state Exp;
branches;
next	1.14;

1.14
date	2009.03.13.23.27.18;	author shaun;	state Exp;
branches;
next	1.13;

1.13
date	2008.09.15.19.56.36;	author garga;	state Exp;
branches;
next	1.12;

1.12
date	2008.04.16.16.10.16;	author garga;	state Exp;
branches;
next	1.11;

1.11
date	2007.12.19.23.08.36;	author garga;	state Exp;
branches;
next	1.10;

1.10
date	2007.04.26.16.59.56;	author shaun;	state Exp;
branches;
next	1.9;

1.9
date	2007.03.13.20.11.15;	author garga;	state Exp;
branches;
next	1.8;

1.8
date	2006.06.19.20.06.57;	author shaun;	state Exp;
branches;
next	1.7;

1.7
date	2006.04.29.09.07.27;	author ehaupt;	state Exp;
branches;
next	1.6;

1.6
date	2006.02.20.21.37.36;	author garga;	state Exp;
branches;
next	1.5;

1.5
date	2006.01.11.20.00.31;	author tdb;	state Exp;
branches;
next	1.4;

1.4
date	2005.11.25.22.29.22;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2004.10.21.15.18.58;	author leeym;	state Exp;
branches;
next	1.2;

1.2
date	2004.10.21.14.30.27;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2004.10.16.01.26.41;	author leeym;	state Exp;
branches;
next	;


desc
@@


1.21
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313460
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Matt <matt@@xtaz.net>
# $FreeBSD: head/security/clamassassin/Makefile 313460 2013-03-05 17:07:43Z miwi $

PORTNAME=	clamassassin
PORTVERSION=	1.2.4
PORTREVISION=	5
CATEGORIES=	security
MASTER_SITES=	http://jameslick.com/clamassassin/

MAINTAINER=	chalpin@@cs.wisc.edu
COMMENT=	A simple virus filter wrapper for ClamAV

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

PLIST_FILES=	bin/clamassassin

GNU_CONFIGURE=	yes

OPTIONS_DEFINE=	CLAMDSCAN SUBREWRITE
OPTIONS_DEFAULT=	CLAMDSCAN
CLAMDSCAN_DESC=		Scanning using clamd
SUBREWRITE_DESC=	Mail subject rewriting

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MCLAMDSCAN}
CONFIGURE_ARGS+=	--enable-clamdscan
.endif

.if ${PORT_OPTIONS:MSUBREWRITE}
CONFIGURE_ARGS+=	--enable-subject-rewrite
.endif

.include <bsd.port.mk>
@


1.20
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	clamassassin
# Date created:				16 October 2004
# Whom:					Matt <matt@@xtaz.net>
#
# $FreeBSD: head/security/clamassassin/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d21 4
a24 2
OPTIONS=	CLAMDSCAN "Scanning using clamd" on \
		SUBREWRITE "Mail subject rewriting" off
d26 1
a26 1
.include <bsd.port.pre.mk>
d28 1
a28 1
.if !defined (WITHOUT_CLAMDSCAN)
d32 1
a32 1
.if defined (WITH_SUBREWRITE)
d36 1
a36 1
.include <bsd.port.post.mk>
@


1.19
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.18
log
@Chase clamav's lib bump
@
text
@d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.17
log
@Remove references to my mirror, which will be decommissioned shortly;
fall back to FreeBSD mirrors in case the port has no others.
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.16
log
@- Pass maintainership to submitter

PR:	ports/133210 ports/133211 ports/133212
Submitted by:	Corey Halpin <chalpin@@cs.wisc.edu> (maintainer)
Approved by:	tabthorpe (co-mentor)
@
text
@d12 1
a12 2
MASTER_SITES=	http://jameslick.com/clamassassin/ \
		http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
@


1.15
log
@- Bump necessary PORTREVISIONS and fix some ports to new clamav API
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.14
log
@Free most of my ports, since they aren't being maintained to a
reasonable standard.
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.13
log
@- Update security/clamav to 0.94 [1] and fix a remote DoS [2]
- Chase libclamav version bump on all dependant ports
- Bump necessary PORTREVISIONS
- Fix some BROKEN messages from ports that were already broken with clamav-0.93
- Mark security/klamav as BROKEN since it doesn't build with clamav-0.94

PR:		ports/127122 [1], ports/127310 [2]
Submitted by:	Gary Palmer <freebsd-gnats@@in-addr.com> [1], delphij [2]
Approved by:	portmgr (pav)
@
text
@d15 1
a15 1
MAINTAINER=	shaun@@FreeBSD.org
@


1.12
log
@- Chase clamav library to version 4
- Bump PORTREVISION

Following ports are marked as BROKEN since they don't build with new clamav
0.93:

www/c-icap
mail/claws-mail-clamav
www/gurlchecker
www/havp
security/klamav
devel/p5-Mail-ClamAV
devel/py-clamav
www/squidclam

This clamav version needed to be updated without wait other ports fixes
because it fixes important vulnerabilities.
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.11
log
@- Update security/clamav to 0.92
- Add a new OPTION (RAR) because unrar code is optional to fix a license
  issue
- Some cosmetic changes
- Chase library version bump and bump PORTREVISION of all dependant ports

Approved by:	portmgr (pav)
Security:	CVE-2007-6335, CVE-2007-6336, CVE-2007-6337
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.10
log
@Update to 1.2.4.
@
text
@d10 1
@


1.9
log
@- Update clamav to 0.90.1
- Use -lthr to build clamav since it has problems with libpthread
- Bump PORTREVISION of dependant ports, libclamav version was bumped
- Fix clamcour to build with clamav-0.90.x using patch sent by maintainer
@
text
@d9 1
a9 2
PORTVERSION=	1.2.3
PORTREVISION=	1
d11 1
a11 1
MASTER_SITES=	http://drivel.com/clamassassin/ \
@


1.8
log
@Switch to my @@FreeBSD.org address.

Approved by:	ahze (mentor)
@
text
@d10 1
@


1.7
log
@Add an additional mirror.

Submitted by:	Shaun Amott <shaun@@inerd.com> (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	shaun@@inerd.com
@


1.6
log
@- Transfer maintainership to submitter [1]
- Use DATADIR macro on IglooFTP

PR:		ports/93499
Submitted by:	Shaun Amott <shaun@@inerd.com>
@
text
@d11 2
a12 1
MASTER_SITES=	http://drivel.com/clamassassin/
@


1.5
log
@- Update to 1.2.3

PR:		91676
Submitted by:	Matt <matt@@xtaz.co.uk>
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.4
log
@- Style: ports@@freebsd.org -> ports@@FreeBSD.org
@
text
@d9 1
a9 2
PORTVERSION=	1.2.2
PORTREVISION=	1
@


1.3
log
@- bump PORTREVISION after update dependency.

PR:		72961
Submitted by:	Matt <matt@@xtaz.net>
@
text
@d14 1
a14 1
MAINTAINER=	ports@@freebsd.org
@


1.2
log
@add procmail into dependency list.

Noticed by:	kris
Submitted by:	Matt <matt@@xtaz.net>
@
text
@d10 1
@


1.1
log
@Add clamassassin

Clamassassin is a simple virus filter wrapper for ClamAV for use in procmail
filters and similiar applications. Clamassassin's interface is similiar to
that of spamassassin, making it easy to implement for those familiar with
that tool. Clamassassin is designed with an emphasis on security, robustness
and simplicity.

PR:		72698
Submitted by:	Matt <matt@@xtaz.net>
@
text
@d16 2
a17 1
BUILD_DEPENDS=	sigtool:${PORTSDIR}/security/clamav
@

