net/nng: update to 1.3.0
This commit is contained in:
parent
ce77b8ad26
commit
f74b0e9ace
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542689
3 changed files with 12 additions and 7 deletions
|
@ -2,8 +2,7 @@
|
|||
|
||||
PORTNAME= nng
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.1.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.3.0
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= swills@FreeBSD.org
|
||||
|
@ -19,4 +18,7 @@ GH_ACCOUNT= nanomsg
|
|||
CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PLIST_SUB= PORTMAJ=${PORTVERSION:C/\..*//} \
|
||||
PORTVERSION=${PORTVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1543286759
|
||||
SHA256 (nanomsg-nng-v1.1.1_GH0.tar.gz) = cec54ed40c8feb5c0c66f81cfd200e9b243639a75d1b6093c95ee55885273205
|
||||
SIZE (nanomsg-nng-v1.1.1_GH0.tar.gz) = 566052
|
||||
TIMESTAMP = 1595288172
|
||||
SHA256 (nanomsg-nng-v1.3.0_GH0.tar.gz) = e8fe50d0f79ec3243733f8b4c25099c88b2597ed1bb0d94a27c4385a2a24ecac
|
||||
SIZE (nanomsg-nng-v1.3.0_GH0.tar.gz) = 657182
|
||||
|
|
|
@ -23,17 +23,20 @@ include/nng/protocol/reqrep0/req.h
|
|||
include/nng/protocol/survey0/respond.h
|
||||
include/nng/protocol/survey0/survey.h
|
||||
include/nng/supplemental/http/http.h
|
||||
include/nng/supplemental/tls/engine.h
|
||||
include/nng/supplemental/tls/tls.h
|
||||
include/nng/supplemental/util/options.h
|
||||
include/nng/supplemental/util/platform.h
|
||||
include/nng/transport/inproc/inproc.h
|
||||
include/nng/transport/ipc/ipc.h
|
||||
include/nng/transport/tcp/tcp.h
|
||||
include/nng/transport/tls/tls.h
|
||||
include/nng/transport/ws/websocket.h
|
||||
include/nng/transport/zerotier/zerotier.h
|
||||
lib/cmake/nng/nng-config.cmake
|
||||
lib/cmake/nng/nng-config-version.cmake
|
||||
lib/cmake/nng/nng-targets.cmake
|
||||
lib/cmake/nng/nng-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/libnng.so
|
||||
lib/libnng.so.1
|
||||
lib/libnng.so.1.1.0
|
||||
lib/libnng.so.%%PORTMAJ%%
|
||||
lib/libnng.so.%%PORTVERSION%%
|
||||
|
|
Loading…
Reference in a new issue