diff --git a/devel/libepoll-shim/Makefile b/devel/libepoll-shim/Makefile index baee02d5eb72..732eb51f79e1 100644 --- a/devel/libepoll-shim/Makefile +++ b/devel/libepoll-shim/Makefile @@ -1,34 +1,34 @@ PORTNAME= libepoll-shim DISTVERSIONPREFIX= v -DISTVERSION= 0.0.20220703 +DISTVERSION= 0.0.20230411 CATEGORIES= devel MAINTAINER= x11@FreeBSD.org COMMENT= Small epoll implementation using kqueue WWW= https://github.com/jiixyj/epoll-shim LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake compiler:c11 USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= jiixyj GH_PROJECT= epoll-shim PLIST_SUB= SHIM_EVENTFD="${exists(/usr/include/sys/eventfd.h):?@comment :}" do-test: # Exclude certain tests in resource restricted environments @(if [ `ulimit -n` -lt 20100 ]; then \ ${ECHO} "Skipping test perf-many-fds.perf_many_fds__perf"; \ SKIP_TESTS="-E ^(perf-many-fds.perf_many_fds__perf"; \ if [ `ulimit -n` -lt 1100 ]; then \ ${ECHO} "Skipping test timerfd-test.timerfd__many_timers"; \ SKIP_TESTS=$$SKIP_TESTS"|timerfd-test.timerfd__many_timers"; \ fi; \ SKIP_TESTS=$$SKIP_TESTS")$$"; \ fi; \ cd ${TEST_WRKSRC} && \ ${SETENV} ${TEST_ENV} ctest -C ${CMAKE_BUILD_TYPE} $$SKIP_TESTS) .include diff --git a/devel/libepoll-shim/distinfo b/devel/libepoll-shim/distinfo index 9c182d9de36d..d22828c83c55 100644 --- a/devel/libepoll-shim/distinfo +++ b/devel/libepoll-shim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656867430 -SHA256 (jiixyj-epoll-shim-v0.0.20220703_GH0.tar.gz) = 2f21eaaa38b7dd0dfdd677c6bbeb58d7ae6fdc270f267cd07dc1f1d7e85af7d2 -SIZE (jiixyj-epoll-shim-v0.0.20220703_GH0.tar.gz) = 99131 +TIMESTAMP = 1681238530 +SHA256 (jiixyj-epoll-shim-v0.0.20230411_GH0.tar.gz) = 2e8b8f9eac1205c1dd5319af9f6eb85ae889ed18fba7472ced50e17ab3664197 +SIZE (jiixyj-epoll-shim-v0.0.20230411_GH0.tar.gz) = 103385