From owner-svn-ports-head@freebsd.org Fri Dec 23 23:22:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57560C8EEB7; Fri, 23 Dec 2016 23:22:22 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 19ABD10DF; Fri, 23 Dec 2016 23:22:22 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBNNML9n094337; Fri, 23 Dec 2016 23:22:21 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBNNMLGS094334; Fri, 23 Dec 2016 23:22:21 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201612232322.uBNNMLGS094334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Fri, 23 Dec 2016 23:22:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429293 - in head/www/kannel-sqlbox: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 23 Dec 2016 23:22:22 -0000 Author: junovitch Date: Fri Dec 23 23:22:20 2016 New Revision: 429293 URL: https://svnweb.freebsd.org/changeset/ports/429293 Log: www/kannel-sqlbox: update 1.0 -> 1.0.1 - Add pkg-message for inform users about the update - Register lib dependency devel/pcre - Document iconv and libxml2 dependencies - Add USES=ssl * Added sms priority column to mysql tables * Initializing mysql port to 3306 if not set in config PR: 215134 Submitted by: Danilo G. Baio (maintainer) Added: head/www/kannel-sqlbox/files/pkg-message.in (contents, props changed) Modified: head/www/kannel-sqlbox/Makefile head/www/kannel-sqlbox/distinfo Modified: head/www/kannel-sqlbox/Makefile ============================================================================== --- head/www/kannel-sqlbox/Makefile Fri Dec 23 23:19:41 2016 (r429292) +++ head/www/kannel-sqlbox/Makefile Fri Dec 23 23:22:20 2016 (r429293) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= kannel-sqlbox -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= www MAINTAINER= dbaio@bsd.com.br @@ -16,25 +15,28 @@ LICENSE_PERMS= dist-mirror dist-sell pkg BUILD_DEPENDS= ${LOCALBASE}/include/kannel/gw-config.h:www/kannel RUN_DEPENDS= ${LOCALBASE}/sbin/bearerbox:www/kannel +LIB_DEPENDS= libpcreposix.so:devel/pcre USE_GITHUB= yes GH_ACCOUNT= dbaio -USES= gmake +USES= gmake iconv ssl USE_GCC= yes GNU_CONFIGURE= yes +USE_GNOME= libxml2 OPTIONS_MULTI= DATABASE OPTIONS_MULTI_DATABASE= MYSQL PGSQL SQLITE3 OPTIONS_DEFAULT= MYSQL -MYSQL_USE= mysql=yes +MYSQL_USES= mysql -PGSQL_USE= pgsql=yes +PGSQL_USES= pgsql SQLITE3_USES= sqlite:3 USE_RC_SUBR= kannel_sqlbox +SUB_FILES= pkg-message post-install: ${INSTALL_DATA} ${WRKSRC}/example/sqlbox.conf.example \ Modified: head/www/kannel-sqlbox/distinfo ============================================================================== --- head/www/kannel-sqlbox/distinfo Fri Dec 23 23:19:41 2016 (r429292) +++ head/www/kannel-sqlbox/distinfo Fri Dec 23 23:22:20 2016 (r429293) @@ -1,2 +1,3 @@ -SHA256 (dbaio-kannel-sqlbox-1.0_GH0.tar.gz) = eb83750c326be79fbf10cd7926c89a0789aef006262559797ae2ed5e273430e3 -SIZE (dbaio-kannel-sqlbox-1.0_GH0.tar.gz) = 356548 +TIMESTAMP = 1480896459 +SHA256 (dbaio-kannel-sqlbox-1.0.1_GH0.tar.gz) = 9bbd10731be3e848f5047cdd51786062e38be047aea1dcf441fa65e426d4a0a9 +SIZE (dbaio-kannel-sqlbox-1.0.1_GH0.tar.gz) = 356712 Added: head/www/kannel-sqlbox/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/kannel-sqlbox/files/pkg-message.in Fri Dec 23 23:22:20 2016 (r429293) @@ -0,0 +1,7 @@ +********************************************************************** + +If you are upgrading kannel-sqlbox from a version prior to 1.0.1, +please, remove tables `send_sms` and `sent_sms` before starting it +and let kannel_sqlbox recreate them. + +**********************************************************************