Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 May 2014 21:59:28 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        koobs@FreeBSD.org
Subject:   ports/189922: [PATCH] net/czmq: update to 2.2.0
Message-ID:  <201405181959.s4IJxSAh019943@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201405182000.s4IK01tm029074@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         189922
>Category:       ports
>Synopsis:       [PATCH] net/czmq: update to 2.2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 18 20:00:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Bartek Rutkowski
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r266324: Sat May 17 21:07:33 CEST
>Description:
- Update to 2.2.0
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/czmq/2.2.0/

Port maintainer (koobs@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- czmq-2.2.0.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 354464)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	czmq
-PORTVERSION=	2.0.3
+PORTVERSION=	2.2.0
 CATEGORIES=	net
 MASTER_SITES=	http://download.zeromq.org/
 
Index: distinfo
===================================================================
--- distinfo	(revision 354464)
+++ distinfo	(working copy)
@@ -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
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 354464)
+++ pkg-descr	(working copy)
@@ -1,3 +1,3 @@
 High-level C binding for ZMQ.
 
-WWW: http://czmq.zeromq.org/
+WWW: http://czmq.zeromq.org
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 354464)
+++ pkg-plist	(working copy)
@@ -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/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.la
 lib/libczmq.so
@@ -38,19 +53,25 @@
 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
--- czmq-2.2.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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