git: 9bda07e17cf0 - main - mail/roundcube: fix newsyslog.d default config file.

Alex Dupre ale at FreeBSD.org
Wed Jun 9 09:32:17 UTC 2021


The branch main has been updated by ale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9bda07e17cf0d755a91494832780b825ba6ca947

commit 9bda07e17cf0d755a91494832780b825ba6ca947
Author:     Alex Dupre <ale at FreeBSD.org>
AuthorDate: 2021-06-09 09:29:21 +0000
Commit:     Alex Dupre <ale at FreeBSD.org>
CommitDate: 2021-06-09 09:29:21 +0000

    mail/roundcube: fix newsyslog.d default config file.
    
    PR:             256488
    Submitted by:   Marko Cupać <marko.cupac at mimar.rs>
---
 mail/roundcube/Makefile                | 1 +
 mail/roundcube/files/newsyslog.conf.in | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index 5fe163ffb89f..5399b164f1f8 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	roundcube
 DISTVERSION=	1.4.11
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES?=	mail www
 MASTER_SITES=	https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/
diff --git a/mail/roundcube/files/newsyslog.conf.in b/mail/roundcube/files/newsyslog.conf.in
index d8206d1021fb..7d31493cebd8 100644
--- a/mail/roundcube/files/newsyslog.conf.in
+++ b/mail/roundcube/files/newsyslog.conf.in
@@ -1,3 +1,3 @@
-# logfilename                     [owner:group]    mode count size when  flags [/pid_file] [sig_num]
-%%WWWDIR%%/roundcube/logs/errors    www:www    644  10    1000 *     XCBN
-%%WWWDIR%%/roundcube/logs/sendmail  www:www    644  10    1000 *     XCBN
+# logfilename                 [owner:group] mode count size when  flags [/pid_file] [sig_num]
+%%WWWDIR%%/logs/errors.log    www:www       644  10    1000 *     XCBN
+%%WWWDIR%%/logs/sendmail.log  www:www       644  10    1000 *     XCBN


More information about the dev-commits-ports-main mailing list