diff options
author | junovitch <junovitch@FreeBSD.org> | 2016-12-23 23:22:20 +0000 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2016-12-23 23:22:20 +0000 |
commit | 3b81d8c4253c1fbd067debf3e5df472114477dd3 (patch) | |
tree | 4c4435ddcf65ceae33d83aaa564912c517c241a9 | |
parent | 4827ae14eaf628639c3b40f4f6bc7fd0274f8a99 (diff) | |
download | FreeBSD-ports-3b81d8c4253c1fbd067debf3e5df472114477dd3.zip FreeBSD-ports-3b81d8c4253c1fbd067debf3e5df472114477dd3.tar.gz |
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)
-rw-r--r-- | www/kannel-sqlbox/Makefile | 12 | ||||
-rw-r--r-- | www/kannel-sqlbox/distinfo | 5 | ||||
-rw-r--r-- | www/kannel-sqlbox/files/pkg-message.in | 7 |
3 files changed, 17 insertions, 7 deletions
diff --git a/www/kannel-sqlbox/Makefile b/www/kannel-sqlbox/Makefile index 6c88137..f26da8d 100644 --- a/www/kannel-sqlbox/Makefile +++ b/www/kannel-sqlbox/Makefile @@ -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-mirror pkg-sell auto-accept 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 \ diff --git a/www/kannel-sqlbox/distinfo b/www/kannel-sqlbox/distinfo index e490080..b3c0020 100644 --- a/www/kannel-sqlbox/distinfo +++ b/www/kannel-sqlbox/distinfo @@ -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 diff --git a/www/kannel-sqlbox/files/pkg-message.in b/www/kannel-sqlbox/files/pkg-message.in new file mode 100644 index 0000000..893afe6 --- /dev/null +++ b/www/kannel-sqlbox/files/pkg-message.in @@ -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. + +********************************************************************** |