From owner-svn-ports-head@FreeBSD.ORG Wed Sep 26 12:46:26 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C308106566B; Wed, 26 Sep 2012 12:46:26 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 872FE8FC0A; Wed, 26 Sep 2012 12:46:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8QCkQgM028642; Wed, 26 Sep 2012 12:46:26 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8QCkQtB028639; Wed, 26 Sep 2012 12:46:26 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201209261246.q8QCkQtB028639@svn.freebsd.org> From: Niclas Zeising Date: Wed, 26 Sep 2012 12:46:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304905 - head/security/heimdal X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2012 12:46:26 -0000 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 (pr) Robert Simmons (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 \