git: 421270b0ffd0 - main - www/ulfius: Update to 2.7.9

From: Dan Langille <dvl_at_FreeBSD.org>
Date: Mon, 09 May 2022 01:47:40 UTC
The branch main has been updated by dvl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=421270b0ffd04ec69a323e2a092a1e698c5e2e57

commit 421270b0ffd04ec69a323e2a092a1e698c5e2e57
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2022-05-09 00:57:57 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2022-05-09 01:47:31 +0000

    www/ulfius: Update to 2.7.9
---
 www/ulfius/Makefile  | 32 ++++++++++++++++++--------------
 www/ulfius/distinfo  |  6 +++---
 www/ulfius/pkg-plist |  3 ++-
 3 files changed, 23 insertions(+), 18 deletions(-)

diff --git a/www/ulfius/Makefile b/www/ulfius/Makefile
index f34d0a7fcec0..173808bfb92d 100644
--- a/www/ulfius/Makefile
+++ b/www/ulfius/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ulfius
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.7.3
+DISTVERSION=	2.7.9
 CATEGORIES=	www
 
 MAINTAINER=	dvl@FreeBSD.org
@@ -9,25 +9,29 @@ COMMENT=	Web Framework to build REST APIs, Webservices in C
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake cpe
+BUILD_DEPENDS=	libmicrohttpd>0:www/libmicrohttpd \
+		yder>0:devel/yder \
+		orcania>0:devel/orcania
 
-CPE_VENDOR=	ulfius_project
+LIB_DEPENDS=	libgnutls.so:security/gnutls \
+		libjansson.so:devel/jansson \
+		libcurl.so:ftp/curl
+
+RUN_DEPENDS=	jansson>0:devel/jansson \
+		gnutls>0:security/gnutls \
+		libmicrohttpd>0:www/libmicrohttpd
+
+USES=		cmake cpe
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	babelouest
 
-BUILD_DEPENDS+=	libmicrohttpd>0:www/libmicrohttpd
-BUILD_DEPENDS+=	yder>0:devel/yder
-
-LIB_DEPENDS+=	libgnutls.so:security/gnutls
-LIB_DEPENDS+=	libjansson.so:devel/jansson
-LIB_DEPENDS+=	libcurl.so:ftp/curl
-BUILD_DEPENDS+=	orcania>0:devel/orcania
+CPE_VENDOR=	ulfius_project
+CMAKE_ARGS=	-DWITH_JOURNALD=off \
+		-DDOWNLOAD_DEPENDENCIES=off
 
-RUN_DEPENDS+=	jansson>0:devel/jansson
-RUN_DEPENDS+=	gnutls>0:security/gnutls
-RUN_DEPENDS+=	libmicrohttpd>0:www/libmicrohttpd
+PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
-CMAKE_ARGS=	-DWITH_JOURNALD=off
+MAKE_ENV+=	MAN1=uwsc.1
 
 .include <bsd.port.mk>
diff --git a/www/ulfius/distinfo b/www/ulfius/distinfo
index f421c37896e4..bafd7b9608df 100644
--- a/www/ulfius/distinfo
+++ b/www/ulfius/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1627935585
-SHA256 (babelouest-ulfius-v2.7.3_GH0.tar.gz) = a20f575b3e81924c4ddb72c4ccdced134b5756a86b017f4a38b51608610628c5
-SIZE (babelouest-ulfius-v2.7.3_GH0.tar.gz) = 252679
+TIMESTAMP = 1652055222
+SHA256 (babelouest-ulfius-v2.7.9_GH0.tar.gz) = 62ccea70702643ab0374a18aac66362288c8d95e66c17ad3ad37bdf6e36ed40a
+SIZE (babelouest-ulfius-v2.7.9_GH0.tar.gz) = 419169
diff --git a/www/ulfius/pkg-plist b/www/ulfius/pkg-plist
index 8934f22cae8e..87cb781e42ff 100644
--- a/www/ulfius/pkg-plist
+++ b/www/ulfius/pkg-plist
@@ -3,5 +3,6 @@ include/ulfius-cfg.h
 include/ulfius.h
 lib/libulfius.so
 lib/libulfius.so.2.7
-lib/libulfius.so.2.7.3
+lib/libulfius.so.%%PORTVERSION%%
 libdata/pkgconfig/libulfius.pc
+man/man1/uwsc.1.gz