aboutsummaryrefslogtreecommitdiff
path: root/mail/opensmtpd-devel
diff options
context:
space:
mode:
Diffstat (limited to 'mail/opensmtpd-devel')
-rw-r--r--mail/opensmtpd-devel/Makefile9
-rw-r--r--mail/opensmtpd-devel/distinfo4
-rw-r--r--mail/opensmtpd-devel/pkg-plist2
3 files changed, 10 insertions, 5 deletions
diff --git a/mail/opensmtpd-devel/Makefile b/mail/opensmtpd-devel/Makefile
index 20a23bf41191..6711ddc78687 100644
--- a/mail/opensmtpd-devel/Makefile
+++ b/mail/opensmtpd-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= opensmtpd
-PORTVERSION= 201401241552
+PORTVERSION= 201403051040
PORTEPOCH= 1
CATEGORIES= mail
MASTER_SITES= http://www.opensmtpd.org/archives/ \
@@ -20,7 +20,7 @@ LIB_DEPENDS= event-1:${PORTSDIR}/devel/libevent
OPENSMTPD_SNAPSHOT_VER= p1
-OPTIONS_DEFINE= CA_BUNDLE PAM SQLITE MYSQL PGSQL LDAP
+OPTIONS_DEFINE= CA_BUNDLE PAM SQLITE MYSQL PGSQL LDAP REDIS
OPTIONS_DEFAULT= CA_BUNDLE PAM
@@ -41,7 +41,7 @@ MAN5= smtpd.conf.5 aliases.5 forward.5
USERS= _smtpd _smtpq
GROUPS= _smtpd
-OPTIONS_SUB= MYSQL SQLITE PGSQL LDAP
+OPTIONS_SUB= MYSQL SQLITE PGSQL LDAP REDIS
CA_BUNDLE_CONFIGURE_ON= --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt
CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
@@ -63,6 +63,9 @@ LDAP_CONFIGURE_ON= --with-experimental-ldap
PAM_CONFIGURE_ON= --with-pam --with-pam-service=smtpd
+REDIS_LIB_DEPENDS= hiredis:${PORTSDIR}/databases/hiredis
+REDIS_CONFIGURE_ON= --with-experimental-redis
+
.include <bsd.port.options.mk>
USE_OPENSSL= yes
diff --git a/mail/opensmtpd-devel/distinfo b/mail/opensmtpd-devel/distinfo
index 1d83e0251c46..8c7c47c9caa1 100644
--- a/mail/opensmtpd-devel/distinfo
+++ b/mail/opensmtpd-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (opensmtpd-201401241552p1.tar.gz) = 76d49236d87ccd05192ab159221fbd64b048ab925d2056c7458cc980076d4762
-SIZE (opensmtpd-201401241552p1.tar.gz) = 891728
+SHA256 (opensmtpd-201403051040p1.tar.gz) = 1887c361ff18357d03c319263097b162bc67bd07031649e5c72365fc1a967d1b
+SIZE (opensmtpd-201403051040p1.tar.gz) = 892373
diff --git a/mail/opensmtpd-devel/pkg-plist b/mail/opensmtpd-devel/pkg-plist
index bdc483fc49fc..cf287cf2175e 100644
--- a/mail/opensmtpd-devel/pkg-plist
+++ b/mail/opensmtpd-devel/pkg-plist
@@ -10,12 +10,14 @@ libexec/opensmtpd/table-passwd
%%SQLITE%%libexec/opensmtpd/table-sqlite
%%LDAP%%libexec/opensmtpd/table-ldap
%%PGSQL%%libexec/opensmtpd/table-postgres
+%%REDIS%%libexec/opensmtpd/table-redis
libexec/opensmtpd/scheduler-ram
libexec/opensmtpd/scheduler-stub
libexec/opensmtpd/filter-dnsbl
libexec/opensmtpd/filter-monkey
libexec/opensmtpd/filter-stub
libexec/opensmtpd/filter-trace
+libexec/opensmtpd/filter-void
libexec/opensmtpd/encrypt
sbin/smtpctl
sbin/smtpd