diff options
| author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2016-11-30 14:59:06 +0000 |
|---|---|---|
| committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2016-11-30 14:59:06 +0000 |
| commit | 44a55e2153340ad34e44cea3073defdc31aa8728 (patch) | |
| tree | 0af98959adb0f744e5a5fa3599a9eb428d5ad97e /mail/rspamd/files | |
| parent | - Update to 1.4.2.a1 (diff) | |
- Update to 1.4.1
Notes
Notes:
svn path=/head/; revision=427429
Diffstat (limited to 'mail/rspamd/files')
| -rw-r--r-- | mail/rspamd/files/patch-CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/rspamd/files/patch-CMakeLists.txt b/mail/rspamd/files/patch-CMakeLists.txt index 43852babe384..065ba11b3a10 100644 --- a/mail/rspamd/files/patch-CMakeLists.txt +++ b/mail/rspamd/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2016-07-03 20:55:47 UTC +--- CMakeLists.txt.orig 2016-10-19 16:09:11 UTC +++ CMakeLists.txt -@@ -1223,6 +1223,21 @@ ELSE(WANT_SYSTEMD_UNITS MATCHES "ON") +@@ -1261,6 +1261,23 @@ 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") @@ -13,7 +13,9 @@ + 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") ++ INSTALL_IF_NOT_EXISTS("conf/maillist.inc" ${CONFDIR} "maillist.inc" ".sample") + INSTALL_IF_NOT_EXISTS("conf/metrics.conf" ${CONFDIR} "metrics.conf" ".sample") ++ INSTALL_IF_NOT_EXISTS("conf/mid.inc" ${CONFDIR} "mid.inc" ".sample") + INSTALL_IF_NOT_EXISTS("conf/modules.conf" ${CONFDIR} "modules.conf" ".sample") + INSTALL_IF_NOT_EXISTS("conf/statistic.conf" ${CONFDIR} "statistic.conf" ".sample") + INSTALL_IF_NOT_EXISTS("conf/surbl-whitelist.inc" ${CONFDIR} "surbl-whitelist.inc" ".sample") |
