aboutsummaryrefslogtreecommitdiffstats
path: root/mail/rspamd/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
authorvsevolod <vsevolod@FreeBSD.org>2017-06-14 23:44:16 +0800
committervsevolod <vsevolod@FreeBSD.org>2017-06-14 23:44:16 +0800
commit9abb857682ebba78a4ab03dfb071926791363231 (patch)
treea29259a62cb76f8bbbc97c9e673efe3abeb173e3 /mail/rspamd/files/patch-CMakeLists.txt
parentabb9d2d9dded61fec04119ed1654db5743ac7207 (diff)
downloadfreebsd-ports-gnome-9abb857682ebba78a4ab03dfb071926791363231.tar.gz
freebsd-ports-gnome-9abb857682ebba78a4ab03dfb071926791363231.tar.zst
freebsd-ports-gnome-9abb857682ebba78a4ab03dfb071926791363231.zip
- Add configuration file sample for proxy worker [1]
- Add LICENSE_FILE [1] - Sort pkg-plist [1] - Fix homepage URI [1] - Update to 1.6.1 Submitted by: Alexander Moisseev <moisseev at mezonplus.ru> [1]
Diffstat (limited to 'mail/rspamd/files/patch-CMakeLists.txt')
-rw-r--r--mail/rspamd/files/patch-CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/rspamd/files/patch-CMakeLists.txt b/mail/rspamd/files/patch-CMakeLists.txt
index cf757f0ba225..740b2f5fbf61 100644
--- a/mail/rspamd/files/patch-CMakeLists.txt
+++ b/mail/rspamd/files/patch-CMakeLists.txt
@@ -1,6 +1,6 @@
---- CMakeLists.txt.orig 2017-01-17 14:11:25 UTC
+--- CMakeLists.txt.orig 2017-06-06 15:07:59 UTC
+++ CMakeLists.txt
-@@ -1286,6 +1286,23 @@ ELSE(WANT_SYSTEMD_UNITS MATCHES "ON")
+@@ -1302,6 +1302,24 @@ ELSE(WANT_SYSTEMD_UNITS MATCHES "ON")
ENDIF(WANT_SYSTEMD_UNITS MATCHES "ON")
IF(BUILD_PORT)
INSTALL_IF_NOT_EXISTS(${MAIN_CONF} ${CONFDIR} "rspamd.conf" ".sample")
@@ -10,6 +10,7 @@
+ INSTALL_IF_NOT_EXISTS("conf/worker-controller.inc" ${CONFDIR} "worker-controller.inc" ".sample")
+ INSTALL_IF_NOT_EXISTS("conf/worker-fuzzy.inc" ${CONFDIR} "worker-fuzzy.inc" ".sample")
+ INSTALL_IF_NOT_EXISTS("conf/worker-normal.inc" ${CONFDIR} "worker-normal.inc" ".sample")
++ INSTALL_IF_NOT_EXISTS("conf/worker-proxy.inc" ${CONFDIR} "worker-proxy.inc" ".sample")
+ INSTALL_IF_NOT_EXISTS("conf/2tld.inc" ${CONFDIR} "2tld.inc" ".sample")
+ INSTALL_IF_NOT_EXISTS("conf/mime_types.inc" ${CONFDIR} "mime_types.inc" ".sample")
+ INSTALL_IF_NOT_EXISTS("conf/composites.conf" ${CONFDIR} "composites.conf" ".sample")