Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jun 2021 09:32:16 GMT
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9bda07e17cf0 - main - mail/roundcube: fix newsyslog.d default config file.
Message-ID:  <202106090932.1599WGVH013383@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ale:

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

commit 9bda07e17cf0d755a91494832780b825ba6ca947
Author:     Alex Dupre <ale@FreeBSD.org>
AuthorDate: 2021-06-09 09:29:21 +0000
Commit:     Alex Dupre <ale@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106090932.1599WGVH013383>