Date: Sun, 11 Feb 2018 09:44:56 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461482 - head/security/maia Message-ID: <201802110944.w1B9iufV011171@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802110944.w1B9iufV011171>