security/maia: remove nop option

There is no any reference to 7z or p7zip in the sources.

PR:		260866, 261575
Approved by:	maintainer
This commit is contained in:
Max Brazhnikov 2022-01-30 20:36:52 +03:00
parent 3d0da7220c
commit e1f8368d8c

View file

@ -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