aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2021-06-09 09:29:21 +0000
committerAlex Dupre <ale@FreeBSD.org>2021-06-09 09:29:21 +0000
commit9bda07e17cf0d755a91494832780b825ba6ca947 (patch)
tree5e65521b51028f0c76b18cb86258f3c28a1d93bb /mail
parent172ed8171f285a55d9a9d37514808039335818b8 (diff)
downloadports-9bda07e17cf0d755a91494832780b825ba6ca947.tar.gz
ports-9bda07e17cf0d755a91494832780b825ba6ca947.zip
mail/roundcube: fix newsyslog.d default config file.
PR: 256488 Submitted by: Marko Cupać <marko.cupac@mimar.rs>
Diffstat (limited to 'mail')
-rw-r--r--mail/roundcube/Makefile1
-rw-r--r--mail/roundcube/files/newsyslog.conf.in6
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