svn commit: r534112 - in head/net/rsocket-cpp: . files

Yuri Victorovich yuri at FreeBSD.org
Wed May 6 02:27:40 UTC 2020


Author: yuri
Date: Wed May  6 02:27:39 2020
New Revision: 534112
URL: https://svnweb.freebsd.org/changeset/ports/534112

Log:
  net/rsocket-cpp: Update 0.10.0-942 -> 2020.05.04.00
  
  Reported by:	portscout

Deleted:
  head/net/rsocket-cpp/files/
Modified:
  head/net/rsocket-cpp/Makefile
  head/net/rsocket-cpp/distinfo
  head/net/rsocket-cpp/pkg-plist

Modified: head/net/rsocket-cpp/Makefile
==============================================================================
--- head/net/rsocket-cpp/Makefile	Wed May  6 00:42:33 2020	(r534111)
+++ head/net/rsocket-cpp/Makefile	Wed May  6 02:27:39 2020	(r534112)
@@ -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 at 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 \

Modified: head/net/rsocket-cpp/distinfo
==============================================================================
--- head/net/rsocket-cpp/distinfo	Wed May  6 00:42:33 2020	(r534111)
+++ head/net/rsocket-cpp/distinfo	Wed May  6 02:27:39 2020	(r534112)
@@ -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

Modified: head/net/rsocket-cpp/pkg-plist
==============================================================================
--- head/net/rsocket-cpp/pkg-plist	Wed May  6 00:42:33 2020	(r534111)
+++ head/net/rsocket-cpp/pkg-plist	Wed May  6 02:27:39 2020	(r534112)
@@ -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


More information about the svn-ports-head mailing list