svn commit: r348934 - head/mail/rspamd
Vsevolod Stakhov
vsevolod at FreeBSD.org
Mon Mar 24 10:52:42 UTC 2014
Author: vsevolod
Date: Mon Mar 24 10:52:41 2014
New Revision: 348934
URL: http://svnweb.freebsd.org/changeset/ports/348934
QAT: https://qat.redports.org/buildarchive/r348934/
Log:
- Update to 0.6.9.
Modified:
head/mail/rspamd/Makefile
head/mail/rspamd/distinfo
Modified: head/mail/rspamd/Makefile
==============================================================================
--- head/mail/rspamd/Makefile Mon Mar 24 10:46:35 2014 (r348933)
+++ head/mail/rspamd/Makefile Mon Mar 24 10:52:41 2014 (r348934)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= rspamd
-PORTVERSION= 0.6.8
+PORTVERSION= 0.6.9
CATEGORIES= mail
MASTER_SITES= http://rspamd.com/downloads/
@@ -14,9 +14,8 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve
libgmime-2.4.so:${PORTSDIR}/mail/gmime24 \
libevent.so:${PORTSDIR}/devel/libevent
-OPTIONS_DEFINE= GPERF JUDY REDIRECTOR
+OPTIONS_DEFINE= GPERF REDIRECTOR
GPERF_DESC= google perf-tools profiling
-JUDY_DESC= Judy arrays usage for performance
REDIRECTOR_DESC= Install HTTP redirector
USE_RC_SUBR= rspamd
@@ -47,10 +46,6 @@ USE_OPENSSL= yes
LIB_DEPENDS+= profiler.1:${PORTSDIR}/devel/google-perftools
.endif
-.if ${PORT_OPTIONS:MJUDY}
- LIB_DEPENDS+= Judy:${PORTSDIR}/devel/judy
-.endif
-
.if ${PORT_OPTIONS:MREDIRECTOR}
USES+= perl5
CMAKE_ARGS+= -DENABLE_REDIRECTOR=ON
Modified: head/mail/rspamd/distinfo
==============================================================================
--- head/mail/rspamd/distinfo Mon Mar 24 10:46:35 2014 (r348933)
+++ head/mail/rspamd/distinfo Mon Mar 24 10:52:41 2014 (r348934)
@@ -1,2 +1,2 @@
-SHA256 (rspamd-0.6.8.tar.gz) = 3d97eab8c6fff64ebb4332848d1eab8214c289fe102d9d7d4af06e2b4ed7c242
-SIZE (rspamd-0.6.8.tar.gz) = 1088445
+SHA256 (rspamd-0.6.9.tar.gz) = 9af5ea3475e0cf5c2e26c3293573187ef4dcddc8925ea228293a5e35e51e8bf0
+SIZE (rspamd-0.6.9.tar.gz) = 1088703
More information about the svn-ports-all
mailing list