svn commit: r428631 - branches/2016Q4/www/kannel
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Dec 15 19:52:58 UTC 2016
Author: ehaupt
Date: Thu Dec 15 19:52:56 2016
New Revision: 428631
URL: https://svnweb.freebsd.org/changeset/ports/428631
Log:
MFH: r428563
- Document the iconv runtime dependency
- Move from USE_OPENSSL to USES=ssl
- Move from MYSQL_USE to MYSQL_USES
- Bump PORTREVISION (because of dependency change)
Approved by: ports-secteam (junovitch)
Modified:
branches/2016Q4/www/kannel/Makefile
branches/2016Q4/www/kannel/distinfo
Modified: branches/2016Q4/www/kannel/Makefile
==============================================================================
--- branches/2016Q4/www/kannel/Makefile Thu Dec 15 19:51:24 2016 (r428630)
+++ branches/2016Q4/www/kannel/Makefile Thu Dec 15 19:52:56 2016 (r428631)
@@ -3,7 +3,7 @@
PORTNAME= kannel
PORTVERSION= 1.4.4
-PORTREVISION= 1
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= http://www.kannel.org/download/${PORTVERSION}/
@@ -17,26 +17,20 @@ LICENSE_NAME= The Kannel Software Licens
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-PORTSCOUT= skipv:1.5.0
-
LIB_DEPENDS= libpcre.so:devel/pcre
+PORTSCOUT= skipv:1.5.0
+
USERS= kannel
GROUPS= kannel
-USES= tar:bzip2 gmake bison
+USES= bison gmake iconv ssl tar:bzip2
USE_GCC= yes
USE_GNOME= libxml2
-USE_OPENSSL= yes
USE_RC_SUBR= ${PORTNAME}_bearerbox ${PORTNAME}_smsbox ${PORTNAME}_wapbox
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-cflags="${CPPFLAGS}" --with-libs="${LDFLAGS}" \
- --enable-pcre=yes --enable-docs=no --with-malloc=native \
- --enable-start-stop-daemon=no --without-sdb --without-oracle \
- --without-sqlite2
-
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -pthread
+CONFIGURE_ARGS= --enable-pcre=yes --enable-docs=no --with-malloc=native \
+ --enable-start-stop-daemon=no
OPTIONS_DEFINE= MYSQL PGSQL SQLITE3
OPTIONS_DEFAULT= MYSQL
@@ -44,7 +38,7 @@ OPTIONS_DEFAULT= MYSQL
SQLITE3_USES= sqlite:3
SQLITE3_CONFIGURE_WITH= sqlite3
-MYSQL_USE= MYSQL=yes
+MYSQL_USES= mysql
MYSQL_CONFIGURE_WITH= mysql
PGSQL_USES= pgsql
Modified: branches/2016Q4/www/kannel/distinfo
==============================================================================
--- branches/2016Q4/www/kannel/distinfo Thu Dec 15 19:51:24 2016 (r428630)
+++ branches/2016Q4/www/kannel/distinfo Thu Dec 15 19:52:56 2016 (r428631)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1481149943
SHA256 (gateway-1.4.4.tar.bz2) = df665b600d1960708637d0c2875f11d296677b931add0a6b3cdd102024d1a717
SIZE (gateway-1.4.4.tar.bz2) = 2949852
More information about the svn-ports-all
mailing list