Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2019 07:22:20 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501691 - head/devel/kore
Message-ID:  <201905150722.x4F7MK2l018486@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed May 15 07:22:19 2019
New Revision: 501691
URL: https://svnweb.freebsd.org/changeset/ports/501691

Log:
  devel/kore: Update to 3.3.0
  
  Changes:	https://kore.io/releases/3.3.0#changelog

Modified:
  head/devel/kore/Makefile
  head/devel/kore/distinfo
  head/devel/kore/pkg-plist

Modified: head/devel/kore/Makefile
==============================================================================
--- head/devel/kore/Makefile	Wed May 15 07:11:15 2019	(r501690)
+++ head/devel/kore/Makefile	Wed May 15 07:22:19 2019	(r501691)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	kore
-PORTVERSION=	3.2.2
+PORTVERSION=	3.3.0
 CATEGORIES=	devel www
 MASTER_SITES=	https://kore.io/releases/
 
@@ -25,8 +25,8 @@ DATADIR=	${PREFIX}/share/kore${PKGNAMESUFFIX}
 EXAMPLESDIR=	${PREFIX}/share/examples/kore${PKGNAMESUFFIX}
 PLIST_SUB=	SUFFIX=${PKGNAMESUFFIX}
 
-OPTIONS_DEFINE=	DEBUG EXAMPLES HTTP JSONRPC PGSQL PYTHON TASKS TLS
-OPTIONS_DEFAULT=	HTTP JSONRPC PGSQL PYTHON TASKS TLS
+OPTIONS_DEFINE=		CURL DEBUG EXAMPLES HTTP JSONRPC PGSQL PYTHON TASKS TLS
+OPTIONS_DEFAULT=	CURL HTTP JSONRPC PGSQL PYTHON TASKS TLS
 .if ${FLAVOR:U} == notls
 OPTIONS_EXCLUDE=	TLS
 .endif
@@ -35,6 +35,9 @@ OPTIONS_SUB=	yes
 HTTP_DESC=	Build with HTTP support
 JSONRPC_DESC=	Build with JSON-RPC support
 TASKS_DESC=	Build with tasks support
+
+CURL_LIB_DEPENDS=	libcurl.so:ftp/curl
+CURL_MAKE_ARGS=		CURL=1
 
 DEBUG_MAKE_ARGS=	DEBUG=1
 

Modified: head/devel/kore/distinfo
==============================================================================
--- head/devel/kore/distinfo	Wed May 15 07:11:15 2019	(r501690)
+++ head/devel/kore/distinfo	Wed May 15 07:22:19 2019	(r501691)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548135310
-SHA256 (kore-3.2.2.tar.gz) = b10c3739487427419a760ae97ca688ccf47e68cf7e1f401c2076f0c56b2a6b34
-SIZE (kore-3.2.2.tar.gz) = 1000711
+TIMESTAMP = 1557904102
+SHA256 (kore-3.3.0.tar.gz) = d6424d07441c534aee76fbd687c4974985ae7a3f887c4fb89c1bf62d53d73763
+SIZE (kore-3.3.0.tar.gz) = 1009304

Modified: head/devel/kore/pkg-plist
==============================================================================
--- head/devel/kore/pkg-plist	Wed May 15 07:11:15 2019	(r501690)
+++ head/devel/kore/pkg-plist	Wed May 15 07:22:19 2019	(r501691)
@@ -1,5 +1,6 @@
 bin/kodev%%SUFFIX%%
 bin/kore%%SUFFIX%%
+include/kore%%SUFFIX%%/kore/curl.h
 include/kore%%SUFFIX%%/kore/http.h
 include/kore%%SUFFIX%%/kore/jsonrpc.h
 include/kore%%SUFFIX%%/kore/kore.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905150722.x4F7MK2l018486>