svn commit: r428563 - head/www/kannel

Emanuel Haupt ehaupt at FreeBSD.org
Wed Dec 14 14:25:59 UTC 2016


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 at 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


More information about the svn-ports-head mailing list