git: e1f8368d8ca8 - main - security/maia: remove nop option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Jan 2022 17:38:12 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e1f8368d8ca8c1d79b983d12df367b885a3edc9b
commit e1f8368d8ca8c1d79b983d12df367b885a3edc9b
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2022-01-30 17:36:52 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2022-01-30 17:36:52 +0000
security/maia: remove nop option
There is no any reference to 7z or p7zip in the sources.
PR: 260866, 261575
Approved by: maintainer
---
security/maia/Makefile | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/security/maia/Makefile b/security/maia/Makefile
index 9d56b1eebefe..1af0ad53cb72 100644
--- a/security/maia/Makefile
+++ b/security/maia/Makefile
@@ -2,7 +2,7 @@
PORTNAME= maia
DISTVERSION= 1.0.4
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= security
MAINTAINER= ek@purplehat.org
@@ -44,11 +44,11 @@ PLIST_SUB+= USERS="${USERS}" GROUPS="${GROUPS}" WWWOWN="${WWWOWN}" WWWGRP="${WWW
OPTIONS_DEFINE= APACHE LIGHTTPD NGINX WEBHOST MYSQL MYSQLSERVER PGSQL PGSQLSERVER \
DOVECOT2 POSTFIX PFA CLAMAV SPAMASSASSIN BDB CRYPT \
IPCOUNTRY DOMAINKEYS SPF DKIM FILE RAR UNRAR ARJ UNARJ LHA ARC NOMARCH CAB \
- RPM ZOO UNZOO LZOP P7ZIP TNEF DOCS
+ RPM ZOO UNZOO LZOP TNEF DOCS
OPTIONS_DEFAULT= MYSQL CLAMAV SPAMASSASSIN BDB IPCOUNTRY \
DOMAINKEYS SPF DKIM FILE UNRAR ARJ LHA ARC CAB RPM \
- ZOO P7ZIP
+ ZOO
APACHE_DESC= Use Apache web server
LIGHTTPD_DESC= Use LighTTPD web server
@@ -82,7 +82,6 @@ RPM_DESC= RPM support with archivers/rpm2cpio
ZOO_DESC= ZOO support with archivers/zoo
UNZOO_DESC= ZOO support with archivers/unzoo
LZOP_DESC= LZOP support with archivers/lzop
-P7ZIP_DESC= P7ZIP support with archivers/p7zip
TNEF_DESC= Add external tnef decoder
SUB_FILES= maiad pkg-message
@@ -276,10 +275,6 @@ RUN_DEPENDS+= unzoo>=4.4_1:archivers/unzoo
RUN_DEPENDS+= lzop:archivers/lzop
.endif
-.if ${PORT_OPTIONS:MP7ZIP}
-RUN_DEPENDS+= 7zr:archivers/p7zip
-.endif
-
.if ${PORT_OPTIONS:MTNEF}
RUN_DEPENDS+= tnef:converters/tnef
.endif