From az@sunner.semmy.ru  Tue May 15 06:05:51 2012
Return-Path: <az@sunner.semmy.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id EC33A1065672
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 May 2012 06:05:51 +0000 (UTC)
	(envelope-from az@sunner.semmy.ru)
Received: from sunner.semmy.ru (sunner.semmy.ru [IPv6:2a00:14d0:0:20::3])
	by mx1.freebsd.org (Postfix) with ESMTP id 79DF28FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 May 2012 06:05:51 +0000 (UTC)
Received: from az by sunner.semmy.ru with local (Exim 4.77 (FreeBSD))
	(envelope-from <az@sunner.semmy.ru>)
	id 1SUAtK-0000wr-Hg
	for FreeBSD-gnats-submit@freebsd.org; Tue, 15 May 2012 10:05:50 +0400
Message-Id: <E1SUAtK-0000wr-Hg@sunner.semmy.ru>
Date: Tue, 15 May 2012 10:05:50 +0400
From: Andrej Zverev <az@FreeBSD.org>
Sender: Andrej Zverev <az@sunner.semmy.ru>
Reply-To: Andrej Zverev <az@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [UPDATE] devel/zmq to 2.2.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify: gslin@gslin.org

>Number:         167904
>Category:       ports
>Synopsis:       [UPDATE] devel/zmq to 2.2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    az
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 15 06:10:02 UTC 2012
>Closed-Date:    Fri May 18 06:19:21 UTC 2012
>Last-Modified:  Fri May 18 06:20:01 UTC 2012
>Originator:     Andrej Zverev
>Release:        
>Organization:
>Environment:


	
>Description:

Changes:

* Fixed issue 349, add send/recv timeout socket options.
* Fixed issue 301, fix builds on HP-UX 11iv3 when using either gcc or aCC.
* Fixed issue 305, memory leakage when using dynamic subscriptions. 
* Fixed issue 332, libzmq doesn't compile on Android NDK.
* Fixed issue 293, libzmq doesn't follow ZMTP/1.0 spec.
* Fixed issue 342, cannot build against zmq.hpp under C++11.

	
>How-To-Repeat:
	
>Fix:

	

--- patch-zmq.diff begins here ---
Index: zmq/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/zmq/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- zmq/Makefile	9 Mar 2012 11:04:06 -0000	1.12
+++ zmq/Makefile	15 May 2012 06:02:54 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	zmq
-PORTVERSION=	2.1.11
+PORTVERSION=	2.2.0
 CATEGORIES=	devel net
 MASTER_SITES=	http://download.zeromq.org/
 DISTNAME=	zeromq-${DISTVERSION}
Index: zmq/distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/zmq/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- zmq/distinfo	22 Dec 2011 14:39:25 -0000	1.10
+++ zmq/distinfo	15 May 2012 06:02:54 -0000
@@ -1,2 +1,2 @@
-SHA256 (zeromq-2.1.11.tar.gz) = e1cd4abbe353d3d72df42a2ee05593047915987024a4baf965745d29832eb214
-SIZE (zeromq-2.1.11.tar.gz) = 1891038
+SHA256 (zeromq-2.2.0.tar.gz) = 43904aeb9ea6844f72ca02e4e53bf1d481a1a0264e64979da761464e88604637
+SIZE (zeromq-2.2.0.tar.gz) = 1900378
--- patch-zmq.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->az 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue May 15 06:10:56 UTC 2012 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167904 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue May 15 06:11:04 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167904 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: gslin@gslin.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/167904: [UPDATE] devel/zmq to 2.2.0
Date: Tue, 15 May 2012 06:10:59 UT

 Maintainer of devel/zmq,
 
 Please note that PR ports/167904 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/167904
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Gea-Suan Lin <gslin@gslin.org>
To: bug-followup@FreeBSD.org
Cc: gslin@gslin.org
Subject: Re: ports/167904: [UPDATE] devel/zmq to 2.2.0
Date: Thu, 17 May 2012 10:20:07 +0800

 Thanks, please commit it.
 
 On Tue, May 15, 2012 at 06:10:59AM +0000, Edwin Groothuis wrote:
 > Maintainer of devel/zmq,
 > 
 > Please note that PR ports/167904 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/167904
 > 
 > -- 
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 
 -- 
 * Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
 * If you cannot convince them, confuse them.           -- Harry S Truman
State-Changed-From-To: feedback->closed 
State-Changed-By: az 
State-Changed-When: Fri May 18 06:19:20 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167904 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167904: commit references a PR
Date: Fri, 18 May 2012 06:14:49 +0000 (UTC)

 az          2012-05-18 06:14:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/zmq            Makefile distinfo 
   Log:
   Update to 2.2.0
   
   Changes:
   
   * Fixed issue 349, add send/recv timeout socket options.
   * Fixed issue 301, fix builds on HP-UX 11iv3 when using either gcc or aCC.
   * Fixed issue 305, memory leakage when using dynamic subscriptions.
   * Fixed issue 332, libzmq doesn't compile on Android NDK.
   * Fixed issue 293, libzmq doesn't follow ZMTP/1.0 spec.
   * Fixed issue 342, cannot build against zmq.hpp under C++11.
   
   PR:             ports/167904
   Submitted by:   az@
   Approved by:    gslin@gslin.org (maintainer)
   
   Revision  Changes    Path
   1.13      +1 -1      ports/devel/zmq/Makefile
   1.11      +2 -2      ports/devel/zmq/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
