Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2018 01:00:40 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475964 - in head/net/czmq: . files
Message-ID:  <201807310100.w6V10ea8010699@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Tue Jul 31 01:00:40 2018
New Revision: 475964
URL: https://svnweb.freebsd.org/changeset/ports/475964

Log:
  net/czmq: Update to 4.1.1
  
    - Explicitly disable docs: it requires xmlto/asciidoc (which is fine), but
      then fails to build using a packaged mkman (perl) script. Isolate the issue
      separately from this update.
    - Remove MAKE_ENV override to build verbosely, the build is verbose now by
      default
    - Remove all patches (upstreamed)
  
  Changelog:
  
    https://github.com/zeromq/czmq/blob/v4.1.1/NEWS
  
  PR:		229687
  Requested by:	yuri

Deleted:
  head/net/czmq/files/
Modified:
  head/net/czmq/Makefile
  head/net/czmq/distinfo
  head/net/czmq/pkg-plist

Modified: head/net/czmq/Makefile
==============================================================================
--- head/net/czmq/Makefile	Tue Jul 31 00:50:00 2018	(r475963)
+++ head/net/czmq/Makefile	Tue Jul 31 01:00:40 2018	(r475964)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	czmq
-PORTVERSION=	3.0.2
-PORTREVISION=	1
+PORTVERSION=	4.1.1
 CATEGORIES=	net
-MASTER_SITES=	http://download.zeromq.org/
+MASTER_SITES=	https://github.com/zeromq/${PORTNAME}/releases/download/v${PORTVERSION}/
 
 MAINTAINER=	koobs@FreeBSD.org
 COMMENT=	High-level C Binding for ZeroMQ
@@ -20,12 +19,12 @@ USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libzmq=${LOCALBASE} \
-		--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig
+		--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \
+		--without-docs
 
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 
-MAKE_ENV=	V=1
-CPPFLAGS+=	-Wno-error
+CFLAGS+=	-Wno-error
 
 .include <bsd.port.mk>

Modified: head/net/czmq/distinfo
==============================================================================
--- head/net/czmq/distinfo	Tue Jul 31 00:50:00 2018	(r475963)
+++ head/net/czmq/distinfo	Tue Jul 31 01:00:40 2018	(r475964)
@@ -1,2 +1,3 @@
-SHA256 (czmq-3.0.2.tar.gz) = 8bca39ab69375fa4e981daf87b3feae85384d5b40cef6adbe9d5eb063357699a
-SIZE (czmq-3.0.2.tar.gz) = 818110
+TIMESTAMP = 1532993817
+SHA256 (czmq-4.1.1.tar.gz) = f00ff419881dc2a05d0686c8467cd89b4882677fc56f31c0e2cc81c134cbb0c0
+SIZE (czmq-4.1.1.tar.gz) = 1370719

Modified: head/net/czmq/pkg-plist
==============================================================================
--- head/net/czmq/pkg-plist	Tue Jul 31 00:50:00 2018	(r475963)
+++ head/net/czmq/pkg-plist	Tue Jul 31 01:00:40 2018	(r475964)
@@ -1,22 +1,19 @@
-bin/makecert
-include/czmq.h
+bin/zmakecert
 include/czmq_library.h
 include/czmq_prelude.h
+include/czmq.h
 include/zactor.h
 include/zarmour.h
 include/zauth.h
-include/zauth_v2.h
 include/zbeacon.h
-include/zbeacon_v2.h
 include/zcert.h
 include/zcertstore.h
 include/zchunk.h
 include/zclock.h
 include/zconfig.h
-include/zctx.h
 include/zdigest.h
-include/zdir.h
 include/zdir_patch.h
+include/zdir.h
 include/zfile.h
 include/zframe.h
 include/zgossip.h
@@ -27,65 +24,47 @@ include/zlist.h
 include/zlistx.h
 include/zloop.h
 include/zmonitor.h
-include/zmonitor_v2.h
 include/zmsg.h
-include/zmutex.h
 include/zpoller.h
 include/zproxy.h
-include/zproxy_v2.h
 include/zrex.h
 include/zsock.h
-include/zsock_option.h
-include/zsocket.h
-include/zsockopt.h
 include/zstr.h
 include/zsys.h
-include/zthread.h
 include/zuuid.h
 lib/libczmq.a
 lib/libczmq.so
-lib/libczmq.so.3
-lib/libczmq.so.3.0.0
+lib/libczmq.so.4
+lib/libczmq.so.4.1.1
 libdata/pkgconfig/libczmq.pc
-man/man1/makecert.1.gz
-man/man3/zactor.3.gz
-man/man3/zarmour.3.gz
-man/man3/zauth.3.gz
-man/man3/zauth_v2.3.gz
-man/man3/zbeacon.3.gz
-man/man3/zbeacon_v2.3.gz
-man/man3/zcert.3.gz
-man/man3/zcertstore.3.gz
-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/zgossip.3.gz
-man/man3/zhash.3.gz
-man/man3/zhashx.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/zmonitor_v2.3.gz
-man/man3/zmsg.3.gz
-man/man3/zmutex.3.gz
-man/man3/zpoller.3.gz
-man/man3/zproxy.3.gz
-man/man3/zproxy_v2.3.gz
-man/man3/zrex.3.gz
-man/man3/zsock.3.gz
-man/man3/zsock_option.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/zuuid.3.gz
-man/man7/czmq.7.gz
+share/zproject/czmq/python_cffi.slurp
+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
+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/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/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/zpoller.api
+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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807310100.w6V10ea8010699>