mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
net/czmq: Update to 2.2.0
- Update to 2.2.0 - Update pkg-plist - Tweak pkg-descr - Strip trailing slash from WWW: URL Fixes zbeacon: (UDP) error: "Can't assign requested address" on FreeBSD [1]. [1] https://github.com/zeromq/czmq/issues/407 PR: 189922 Submitted by: bartek
This commit is contained in:
parent
b0278d1679
commit
32e076bf61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358431
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= czmq
|
||||
PORTVERSION= 2.0.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.2.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://download.zeromq.org/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (czmq-2.0.3.tar.gz) = adaac33f03d58c3a2ab48be9095df3c4bc876d331c115965b5c48830fa7cd84c
|
||||
SIZE (czmq-2.0.3.tar.gz) = 533845
|
||||
SHA256 (czmq-2.2.0.tar.gz) = bb8ec7242655ffc3cb61023f6de4e4798900a6fbffb7399cf2d5e42a921c3667
|
||||
SIZE (czmq-2.2.0.tar.gz) = 558239
|
||||
|
@ -1,3 +1,3 @@
|
||||
High-level C binding for ZMQ.
|
||||
High-level C bindings for ZeroMQ.
|
||||
|
||||
WWW: http://czmq.zeromq.org/
|
||||
WWW: http://czmq.zeromq.org
|
||||
|
@ -1,5 +1,14 @@
|
||||
bin/build-android.gsl
|
||||
bin/build-autoconf.gsl
|
||||
bin/build-cmake.gsl
|
||||
bin/build-mingw32.gsl
|
||||
bin/build-vs2008.gsl
|
||||
bin/build-vs2010.gsl
|
||||
bin/build-vs2012.gsl
|
||||
bin/build-vs2013.gsl
|
||||
bin/czmq_selftest
|
||||
bin/makecert
|
||||
bin/project.gsl
|
||||
include/czmq.h
|
||||
include/czmq_prelude.h
|
||||
include/zauth.h
|
||||
@ -10,21 +19,27 @@ include/zchunk.h
|
||||
include/zclock.h
|
||||
include/zconfig.h
|
||||
include/zctx.h
|
||||
include/zdigest.h
|
||||
include/zdir.h
|
||||
include/zdir_patch.h
|
||||
include/zfile.h
|
||||
include/zframe.h
|
||||
include/zhash.h
|
||||
include/zlist.h
|
||||
include/zlog.h
|
||||
include/zloop.h
|
||||
include/zmonitor.h
|
||||
include/zmsg.h
|
||||
include/zmutex.h
|
||||
include/zpoller.h
|
||||
include/zproxy.h
|
||||
include/zrex.h
|
||||
include/zsocket.h
|
||||
include/zsockopt.h
|
||||
include/zstr.h
|
||||
include/zsys.h
|
||||
include/zthread.h
|
||||
include/ztree.h
|
||||
include/zuuid.h
|
||||
lib/libczmq.a
|
||||
lib/libczmq.so
|
||||
lib/libczmq.so.1
|
||||
@ -38,19 +53,25 @@ man/man3/zchunk.3.gz
|
||||
man/man3/zclock.3.gz
|
||||
man/man3/zconfig.3.gz
|
||||
man/man3/zctx.3.gz
|
||||
man/man3/zdigest.3.gz
|
||||
man/man3/zdir.3.gz
|
||||
man/man3/zdir_patch.3.gz
|
||||
man/man3/zfile.3.gz
|
||||
man/man3/zframe.3.gz
|
||||
man/man3/zhash.3.gz
|
||||
man/man3/zlist.3.gz
|
||||
man/man3/zlog.3.gz
|
||||
man/man3/zloop.3.gz
|
||||
man/man3/zmonitor.3.gz
|
||||
man/man3/zmsg.3.gz
|
||||
man/man3/zmutex.3.gz
|
||||
man/man3/zpoller.3.gz
|
||||
man/man3/zproxy.3.gz
|
||||
man/man3/zrex.3.gz
|
||||
man/man3/zsocket.3.gz
|
||||
man/man3/zsockopt.3.gz
|
||||
man/man3/zstr.3.gz
|
||||
man/man3/zsys.3.gz
|
||||
man/man3/zthread.3.gz
|
||||
man/man3/ztree.3.gz
|
||||
man/man3/zuuid.3.gz
|
||||
man/man7/czmq.7.gz
|
||||
|
Loading…
Reference in New Issue
Block a user