From owner-svn-ports-all@freebsd.org Sun Feb 11 09:44:56 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3A04F0638B; Sun, 11 Feb 2018 09:44:56 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 89EF06F391; Sun, 11 Feb 2018 09:44:56 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 84DBE21354; Sun, 11 Feb 2018 09:44:56 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1B9iuYT011172; Sun, 11 Feb 2018 09:44:56 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1B9iufV011171; Sun, 11 Feb 2018 09:44:56 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201802110944.w1B9iufV011171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 11 Feb 2018 09:44:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461482 - head/security/maia X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/security/maia X-SVN-Commit-Revision: 461482 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Feb 2018 09:44:57 -0000 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