mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
net/iwnet: update the port to the latest snapshot
Garbage-collect no longer needed `post-patch' target.
This commit is contained in:
parent
a92b89c1e6
commit
3f2aa7d3bb
@ -1,5 +1,5 @@
|
||||
PORTNAME= iwnet
|
||||
PORTVERSION= g20220223
|
||||
PORTVERSION= g20220907
|
||||
CATEGORIES= net www
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
@ -14,19 +14,13 @@ BUILD_DEPENDS= ${LOCALBASE}/include/iowow/iowow.h:databases/iowow
|
||||
USES= cmake compiler:c11
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Softmotions
|
||||
GH_TAGNAME= 0569ab0
|
||||
GH_TAGNAME= b67e4ba
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_TESTS:BOOL=ON
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/USES_TERMINAL/d' \
|
||||
${WRKSRC}/tools/CMakeLists.txt
|
||||
@${REINPLACE_CMD} -e '51s:malloc(:calloc(1, :' \
|
||||
${WRKSRC}/tools/mimegen.c
|
||||
|
||||
do-test:
|
||||
@cd ${TEST_WRKSRC} && ctest -C ${CMAKE_BUILD_TYPE} ${_MAKE_JOBS}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1645609680
|
||||
SHA256 (Softmotions-iwnet-g20220223-0569ab0_GH0.tar.gz) = 9d4808d5739bf1ffa6d07f82c12a733759eb11565360d485ef0f6d2c1db28ace
|
||||
SIZE (Softmotions-iwnet-g20220223-0569ab0_GH0.tar.gz) = 798342
|
||||
TIMESTAMP = 1662544984
|
||||
SHA256 (Softmotions-iwnet-g20220907-b67e4ba_GH0.tar.gz) = b78ada9082ee2ee7b5261027cbc7ab734be7cdab3134e0c5a1604c37343599a0
|
||||
SIZE (Softmotions-iwnet-g20220907-b67e4ba_GH0.tar.gz) = 818116
|
||||
|
@ -1,4 +1,3 @@
|
||||
include/iwnet/base64.h
|
||||
include/iwnet/bearssl.h
|
||||
include/iwnet/bearssl_aead.h
|
||||
include/iwnet/bearssl_block.h
|
||||
@ -20,30 +19,33 @@ include/iwnet/bre_pkcs10.h
|
||||
include/iwnet/bre_pool.h
|
||||
include/iwnet/bre_utils.h
|
||||
include/iwnet/brssl.h
|
||||
include/iwnet/brssl_poller_adapter.h
|
||||
include/iwnet/codec.h
|
||||
include/iwnet/direct_poller_adapter.h
|
||||
include/iwnet/http_server.h
|
||||
include/iwnet/iwn_base64.h
|
||||
include/iwnet/iwn_brssl_poller_adapter.h
|
||||
include/iwnet/iwn_codec.h
|
||||
include/iwnet/iwn_curl.h
|
||||
include/iwnet/iwn_direct_poller_adapter.h
|
||||
include/iwnet/iwn_http_server.h
|
||||
include/iwnet/iwn_mimetypes.h
|
||||
include/iwnet/iwn_net.h
|
||||
include/iwnet/iwn_pairs.h
|
||||
include/iwnet/iwn_poller.h
|
||||
include/iwnet/iwn_poller_adapter.h
|
||||
include/iwnet/iwn_proc.h
|
||||
include/iwnet/iwn_scheduler.h
|
||||
include/iwnet/iwn_tests.h
|
||||
include/iwnet/iwn_url.h
|
||||
include/iwnet/iwn_utils.h
|
||||
include/iwnet/iwn_wf.h
|
||||
include/iwnet/iwn_wf_files.h
|
||||
include/iwnet/iwn_wf_sst_inmem.h
|
||||
include/iwnet/iwn_ws.h
|
||||
include/iwnet/iwn_ws_client.h
|
||||
include/iwnet/iwn_ws_server.h
|
||||
include/iwnet/iwnet.h
|
||||
include/iwnet/mimetypes.h
|
||||
include/iwnet/pairs.h
|
||||
include/iwnet/poller.h
|
||||
include/iwnet/poller_adapter.h
|
||||
include/iwnet/proc.h
|
||||
include/iwnet/scheduler.h
|
||||
include/iwnet/url.h
|
||||
include/iwnet/utils.h
|
||||
include/iwnet/wf.h
|
||||
include/iwnet/wf_files.h
|
||||
include/iwnet/wf_sst_inmem.h
|
||||
include/iwnet/ws.h
|
||||
include/iwnet/ws_client.h
|
||||
include/iwnet/ws_server.h
|
||||
include/iwnet/xcurl.h
|
||||
lib/libiwnet-1.a
|
||||
lib/libiwnet.so
|
||||
lib/libiwnet.so.1
|
||||
lib/libiwnet.so.1.0.0
|
||||
lib/libiwnet.so.1.1.0
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Changelog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
|
Loading…
Reference in New Issue
Block a user