From c52967930e77868601762936b040154aa745d505 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Thu, 15 Dec 2016 19:52:56 +0000 Subject: 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) --- www/kannel/Makefile | 20 +++++++------------- www/kannel/distinfo | 1 + 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/www/kannel/Makefile b/www/kannel/Makefile index 7f98fc059afb..a19c9998dcf5 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -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 License, Version 1.0 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 diff --git a/www/kannel/distinfo b/www/kannel/distinfo index bb8b99a2d998..b19ee5147f8a 100644 --- a/www/kannel/distinfo +++ b/www/kannel/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1481149943 SHA256 (gateway-1.4.4.tar.bz2) = df665b600d1960708637d0c2875f11d296677b931add0a6b3cdd102024d1a717 SIZE (gateway-1.4.4.tar.bz2) = 2949852 -- cgit v1.2.3