From owner-svn-ports-head@freebsd.org Wed Dec 14 14:25:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91ED6C776B8; Wed, 14 Dec 2016 14:25:59 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 481B911A0; Wed, 14 Dec 2016 14:25:59 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBEEPwM4049243; Wed, 14 Dec 2016 14:25:58 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBEEPwfQ049241; Wed, 14 Dec 2016 14:25:58 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201612141425.uBEEPwfQ049241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 14 Dec 2016 14:25:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428563 - head/www/kannel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2016 14:25:59 -0000 Author: ehaupt Date: Wed Dec 14 14:25:58 2016 New Revision: 428563 URL: https://svnweb.freebsd.org/changeset/ports/428563 Log: - 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) PR: 215133 Submitted by: dbaio@bsd.com.br (maintainer) MFH: 2016Q4 Modified: head/www/kannel/Makefile head/www/kannel/distinfo Modified: head/www/kannel/Makefile ============================================================================== --- head/www/kannel/Makefile Wed Dec 14 13:58:21 2016 (r428562) +++ head/www/kannel/Makefile Wed Dec 14 14:25:58 2016 (r428563) @@ -3,7 +3,7 @@ PORTNAME= kannel PORTVERSION= 1.4.4 -PORTREVISION= 2 +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: head/www/kannel/distinfo ============================================================================== --- head/www/kannel/distinfo Wed Dec 14 13:58:21 2016 (r428562) +++ head/www/kannel/distinfo Wed Dec 14 14:25:58 2016 (r428563) @@ -1,2 +1,3 @@ +TIMESTAMP = 1481149943 SHA256 (gateway-1.4.4.tar.bz2) = df665b600d1960708637d0c2875f11d296677b931add0a6b3cdd102024d1a717 SIZE (gateway-1.4.4.tar.bz2) = 2949852