svn commit: r461482 - head/security/maia

Alexey Dokuchaev danfe at FreeBSD.org
Sun Feb 11 09:44:57 UTC 2018


Author: danfe
Date: Sun Feb 11 09:44:56 2018
New Revision: 461482
URL: https://svnweb.freebsd.org/changeset/ports/461482

Log:
  Remove FREEZE from default options: it pulls `archivers/freeze' as run-time
  dependency, which apparently cannot be packaged after r429483 because `NONE'
  LICENSE must be explicitly accepted; in turn, this prevented `security/maia'
  itself from packaging.
  
  Approved by:	maintainer

Modified:
  head/security/maia/Makefile

Modified: head/security/maia/Makefile
==============================================================================
--- head/security/maia/Makefile	Sun Feb 11 09:41:17 2018	(r461481)
+++ head/security/maia/Makefile	Sun Feb 11 09:44:56 2018	(r461482)
@@ -3,7 +3,7 @@
 
 PORTNAME=	maia
 DISTVERSION=	1.0.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security
 MASTER_SITES=	http://www.purplehat.org/downloads/maia/
 
@@ -45,7 +45,8 @@ OPTIONS_DEFINE=	APACHE LIGHTTPD WEBHOST MYSQL MYSQLSER
 		RPM ZOO UNZOO LZOP FREEZE P7ZIP TNEF DOCS
 
 OPTIONS_DEFAULT=	MYSQL CLAMAV SPAMASSASSIN BDB IPCOUNTRY \
-			DOMAINKEYS SPF DKIM FILE UNRAR ARJ LHA ARC CAB RPM ZOO FREEZE P7ZIP
+			DOMAINKEYS SPF DKIM FILE UNRAR ARJ LHA ARC CAB RPM \
+			ZOO P7ZIP
 APACHE_DESC=		Use Apache web server
 LIGHTTPD_DESC=		Use LighTTPD web server
 WEBHOST_DESC=		PHP, PEAR, etc... for Maia web interface


More information about the svn-ports-all mailing list