diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-07-31 19:17:10 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-07-31 19:17:10 +0000 |
commit | 20f9ef44a2bc886bc2719a512b1f6cfab7591f34 (patch) | |
tree | 1ecb95ab891f872617d4c2f01a1176847889df3b /sysutils/froxlor | |
parent | e1e6b08154f60e49d15a12d21b55d218e47a549e (diff) | |
download | ports-20f9ef44a2bc886bc2719a512b1f6cfab7591f34.tar.gz ports-20f9ef44a2bc886bc2719a512b1f6cfab7591f34.zip |
Notes
Diffstat (limited to 'sysutils/froxlor')
-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 |