forked from Lainports/opnsense-ports
devel/aws-c-event-stream: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
1a649fe3ee
commit
c77010aefb
3 changed files with 7 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= aws-c-event-stream
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.5.0
|
||||
DISTVERSION= 0.5.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
|
|
@ -24,7 +24,6 @@ GH_ACCOUNT= awslabs
|
|||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ARGS+= -DCMAKE_INSTALL_LIBDIR=${LOCALBASE}/lib
|
||||
CMAKE_ON= BUILD_SHARED_LIBS
|
||||
CMAKE_OFF= BUILD_TESTING
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1729753844
|
||||
SHA256 (awslabs-aws-c-event-stream-v0.5.0_GH0.tar.gz) = 3a53a9d05f9e2fd06036a12854a8b4f05a0c4858bb5b8df8a30edba9de8532b5
|
||||
SIZE (awslabs-aws-c-event-stream-v0.5.0_GH0.tar.gz) = 72002
|
||||
TIMESTAMP = 1738180208
|
||||
SHA256 (awslabs-aws-c-event-stream-v0.5.1_GH0.tar.gz) = 22ce7a695b82debe118c9ecc641ea8bc7e59c9843f92d5acf8401fc86cac847a
|
||||
SIZE (awslabs-aws-c-event-stream-v0.5.1_GH0.tar.gz) = 72308
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ include/aws/event-stream/event_stream_exports.h
|
|||
include/aws/event-stream/event_stream_rpc.h
|
||||
include/aws/event-stream/event_stream_rpc_client.h
|
||||
include/aws/event-stream/event_stream_rpc_server.h
|
||||
lib/aws-c-event-stream/cmake/aws-c-event-stream-config.cmake
|
||||
lib/aws-c-event-stream/cmake/shared/aws-c-event-stream-targets-release.cmake
|
||||
lib/aws-c-event-stream/cmake/shared/aws-c-event-stream-targets.cmake
|
||||
lib/cmake/aws-c-event-stream/aws-c-event-stream-config.cmake
|
||||
lib/cmake/aws-c-event-stream/shared/aws-c-event-stream-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/aws-c-event-stream/shared/aws-c-event-stream-targets.cmake
|
||||
lib/libaws-c-event-stream.so
|
||||
lib/libaws-c-event-stream.so.1.0.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue