svn commit: r304905 - head/security/heimdal
Niclas Zeising
zeising at FreeBSD.org
Wed Sep 26 12:46:26 UTC 2012
Author: zeising
Date: Wed Sep 26 12:46:26 2012
New Revision: 304905
URL: http://svn.freebsd.org/changeset/ports/304905
Log:
Enable the Berkley DB backend by default.
Bump portrevision.
PR: ports/154711
Submitted by: Jason C. Wells <jcw at speakeasy.net> (pr)
Robert Simmons <rsimmons0 at gmail.com> (patch)
Approved by: maintainer timeout (12 weeks), kwm (mentor)
Modified:
head/security/heimdal/Makefile
Modified: head/security/heimdal/Makefile
==============================================================================
--- head/security/heimdal/Makefile Wed Sep 26 12:40:12 2012 (r304904)
+++ head/security/heimdal/Makefile Wed Sep 26 12:46:26 2012 (r304905)
@@ -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-[
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 \
More information about the svn-ports-head
mailing list