summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2012-09-26 12:46:26 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2012-09-26 12:46:26 +0000
commit9512fec4fd14b659d54d3b7cbe568a7d70875660 (patch)
treec6347ec2b567827b15058ff5661cece7e10ca69f
parent- Update to 1.3.3 (diff)
Enable the Berkley DB backend by default.
Bump portrevision. PR: ports/154711 Submitted by: Jason C. Wells <jcw@speakeasy.net> (pr) Robert Simmons <rsimmons0@gmail.com> (patch) Approved by: maintainer timeout (12 weeks), kwm (mentor)
Notes
Notes: svn path=/head/; revision=304905
-rw-r--r--security/heimdal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index f0303cee2805..38faf93754bf 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -7,7 +7,7 @@
PORTNAME= heimdal
PORTVERSION= 1.5.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security ipv6
MASTER_SITES= http://www.h5l.org/dist/src/ \
http://ftp.pdc.kth.se/pub/heimdal/src/ \
@@ -21,7 +21,7 @@ CONFLICTS= krb4-[0-9]* krb5-[0-9]* srp-[0-9]*
OPTIONS= IPV6 "Enable IPV6 support" on \
KCM "Enable Kerberos Credentials Manager" on \
- BDB "Enable BerkeleyDB KDC backend support" off \
+ BDB "Enable BerkeleyDB KDC backend support" on \
SQLITE "Enable SQLite KDC backend support" off \
LDAP "Enable OpenLDAP KDC backend support" off \
PKINIT "Enable PK-INIT support" on \