svn commit: r441677 - head/security/amavisd-new

Niclas Zeising zeising at FreeBSD.org
Thu May 25 11:35:31 UTC 2017


Author: zeising
Date: Thu May 25 11:35:30 2017
New Revision: 441677
URL: https://svnweb.freebsd.org/changeset/ports/441677

Log:
  Switch the dependency on archivers/freeze to default to off.
  
  The dependency on archivers/freeze make it so that amavisd-new can check
  inside freeze archives, however there are issues with that port that keeps
  it from being built, and that makes amavisd-new not build either.  It is
  still possible to install freeze separately and have amavisd-new use it.
  
  Approved by:	flo (maintainer)

Modified:
  head/security/amavisd-new/Makefile

Modified: head/security/amavisd-new/Makefile
==============================================================================
--- head/security/amavisd-new/Makefile	Thu May 25 10:43:17 2017	(r441676)
+++ head/security/amavisd-new/Makefile	Thu May 25 11:35:30 2017	(r441677)
@@ -2,7 +2,7 @@
 
 PORTNAME=	amavisd-new
 PORTVERSION=	2.11.0
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	security
 MASTER_SITES=	http://www.ijs.si/software/amavisd/ \
@@ -46,7 +46,7 @@ OPTIONS_DEFINE=	IPV6 BDB SNMP SQLITE MYS
 		FILE RAR UNRAR ARJ UNARJ LHA ARC NOMARCH CAB RPM ZOO UNZOO LZOP FREEZE \
 		P7ZIP MSWORD TNEF DOCS
 OPTIONS_DEFAULT=	BDB SPAMASSASSIN FILE UNRAR ARJ LHA ARC CAB RPM ZOO LZOP \
-			FREEZE P7ZIP MSWORD
+			P7ZIP MSWORD
 BDB_DESC=		Use BerkeleyDB for nanny/cache/snmp
 SNMP_DESC=		Install amavisd snmp subagent
 SQLITE_DESC=		Use SQLite for lookups


More information about the svn-ports-all mailing list