Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Nov 2014 16:14:31 +0000 (UTC)
From:      Vsevolod Stakhov <vsevolod@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372149 - in head/mail/exim: . files
Message-ID:  <201411041614.sA4GEVcN064708@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vsevolod
Date: Tue Nov  4 16:14:30 2014
New Revision: 372149
URL: https://svnweb.freebsd.org/changeset/ports/372149
QAT: https://qat.redports.org/buildarchive/r372149/

Log:
  Remove outdated KAS patch and option.

Deleted:
  head/mail/exim/files/extra-patch-kas
Modified:
  head/mail/exim/Makefile
  head/mail/exim/options

Modified: head/mail/exim/Makefile
==============================================================================
--- head/mail/exim/Makefile	Tue Nov  4 16:11:57 2014	(r372148)
+++ head/mail/exim/Makefile	Tue Nov  4 16:14:30 2014	(r372149)
@@ -49,8 +49,6 @@ EMBEDDED_PERL_USE=	perl5=run,build
 EXIMON_USE=	xorg=x11,xaw,xt
 GNUTLS_LIB_DEPENDS=	libgnutls.so:${PORTSDIR}/security/gnutls
 ICONV_USES=	iconv:lib,build
-KAS_BUILD_DEPENDS=	libspamtest>=0:${PORTSDIR}/mail/libspamtest
-KAS_EXTRA_PATCHES=	${FILESDIR}/extra-patch-kas
 MYSQL_USE=	mysql=yes
 OPENLDAP_USE=	openldap=yes
 PGSQL_USE=	pgsql=yes

Modified: head/mail/exim/options
==============================================================================
--- head/mail/exim/options	Tue Nov  4 16:11:57 2014	(r372148)
+++ head/mail/exim/options	Tue Nov  4 16:14:30 2014	(r372149)
@@ -50,7 +50,7 @@ OPTIONS_DEFAULT+=	AUTH_CRAM_MD5 \
 
 OPTIONS_RADIO_TLS=	TLS GNUTLS
 TLS_DESC=	TLS support
-OPTIONS_RADIO_LS=	SA_EXIM KAS
+OPTIONS_RADIO_LS=	SA_EXIM
 LS_DESC=	Local scan patch
 OPTIONS_RADIO_SRSR=	SRS SRS_ALT
 SRSR_DESC=	Sender Rewriting Scheme
@@ -89,7 +89,6 @@ DSEARCH_DESC=		Enable directory-list loo
 EMBEDDED_PERL_DESC=	Enable embedded Perl interpreter
 EXIMON_DESC=		Build eximon monitor (requires X libraries)
 ICONV_DESC=		Enable header charset conversion
-KAS_DESC=		Build with Kaspersky AntiSpam local scan
 LISTMATCH_RHS_DESC=	Enable pre-4.77 behaviour for match_*
 LMTP_DESC=		RFC2033 SMTP over command pipe transport
 LSEARCH_DESC=		Enable wildcarded-file lookups



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411041614.sA4GEVcN064708>