Skip to content

Commit

Permalink
devel/sobjectizer: update the port to version 5.7.3
Browse files Browse the repository at this point in the history
Bump _SO5_LIBVER in the consumer `net/arataga' port.

Found out via:	https://habr.com/ru/post/600173/
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Jan 12, 2022
1 parent 8712a3d commit 7cc8865
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion devel/sobjectizer/Makefile
@@ -1,7 +1,7 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>

PORTNAME= sobjectizer
PORTVERSION= 5.7.2.5
PORTVERSION= 5.7.3
DISTVERSIONPREFIX= v.
CATEGORIES= devel

Expand Down
6 changes: 3 additions & 3 deletions devel/sobjectizer/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1620999549
SHA256 (Stiffstream-sobjectizer-v.5.7.2.5_GH0.tar.gz) = 0bf87f9a4ec631b2dd53033cbb9a8b84a09a8e499f4edf6504121c6a7d1ef459
SIZE (Stiffstream-sobjectizer-v.5.7.2.5_GH0.tar.gz) = 962768
TIMESTAMP = 1640604288
SHA256 (Stiffstream-sobjectizer-v.5.7.3_GH0.tar.gz) = 15ddaa69861e2853fb8888faf70766e7c56c3cf66a6293f72848e0909875a4c3
SIZE (Stiffstream-sobjectizer-v.5.7.3_GH0.tar.gz) = 984206
8 changes: 6 additions & 2 deletions devel/sobjectizer/pkg-plist
Expand Up @@ -26,6 +26,7 @@ include/so_5/details/rollback_on_exception.hpp
include/so_5/details/safe_cv_wait_for.hpp
include/so_5/details/suppress_exceptions.hpp
include/so_5/details/sync_helpers.hpp
include/so_5/disp/abstract_work_thread.hpp
include/so_5/disp/active_group/pub.hpp
include/so_5/disp/active_obj/pub.hpp
include/so_5/disp/adv_thread_pool/impl/disp.hpp
Expand All @@ -41,12 +42,14 @@ include/so_5/disp/prio_one_thread/quoted_round_robin/quotes.hpp
include/so_5/disp/prio_one_thread/reuse/work_thread.hpp
include/so_5/disp/prio_one_thread/strictly_ordered/impl/demand_queue.hpp
include/so_5/disp/prio_one_thread/strictly_ordered/pub.hpp
include/so_5/disp/reuse/actual_work_thread_factory_to_use.hpp
include/so_5/disp/reuse/data_source_prefix_helpers.hpp
include/so_5/disp/reuse/make_actual_dispatcher.hpp
include/so_5/disp/reuse/mpmc_ptr_queue.hpp
include/so_5/disp/reuse/thread_pool_stats.hpp
include/so_5/disp/reuse/work_thread/work_thread.hpp
include/so_5/disp/reuse/work_thread_activity_tracking.hpp
include/so_5/disp/reuse/work_thread_factory_params.hpp
include/so_5/disp/thread_pool/impl/common_implementation.hpp
include/so_5/disp/thread_pool/impl/disp.hpp
include/so_5/disp/thread_pool/pub.hpp
Expand All @@ -60,6 +63,7 @@ include/so_5/event_exception_logger.hpp
include/so_5/event_queue.hpp
include/so_5/event_queue_hook.hpp
include/so_5/exception.hpp
include/so_5/exception_control_flags.hpp
include/so_5/execution_demand.hpp
include/so_5/experimental/testing.hpp
include/so_5/experimental/testing/v1/all.hpp
Expand Down Expand Up @@ -138,5 +142,5 @@ lib/cmake/sobjectizer/sobjectizer-config-version.cmake
lib/cmake/sobjectizer/sobjectizer-config.cmake
lib/cmake/sobjectizer/sobjectizer-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/sobjectizer/sobjectizer-targets.cmake
lib/libso.5.7.2.5.so
lib/libso_s.5.7.2.5.a
lib/libso.5.7.3.so
lib/libso_s.5.7.3.a
2 changes: 1 addition & 1 deletion net/arataga/Makefile
Expand Up @@ -37,7 +37,7 @@ GH_ACCOUNT= Stiffstream
GH_PROJECT= noexcept-ctcheck:nectc restinio:rinio so5extra:so5e
GH_TAGNAME= v.1.0.0:nectc v.0.6.13:rinio v.1.4.1:so5e

_SO5_LIBVER= 5.7.2.5
_SO5_LIBVER= 5.7.3

PLIST_FILES= bin/${PORTNAME}
PORTDOCS= *.md
Expand Down

0 comments on commit 7cc8865

Please sign in to comment.