aboutsummaryrefslogtreecommitdiff
path: root/mail/rspamd
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@FreeBSD.org>2015-05-29 12:17:00 +0000
committerVsevolod Stakhov <vsevolod@FreeBSD.org>2015-05-29 12:17:00 +0000
commit65089af011a5f0df2d729dfaebf7d6a93091f96a (patch)
treed390e06e228e65676ee464f1e7e57a34760fb8eb /mail/rspamd
parent04e188869dd5049c062bd3c4581d6bed1344a928 (diff)
downloadports-65089af011a5f0df2d729dfaebf7d6a93091f96a.tar.gz
ports-65089af011a5f0df2d729dfaebf7d6a93091f96a.zip
- Update to 0.9.5
Notes
Notes: svn path=/head/; revision=387851
Diffstat (limited to 'mail/rspamd')
-rw-r--r--mail/rspamd/Makefile2
-rw-r--r--mail/rspamd/distinfo4
-rw-r--r--mail/rspamd/files/patch-CMakeLists.txt14
3 files changed, 3 insertions, 17 deletions
diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile
index cc9c80e47d9e..df726c6ba16f 100644
--- a/mail/rspamd/Makefile
+++ b/mail/rspamd/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= rspamd
-PORTVERSION= 0.9.4
+PORTVERSION= 0.9.5
CATEGORIES= mail
MASTER_SITES= http://rspamd.com/downloads/
diff --git a/mail/rspamd/distinfo b/mail/rspamd/distinfo
index 1399ac830683..15271f7e8a9f 100644
--- a/mail/rspamd/distinfo
+++ b/mail/rspamd/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rspamd-0.9.4.tar.xz) = 7e954c7d1843b799de641e51967edb7fa21ea7edf9ce08a09154ff078c4e8af3
-SIZE (rspamd-0.9.4.tar.xz) = 801924
+SHA256 (rspamd-0.9.5.tar.xz) = 91231d868b5ff4192da719848bf2f086e109b4a12d85e8c50edebe3bbeb3541e
+SIZE (rspamd-0.9.5.tar.xz) = 802752
diff --git a/mail/rspamd/files/patch-CMakeLists.txt b/mail/rspamd/files/patch-CMakeLists.txt
deleted file mode 100644
index 63298a303c2e..000000000000
--- a/mail/rspamd/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git CMakeLists.txt CMakeLists.txt
-index c68613c..d90d9c7 100644
---- CMakeLists.txt
-+++ CMakeLists.txt
-@@ -444,9 +444,6 @@ IF(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
- DOC "Path to libutil header")
- IF(_LIBUTIL_H)
- SET(HAVE_LIBUTIL_H 1)
-- INCLUDE_DIRECTORIES(${_LIBUTIL_H})
-- LIST(APPEND CMAKE_REQUIRED_INCLUDES ${_LIBUTIL_H})
-- SET(CMAKE_REQUIRED_LIBRARIES "${CMAKE_REQUIRED_LIBRARIES} -L${LIBUTIL_LIBRARY};-lutil")
- LIST(APPEND RSPAMD_REQUIRED_LIBRARIES util)
- CHECK_FUNCTION_EXISTS(pidfile_open HAVE_PIDFILE)
- CHECK_FUNCTION_EXISTS(pidfile_fileno HAVE_PIDFILE_FILENO)