Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Dec 2016 23:22:21 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
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
Message-ID:  <201612232322.uBNNMLGS094334@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <dbaio@bsd.com.br> (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.
+
+**********************************************************************



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612232322.uBNNMLGS094334>