View | Details | Raw Unified | Return to bug 200502 | Differences between
and this patch

Collapse All | Expand All

(-)net/libzmq4/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	libzmq4
3
PORTNAME=	libzmq4
4
PORTVERSION=	4.0.5
4
PORTVERSION=	4.0.6
5
CATEGORIES=	net
5
CATEGORIES=	net
6
MASTER_SITES=	http://download.zeromq.org/
6
MASTER_SITES=	http://download.zeromq.org/
7
DISTNAME=	zeromq-${DISTVERSION}
7
DISTNAME=	zeromq-${DISTVERSION}
(-)net/libzmq4/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (zeromq-4.0.5.tar.gz) = 3bc93c5f67370341428364ce007d448f4bb58a0eaabd0a60697d8086bc43342b
1
SHA256 (zeromq-4.0.6.tar.gz) = 28a2a9c9b77014c39087a498942449df18bb9885cdb63334833525a1d19f2894
2
SIZE (zeromq-4.0.5.tar.gz) = 2153667
2
SIZE (zeromq-4.0.6.tar.gz) = 2190150
(-)net/libzmq4/files/patch-tests_test__proxy__terminate.cpp (+9 lines)
Line 0 Link Here
1
--- tests/test_proxy_terminate.cpp.orig	2015-06-02 10:20:13 UTC
2
+++ tests/test_proxy_terminate.cpp
3
@@ -110,4 +110,4 @@ int main (void)
4
     rc = zmq_ctx_term (ctx);
5
     assert (rc == 0);
6
     return 0;
7
-}
8
\ No newline at end of file
9
+}

Return to bug 200502