From 999862a75aecc9fb58f44154228561677f709bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster=20=28Dessa=29?= Date: Fri, 14 May 2021 16:42:28 +0200 Subject: [PATCH] [www-apps/froxlor] add json php requirement, remove libressl and uneeded local use --- www-apps/froxlor/froxlor-9999.ebuild | 13 +++++-------- www-apps/froxlor/metadata.xml | 1 - 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/www-apps/froxlor/froxlor-9999.ebuild b/www-apps/froxlor/froxlor-9999.ebuild index a142a1c..072e146 100644 --- a/www-apps/froxlor/froxlor-9999.ebuild +++ b/www-apps/froxlor/froxlor-9999.ebuild @@ -19,12 +19,12 @@ HOMEPAGE="https://www.froxlor.org/" LICENSE="GPL-2" SLOT="0" -IUSE="awstats bind domainkey +dovecot fcgid ftpquota fpm libressl lighttpd +log mailquota nginx pdns pureftpd quota ssl vsftpd" +IUSE="awstats bind domainkey +dovecot fcgid ftpquota fpm lighttpd +log mailquota nginx pdns pureftpd quota ssl vsftpd" DEPEND=" >=mail-mta/postfix-2.4[mysql,ssl=] virtual/cron - >=dev-lang/php-7.0:*[bcmath,cli,ctype,curl,filter,gd,mysql,nls,pcntl,pdo,posix,session,simplexml,ssl=,tokenizer,unicode,xml,xslt,zlib,zip] + >=dev-lang/php-7.1:*[bcmath,cli,ctype,curl,filter,gd,json,mysql,nls,pcntl,pdo,posix,session,simplexml,ssl=,tokenizer,unicode,xml,xslt,zlib,zip] pureftpd? ( net-ftp/pure-ftpd[mysql,ssl=] ) @@ -46,15 +46,12 @@ DEPEND=" app-admin/webalizer ) bind? ( net-dns/bind - domainkey? ( mail-filter/opendkim[ssl=,libressl=] ) + domainkey? ( mail-filter/opendkim[ssl=] ) ) pdns? ( net-dns/pdns[mysql] - domainkey? ( mail-filter/opendkim[ssl=,libressl=] ) - ) - ssl? ( - !libressl? ( >=dev-libs/openssl-1.0.2:* ) - libressl? ( dev-libs/libressl:= ) + domainkey? ( mail-filter/opendkim[ssl=] ) ) + ssl? ( dev-libs/openssl ) lighttpd? ( www-servers/lighttpd[php,ssl=] ) nginx? ( www-servers/nginx:*[ssl=] diff --git a/www-apps/froxlor/metadata.xml b/www-apps/froxlor/metadata.xml index 5d4cfc5..47de440 100644 --- a/www-apps/froxlor/metadata.xml +++ b/www-apps/froxlor/metadata.xml @@ -23,7 +23,6 @@ use Power-DNS instead of Bind use pure-FTPd instead of ProFTPd Adds support for Filesystem-Quotas - Adds support for the Ticket System use vsFTPd instead of ProFTPd