diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-12 01:58:09 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-12 01:58:09 +0000 |
commit | 16910e727d9774e85fb72f46619b396c214b8e2e (patch) | |
tree | e4b1402da60ebe498140fd84b2260309994287ce /net/czmq4/pkg-plist | |
parent | a12154d3b45585d7a64b345bd4fc847ccb6e16cf (diff) |
net/czmq4: Update to 4.1.0
Changelog:
https://github.com/zeromq/czmq/releases/tag/v4.1.0
Additional port changes:
* Moved relevant lines into the USExx section
* Added 2 patches from the maintainer
Shared library soname didn't change, but headers were
reformatted, it is hard to tell if anything really changed there.
PR: 224853
Submitted by: Kenji Rikitake <kenji@k2r.org> (maintainer)
Approved by: tcberner (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=461550
Diffstat (limited to 'net/czmq4/pkg-plist')
-rw-r--r-- | net/czmq4/pkg-plist | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/czmq4/pkg-plist b/net/czmq4/pkg-plist index d1c569ed0c3a..cee0480dda67 100644 --- a/net/czmq4/pkg-plist +++ b/net/czmq4/pkg-plist @@ -3,6 +3,7 @@ include/czmq_library.h include/czmq_prelude.h include/czmq.h include/zactor.h +include/zargs.h include/zarmour.h include/zauth.h include/zbeacon.h @@ -38,10 +39,11 @@ include/zuuid.h lib/libczmq.a lib/libczmq.so lib/libczmq.so.4 -lib/libczmq.so.4.0.2 +lib/libczmq.so.4.1.0 libdata/pkgconfig/libczmq.pc man/man1/zmakecert.1.gz man/man3/zactor.3.gz +man/man3/zargs.3.gz man/man3/zarmour.3.gz man/man3/zauth.3.gz man/man3/zbeacon.3.gz @@ -76,6 +78,7 @@ man/man3/ztrie.3.gz man/man3/zuuid.3.gz man/man7/czmq.7.gz share/zproject/czmq/zactor.api +share/zproject/czmq/zargs.api share/zproject/czmq/zarmour.api share/zproject/czmq/zcert.api share/zproject/czmq/zcertstore.api @@ -100,6 +103,7 @@ share/zproject/czmq/zproc.api share/zproject/czmq/zsock_option.api share/zproject/czmq/zsock.api share/zproject/czmq/zstr.api +share/zproject/czmq/zsys.api share/zproject/czmq/ztimerset.api share/zproject/czmq/ztrie.api share/zproject/czmq/zuuid.api |