Sat Jun 11 00:37:24 2016 UTC ()
since 4.87 redis lookup is no longer experimental


(wiedi)
diff -r1.146 -r1.147 pkgsrc/mail/exim/Makefile
diff -r1.21 -r1.22 pkgsrc/mail/exim/options.mk

cvs diff -r1.146 -r1.147 pkgsrc/mail/exim/Makefile (expand / switch to context diff)
--- pkgsrc/mail/exim/Makefile 2016/04/11 19:01:56 1.146
+++ pkgsrc/mail/exim/Makefile 2016/06/11 00:37:24 1.147
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.146 2016/04/11 19:01:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.147 2016/06/11 00:37:24 wiedi Exp $
 
 DISTNAME=	exim-4.87
-PKGREVISION=	1
+PKGREVISION=	2
 CATEGORIES=	mail net
 MASTER_SITES=	ftp://ftp.exim.org/pub/exim/exim4/ \
 		http://dl.ambiweb.de/mirrors/ftp.exim.org/exim/exim4/

cvs diff -r1.21 -r1.22 pkgsrc/mail/exim/options.mk (expand / switch to context diff)
--- pkgsrc/mail/exim/options.mk 2014/04/02 17:36:00 1.21
+++ pkgsrc/mail/exim/options.mk 2016/06/11 00:37:24 1.22
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.21 2014/04/02 17:36:00 wiedi Exp $
+# $NetBSD: options.mk,v 1.22 2016/06/11 00:37:24 wiedi Exp $
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.exim
 PKG_SUPPORTED_OPTIONS=	exim-appendfile-maildir exim-appendfile-mailstore
@@ -77,7 +77,7 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Mexim-lookup-redis)
-LOCAL_MAKEFILE_OPTIONS+=EXPERIMENTAL_REDIS=YES
+LOCAL_MAKEFILE_OPTIONS+=LOOKUP_REDIS=YES
 LOOKUP_LIBS+=-lhiredis
 .  include "../../databases/hiredis/buildlink3.mk"
 .endif