Hi People,

the following patch updates net/rabbitmq-c to 0.7.1. As promised
in the mail that introduced this port, this one requires one patch
fewer than 0.7.0.

-- 
        Gregor

Index: Makefile
===================================================================
RCS file: /mnt/media/cvs/ports/net/rabbitmq-c/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    15 Nov 2015 12:41:35 -0000      1.1.1.1
+++ Makefile    29 Nov 2015 11:37:35 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       rabbitmq C library and commandline AMQP utilities
 
-V=             0.7.0
+V=             0.7.1
 GH_ACCOUNT=    alanxz
 GH_PROJECT=    rabbitmq-c
 GH_TAGNAME=    v${V}
Index: distinfo
===================================================================
RCS file: /mnt/media/cvs/ports/net/rabbitmq-c/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    15 Nov 2015 12:41:35 -0000      1.1.1.1
+++ distinfo    29 Nov 2015 11:37:44 -0000
@@ -1,2 +1,2 @@
-SHA256 (rabbitmq-c-0.7.0.tar.gz) = uLmlzKhxlo3pVTiocYn3Mho/hqygeuioGHTpPXPPmk0=
-SIZE (rabbitmq-c-0.7.0.tar.gz) = 157289
+SHA256 (rabbitmq-c-0.7.1.tar.gz) = C5uB0Fs+Ypw0SVIWkN5AD+RTmouh/qyty9bppQyKRiU=
+SIZE (rabbitmq-c-0.7.1.tar.gz) = 157454
Index: patches/patch-librabbitmq_amqp_tcp_socket_c
===================================================================
RCS file: patches/patch-librabbitmq_amqp_tcp_socket_c
diff -N patches/patch-librabbitmq_amqp_tcp_socket_c
--- patches/patch-librabbitmq_amqp_tcp_socket_c 15 Nov 2015 12:43:37 -0000      
1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,13 +0,0 @@
-$OpenBSD: patch-librabbitmq_amqp_tcp_socket_c,v 1.2 2015/11/15 12:43:37 jca 
Exp $
---- librabbitmq/amqp_tcp_socket.c.orig Wed Jun 17 07:35:32 2015
-+++ librabbitmq/amqp_tcp_socket.c      Sun Nov 15 13:42:15 2015
-@@ -28,6 +28,9 @@
- #include "amqp_private.h"
- #include "amqp_tcp_socket.h"
- 
-+#include <sys/socket.h>
-+#include <netinet/in.h>
-+
- #include <errno.h>
- #ifndef _WIN32
- # include <netinet/tcp.h>

Reply via email to