mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
www/ulfius: Update to 2.7.9
This commit is contained in:
parent
1acc72de1a
commit
421270b0ff
@ -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
|
||||
CPE_VENDOR= ulfius_project
|
||||
CMAKE_ARGS= -DWITH_JOURNALD=off \
|
||||
-DDOWNLOAD_DEPENDENCIES=off
|
||||
|
||||
LIB_DEPENDS+= libgnutls.so:security/gnutls
|
||||
LIB_DEPENDS+= libjansson.so:devel/jansson
|
||||
LIB_DEPENDS+= libcurl.so:ftp/curl
|
||||
BUILD_DEPENDS+= orcania>0:devel/orcania
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
|
||||
RUN_DEPENDS+= jansson>0:devel/jansson
|
||||
RUN_DEPENDS+= gnutls>0:security/gnutls
|
||||
RUN_DEPENDS+= libmicrohttpd>0:www/libmicrohttpd
|
||||
|
||||
CMAKE_ARGS= -DWITH_JOURNALD=off
|
||||
MAKE_ENV+= MAN1=uwsc.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user