mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
net/rsocket-cpp: Update 0.10.0-942 -> 2020.05.04.00
Reported by: portscout
This commit is contained in:
parent
a3a5b57f1f
commit
bcd53297aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534112
@ -2,9 +2,7 @@
|
||||
|
||||
PORTNAME= rsocket-cpp
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.10.0-942
|
||||
DISTVERSIONSUFFIX= -g3d878b1e
|
||||
PORTREVISION= 5
|
||||
DISTVERSION= 2020.05.04.00
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -13,6 +11,7 @@ COMMENT= C++ implementation of RSocket
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= libfmt>0:devel/libfmt
|
||||
LIB_DEPENDS= libboost_atomic.so:devel/boost-libs \
|
||||
libdouble-conversion.so:devel/double-conversion \
|
||||
libevent.so:devel/libevent \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1560730851
|
||||
SHA256 (rsocket-rsocket-cpp-v0.10.0-942-g3d878b1e_GH0.tar.gz) = 578b0c5b3fc91b22dc6611d766136a6a21fc7114ca3b7441a8891387fb2325f1
|
||||
SIZE (rsocket-rsocket-cpp-v0.10.0-942-g3d878b1e_GH0.tar.gz) = 1798622
|
||||
TIMESTAMP = 1588731307
|
||||
SHA256 (rsocket-rsocket-cpp-v2020.05.04.00_GH0.tar.gz) = 214ccc16338cc61ad5a84ac2dd287963fd6b26cc89b4d891f6a7bec6a7040868
|
||||
SIZE (rsocket-rsocket-cpp-v2020.05.04.00_GH0.tar.gz) = 1856855
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- CMakeLists.txt.orig 2019-06-17 00:26:16 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -171,7 +171,7 @@ if (COMPILER_HAS_W_NOEXCEPT_TYPE)
|
||||
endif()
|
||||
|
||||
if (NOT MSVC)
|
||||
- set(EXTRA_CXX_FLAGS ${EXTRA_CXX_FLAGS} -Werror)
|
||||
+# set(EXTRA_CXX_FLAGS ${EXTRA_CXX_FLAGS} -Werror)
|
||||
endif()
|
||||
|
||||
if("${BUILD_TYPE_LOWER}" MATCHES "debug")
|
@ -82,6 +82,7 @@ include/yarpl/Observable.h
|
||||
include/yarpl/Refcounted.h
|
||||
include/yarpl/Single.h
|
||||
include/yarpl/examples/FlowableExamples.h
|
||||
include/yarpl/flowable/AsyncGeneratorShim.h
|
||||
include/yarpl/flowable/CancelingSubscriber.h
|
||||
include/yarpl/flowable/DeferFlowable.h
|
||||
include/yarpl/flowable/EmitterFlowable.h
|
||||
@ -97,6 +98,7 @@ include/yarpl/flowable/PublishProcessor.h
|
||||
include/yarpl/flowable/Subscriber.h
|
||||
include/yarpl/flowable/Subscription.h
|
||||
include/yarpl/flowable/TestSubscriber.h
|
||||
include/yarpl/flowable/ThriftStreamShim.h
|
||||
include/yarpl/observable/DeferObservable.h
|
||||
include/yarpl/observable/Observable.h
|
||||
include/yarpl/observable/ObservableConcatOperators.h
|
||||
|
Loading…
Reference in New Issue
Block a user