From owner-svn-ports-all@freebsd.org Mon Jan 18 10:50:18 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BDE454E7A79; Mon, 18 Jan 2021 10:50:18 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DK7py4rBSz3mFB; Mon, 18 Jan 2021 10:50:18 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9924D12D83; Mon, 18 Jan 2021 10:50:18 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10IAoIqb018111; Mon, 18 Jan 2021 10:50:18 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10IAoHDN018105; Mon, 18 Jan 2021 10:50:17 GMT (envelope-from krion@FreeBSD.org) Message-Id: <202101181050.10IAoHDN018105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Mon, 18 Jan 2021 10:50:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561908 - in head/net/czmq4: . files X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in head/net/czmq4: . files X-SVN-Commit-Revision: 561908 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2021 10:50:18 -0000 Author: krion Date: Mon Jan 18 10:50:17 2021 New Revision: 561908 URL: https://svnweb.freebsd.org/changeset/ports/561908 Log: Update to 4.2.1 Grab maintainership Added: head/net/czmq4/files/ head/net/czmq4/files/patch-src_zosc.c (contents, props changed) head/net/czmq4/files/patch-src_zuuid.c (contents, props changed) Modified: head/net/czmq4/Makefile head/net/czmq4/distinfo head/net/czmq4/pkg-plist Modified: head/net/czmq4/Makefile ============================================================================== --- head/net/czmq4/Makefile Mon Jan 18 10:24:13 2021 (r561907) +++ head/net/czmq4/Makefile Mon Jan 18 10:50:17 2021 (r561908) @@ -2,11 +2,11 @@ PORTNAME= czmq DISTVERSIONPREFIX= v -DISTVERSION= 4.1.1 +DISTVERSION= 4.2.1 CATEGORIES= net PKGNAMESUFFIX= 4 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= krion@FreeBSD.org COMMENT= High-level C Binding for ZeroMQ (Version 4) LICENSE= MPL20 @@ -30,11 +30,7 @@ SHEBANG_FILES= doc/mkman mkdoc \ CONFLICTS_INSTALL= czmq-3.* -# uuid_CFLAGS and uuid_LIBS required -# to avoid conflicts with misc/e2fsprogs-libuuid -CONFIGURE_ARGS= uuid_CFLAGS="-I/usr/include ${CFLAGS}" \ - uuid_LIBS="-lc" \ - --with-libzmq=${LOCALBASE} \ +CONFIGURE_ARGS= --with-libzmq=${LOCALBASE} \ --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \ --enable-drafts="yes" \ --with-docs="yes" Modified: head/net/czmq4/distinfo ============================================================================== --- head/net/czmq4/distinfo Mon Jan 18 10:24:13 2021 (r561907) +++ head/net/czmq4/distinfo Mon Jan 18 10:50:17 2021 (r561908) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521866607 -SHA256 (zeromq-czmq-v4.1.1_GH0.tar.gz) = b7623433547aa4b6e79722796c27ebc7c0470fea4204e920fd05e717c648f889 -SIZE (zeromq-czmq-v4.1.1_GH0.tar.gz) = 1094718 +TIMESTAMP = 1610964330 +SHA256 (zeromq-czmq-v4.2.1_GH0.tar.gz) = 83457cd32a2c2615b8d7ebcf91b198cb0d8df383a2072b96835ab250164d8a83 +SIZE (zeromq-czmq-v4.2.1_GH0.tar.gz) = 1340835 Added: head/net/czmq4/files/patch-src_zosc.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/czmq4/files/patch-src_zosc.c Mon Jan 18 10:50:17 2021 (r561908) @@ -0,0 +1,11 @@ +--- src/zosc.c.orig 2021-01-18 10:20:29 UTC ++++ src/zosc.c +@@ -23,7 +23,7 @@ + #endif + #include "czmq_classes.h" + #if __unix__ && !__APPLE__ +-#include ++#include + #define htonll(x) htobe64(x) + #define ntohll(x) be64toh(x) + #endif Added: head/net/czmq4/files/patch-src_zuuid.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/czmq4/files/patch-src_zuuid.c Mon Jan 18 10:50:17 2021 (r561908) @@ -0,0 +1,11 @@ +--- src/zuuid.c.orig 2021-01-18 10:17:46 UTC ++++ src/zuuid.c +@@ -67,7 +67,7 @@ zuuid_new (void) + uuid_t uuid; + assert (sizeof (uuid) == ZUUID_LEN); + uuid_generate (uuid); +- zuuid_set (self, (byte *) uuid); ++ zuuid_set (self, (byte *) &uuid); + #elif defined (__UTYPE_OPENBSD) || defined (__UTYPE_FREEBSD) || defined (__UTYPE_NETBSD) + uuid_t uuid; + uint32_t status = 0; Modified: head/net/czmq4/pkg-plist ============================================================================== --- head/net/czmq4/pkg-plist Mon Jan 18 10:24:13 2021 (r561907) +++ head/net/czmq4/pkg-plist Mon Jan 18 10:50:17 2021 (r561908) @@ -1,7 +1,7 @@ bin/zmakecert +include/czmq.h include/czmq_library.h include/czmq_prelude.h -include/czmq.h include/zactor.h include/zargs.h include/zarmour.h @@ -13,19 +13,25 @@ include/zchunk.h include/zclock.h include/zconfig.h include/zdigest.h -include/zdir_patch.h include/zdir.h +include/zdir_patch.h include/zfile.h include/zframe.h include/zgossip.h include/zhash.h include/zhashx.h +include/zhttp_client.h +include/zhttp_request.h +include/zhttp_response.h +include/zhttp_server.h +include/zhttp_server_options.h include/ziflist.h include/zlist.h include/zlistx.h include/zloop.h include/zmonitor.h include/zmsg.h +include/zosc.h include/zpoller.h include/zproc.h include/zproxy.h @@ -39,7 +45,7 @@ include/zuuid.h lib/libczmq.a lib/libczmq.so lib/libczmq.so.4 -lib/libczmq.so.4.1.1 +lib/libczmq.so.4.2.1 libdata/pkgconfig/libczmq.pc man/man1/zmakecert.1.gz man/man3/zactor.3.gz @@ -53,19 +59,25 @@ man/man3/zchunk.3.gz man/man3/zclock.3.gz man/man3/zconfig.3.gz man/man3/zdigest.3.gz -man/man3/zdir_patch.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/zgossip.3.gz man/man3/zhash.3.gz man/man3/zhashx.3.gz +man/man3/zhttp_client.3.gz +man/man3/zhttp_request.3.gz +man/man3/zhttp_response.3.gz +man/man3/zhttp_server.3.gz +man/man3/zhttp_server_options.3.gz man/man3/ziflist.3.gz man/man3/zlist.3.gz man/man3/zlistx.3.gz man/man3/zloop.3.gz man/man3/zmonitor.3.gz man/man3/zmsg.3.gz +man/man3/zosc.3.gz man/man3/zpoller.3.gz man/man3/zproc.3.gz man/man3/zproxy.3.gz @@ -87,22 +99,28 @@ share/zproject/czmq/zchunk.api share/zproject/czmq/zclock.api share/zproject/czmq/zconfig.api share/zproject/czmq/zdigest.api -share/zproject/czmq/zdir_patch.api share/zproject/czmq/zdir.api +share/zproject/czmq/zdir_patch.api share/zproject/czmq/zfile.api share/zproject/czmq/zframe.api share/zproject/czmq/zgossip_msg.api share/zproject/czmq/zhash.api share/zproject/czmq/zhashx.api +share/zproject/czmq/zhttp_client.api +share/zproject/czmq/zhttp_request.api +share/zproject/czmq/zhttp_response.api +share/zproject/czmq/zhttp_server.api +share/zproject/czmq/zhttp_server_options.api share/zproject/czmq/ziflist.api share/zproject/czmq/zlist.api share/zproject/czmq/zlistx.api share/zproject/czmq/zloop.api share/zproject/czmq/zmsg.api +share/zproject/czmq/zosc.api share/zproject/czmq/zpoller.api share/zproject/czmq/zproc.api -share/zproject/czmq/zsock_option.api share/zproject/czmq/zsock.api +share/zproject/czmq/zsock_option.api share/zproject/czmq/zstr.api share/zproject/czmq/zsys.api share/zproject/czmq/ztimerset.api