Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Nov 2012 08:16:08 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307120 - in head/devel/czmq: . files
Message-ID:  <201211070816.qA78G8gg084598@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Nov  7 08:16:08 2012
New Revision: 307120
URL: http://svnweb.freebsd.org/changeset/ports/307120

Log:
  - update to 1.3.1
  - use uuid from base
  - do not try to delete libdata/pkgconfig anymore
  
  Feature safe:	yes

Added:
  head/devel/czmq/files/
  head/devel/czmq/files/patch-include__czmq_prelude.h   (contents, props changed)
Modified:
  head/devel/czmq/Makefile   (contents, props changed)
  head/devel/czmq/distinfo   (contents, props changed)
  head/devel/czmq/pkg-plist   (contents, props changed)

Modified: head/devel/czmq/Makefile
==============================================================================
--- head/devel/czmq/Makefile	Wed Nov  7 07:58:16 2012	(r307119)
+++ head/devel/czmq/Makefile	Wed Nov  7 08:16:08 2012	(r307120)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	czmq
-# Date created:		2008-07-28
-# Whom:			Andrew Thompson <thompsa@FreeBSD.org>
-#
+# Created by: Andrew Thompson <thompsa@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	czmq
-PORTVERSION=	1.2.0
+PORTVERSION=	1.3.1
 CATEGORIES=	devel net
 MASTER_SITES=	http://download.zeromq.org/
 
@@ -32,6 +28,7 @@ MAN7=		czmq.7 \
 		zlist.7 \
 		zloop.7 \
 		zmsg.7 \
+		zmutex.7 \
 		zsocket.7 \
 		zsockopt.7 \
 		zstr.7 \

Modified: head/devel/czmq/distinfo
==============================================================================
--- head/devel/czmq/distinfo	Wed Nov  7 07:58:16 2012	(r307119)
+++ head/devel/czmq/distinfo	Wed Nov  7 08:16:08 2012	(r307120)
@@ -1,2 +1,2 @@
-SHA256 (czmq-1.2.0.tar.gz) = fe1d92f13ad0ca0d40a540c2b776f158b13782dcf2d2348dd7e3d33337193039
-SIZE (czmq-1.2.0.tar.gz) = 418301
+SHA256 (czmq-1.3.1.tar.gz) = b7ee89f5117512b1424a0a304be410bd63d49e3ed22f33a7e840f6191aa2cb6c
+SIZE (czmq-1.3.1.tar.gz) = 422540

Added: head/devel/czmq/files/patch-include__czmq_prelude.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/czmq/files/patch-include__czmq_prelude.h	Wed Nov  7 08:16:08 2012	(r307120)
@@ -0,0 +1,11 @@
+--- ./include/czmq_prelude.h.orig	2012-10-27 11:18:30.000000000 +0200
++++ ./include/czmq_prelude.h	2012-11-07 09:11:26.233823253 +0100
+@@ -279,7 +279,7 @@
+ #   include <sys/wait.h>
+ #   include <sys/uio.h>                 //  This is required to make CZMQ compile with libzmq/3.x
+ #   include <netinet/in.h>              //  Must come before arpa/inet.h
+-#   include <uuid/uuid.h>
++#   include <uuid.h>
+ #   if (!defined (__UTYPE_ANDROID)) && (!defined (__UTYPE_IBMAIX)) && (!defined (__UTYPE_HPUX)) && (!defined (__UTYPE_SUNOS))
+ #       include <ifaddrs.h>
+ #   endif

Modified: head/devel/czmq/pkg-plist
==============================================================================
--- head/devel/czmq/pkg-plist	Wed Nov  7 07:58:16 2012	(r307119)
+++ head/devel/czmq/pkg-plist	Wed Nov  7 08:16:08 2012	(r307120)
@@ -10,6 +10,7 @@ include/zhash.h
 include/zlist.h
 include/zloop.h
 include/zmsg.h
+include/zmutex.h
 include/zsocket.h
 include/zsockopt.h
 include/zstr.h
@@ -19,4 +20,3 @@ lib/libczmq.la
 lib/libczmq.so
 lib/libczmq.so.1
 libdata/pkgconfig/libczmq.pc
-@dirrmtry libdata/pkgconfig



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