diff options
author | rene <rene@FreeBSD.org> | 2017-08-01 03:17:10 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-08-01 03:17:10 +0800 |
commit | 9e912ef653997e916fc7c1a48052a0b843a85b85 (patch) | |
tree | 1ecb95ab891f872617d4c2f01a1176847889df3b /sysutils | |
parent | f87354a7ae6b983675938ede5aa7fca433d41f2f (diff) | |
download | freebsd-ports-gnome-9e912ef653997e916fc7c1a48052a0b843a85b85.tar.gz freebsd-ports-gnome-9e912ef653997e916fc7c1a48052a0b843a85b85.tar.zst freebsd-ports-gnome-9e912ef653997e916fc7c1a48052a0b843a85b85.zip |
Remove optional dependencies on mail/dovecot.
Change the default for sysutils/froxlor to mail/dovecot2.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/froxlor/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/froxlor/Makefile b/sysutils/froxlor/Makefile index c1d7aa8d1d42..0a5a23e2b2d1 100644 --- a/sysutils/froxlor/Makefile +++ b/sysutils/froxlor/Makefile @@ -3,6 +3,7 @@ PORTNAME= froxlor PORTVERSION= 0.9.38.7 +PORTREVIION= 1 CATEGORIES= sysutils www MASTER_SITES= http://files.froxlor.org/releases/ @@ -29,7 +30,7 @@ OPTIONS_DEFINE= LIBNSS LOGROTATE MYSQLS DKIM PCNTL NLS OPTIONS_RADIO= WEB SMTP IMAPPOP3 FTP DNS OPTIONS_RADIO_WEB= APACHE LIGHTTPD NGINX OPTIONS_RADIO_SMTP= POSTFIX EXIM -OPTIONS_RADIO_IMAPPOP3= DOVECOT DOVECOT2 COURIER +OPTIONS_RADIO_IMAPPOP3= DOVECOT2 COURIER OPTIONS_RADIO_FTP= PROFTPD PUREFTPD OPTIONS_RADIO_DNS= POWERDNS ISCDNS OPTIONS_MULTI= WWWST @@ -49,7 +50,6 @@ MYSQLS_DESC= MySQL database server and client POSTFIX_DESC= Postfix as SMTP server EXIM_DESC= Exim as SMTP server DKIM_DESC= OpenDKIM for DomainKeys Identified Mail -DOVECOT_DESC= Dovecot 1.x as IMAP/POP3 server DOVECOT2_DESC= Dovecot 2.x as IMAP/POP3 server COURIER_DESC= Courier as IMAP/POP3 server PROFTPD_DESC= ProFTPd as FTP server @@ -64,7 +64,7 @@ LOGROTATE_DESC= Logrotate for log rotation MYSQLS_DESC= Depend on MySQL server NLS_DESC= Enable NLS support (required for webFTP frontend) -OPTIONS_DEFAULT= APACHE MYSQLS POSTFIX DOVECOT PROFTPD WEBALIZER MYSQLS PCNTL +OPTIONS_DEFAULT= APACHE MYSQLS POSTFIX DOVECOT2 PROFTPD WEBALIZER MYSQLS PCNTL POSTFIX_RUN_DEPENDS= postfix:mail/postfix @@ -72,8 +72,6 @@ EXIM_RUN_DEPENDS= exim:mail/exim DKIM_RUN_DEPENDS= opendkim:mail/opendkim -DOVECOT_RUN_DEPENDS= dovecot>1:mail/dovecot - DOVECOT2_RUN_DEPENDS= dovecot2>=2:mail/dovecot2 COURIER_RUN_DEPENDS= courier:mail/courier |