mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
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)
This commit is contained in:
parent
b302db2ed7
commit
1826821263
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429293
@ -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 \
|
||||
|
@ -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
|
||||
|
7
www/kannel-sqlbox/files/pkg-message.in
Normal file
7
www/kannel-sqlbox/files/pkg-message.in
Normal file
@ -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.
|
||||
|
||||
**********************************************************************
|
Loading…
Reference in New Issue
Block a user