From owner-svn-ports-all@FreeBSD.ORG Mon Jun 8 21:15:50 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24FFEA41; Mon, 8 Jun 2015 21:15:50 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 133C61641; Mon, 8 Jun 2015 21:15:50 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t58LFn1A057149; Mon, 8 Jun 2015 21:15:49 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t58LFnaH057148; Mon, 8 Jun 2015 21:15:49 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201506082115.t58LFnaH057148@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Mon, 8 Jun 2015 21:15:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388883 - head/www/kannel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 21:15:50 -0000 Author: rodrigo Date: Mon Jun 8 21:15:49 2015 New Revision: 388883 URL: https://svnweb.freebsd.org/changeset/ports/388883 Log: Update kannel to support a database by default, this is required by kannel-sqlbox PR: 173889 Submitted by: dbaio (maintainer) Modified: head/www/kannel/Makefile Modified: head/www/kannel/Makefile ============================================================================== --- head/www/kannel/Makefile Mon Jun 8 20:39:18 2015 (r388882) +++ head/www/kannel/Makefile Mon Jun 8 21:15:49 2015 (r388883) @@ -3,6 +3,7 @@ PORTNAME= kannel PORTVERSION= 1.4.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://www.kannel.org/download/${PORTVERSION}/ @@ -36,6 +37,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -pthread OPTIONS_DEFINE= MYSQL PGSQL SQLITE3 +OPTIONS_DEFAULT= MYSQL SQLITE3_USE= SQLITE=3 SQLITE3_CONFIGURE_WITH= sqlite3