pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/exim since 4.87 redis lookup is no longer experim...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06fbc7083a07
branches:  trunk
changeset: 348248:06fbc7083a07
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sat Jun 11 00:37:24 2016 +0000

description:
since 4.87 redis lookup is no longer experimental

diffstat:

 mail/exim/Makefile   |  4 ++--
 mail/exim/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r b0826cb20b16 -r 06fbc7083a07 mail/exim/Makefile
--- a/mail/exim/Makefile        Fri Jun 10 23:17:03 2016 +0000
+++ b/mail/exim/Makefile        Sat Jun 11 00:37:24 2016 +0000
@@ -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/
diff -r b0826cb20b16 -r 06fbc7083a07 mail/exim/options.mk
--- a/mail/exim/options.mk      Fri Jun 10 23:17:03 2016 +0000
+++ b/mail/exim/options.mk      Sat Jun 11 00:37:24 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index