diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2022-01-30 17:36:52 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2022-01-30 17:36:52 +0000 |
commit | e1f8368d8ca8c1d79b983d12df367b885a3edc9b (patch) | |
tree | 347068763c065a17f4996ed092ea4f6b3e434225 | |
parent | 3d0da7220ca950600c5ddaf70797c27b00803a5c (diff) | |
download | ports-e1f8368d8ca8c1d79b983d12df367b885a3edc9b.tar.gz ports-e1f8368d8ca8c1d79b983d12df367b885a3edc9b.zip |
security/maia: remove nop option
There is no any reference to 7z or p7zip in the sources.
PR: 260866, 261575
Approved by: maintainer
-rw-r--r-- | security/maia/Makefile | 11 |
1 files 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 |