From owner-svn-ports-head@FreeBSD.ORG Mon Sep 15 07:41:41 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0EE7A80D; Mon, 15 Sep 2014 07:41:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D61819A5; Mon, 15 Sep 2014 07:41:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8F7feT5031016; Mon, 15 Sep 2014 07:41:40 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8F7fenU031013; Mon, 15 Sep 2014 07:41:40 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201409150741.s8F7fenU031013@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 15 Sep 2014 07:41:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368252 - in head/devel/ucommon: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 07:41:41 -0000 Author: gahr Date: Mon Sep 15 07:41:39 2014 New Revision: 368252 URL: http://svnweb.freebsd.org/changeset/ports/368252 QAT: https://qat.redports.org/buildarchive/r368252/ Log: - Update to 6.1.11 Changes: * any addr and overloads in commoncpp * cmake abi fix and other apple specific issues * stream fixes, sflphone recommended changes, and other updates * key protocol added * cleaner build for binding without resolver * cleanup and fixes for commoncpp peering... * UDPSocket: use ucommon::Socket::address * Socket::address: add setAny(sockaddr*), setLoopback(sockaddr*) Deleted: head/devel/ucommon/files/patch-inc-commoncpp_config.h head/devel/ucommon/files/patch-inc-ucommon_string.h Modified: head/devel/ucommon/Makefile head/devel/ucommon/distinfo head/devel/ucommon/pkg-plist Modified: head/devel/ucommon/Makefile ============================================================================== --- head/devel/ucommon/Makefile Mon Sep 15 07:29:11 2014 (r368251) +++ head/devel/ucommon/Makefile Mon Sep 15 07:41:39 2014 (r368252) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ucommon -PORTVERSION= 6.1.10 +PORTVERSION= 6.1.11 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= commoncpp Modified: head/devel/ucommon/distinfo ============================================================================== --- head/devel/ucommon/distinfo Mon Sep 15 07:29:11 2014 (r368251) +++ head/devel/ucommon/distinfo Mon Sep 15 07:41:39 2014 (r368252) @@ -1,2 +1,2 @@ -SHA256 (ucommon-6.1.10.tar.gz) = d7a15ed31e3c418b41d95d5ff5e1bc24dfc4c2a465a099c6fd30e0b6c9f7be92 -SIZE (ucommon-6.1.10.tar.gz) = 833384 +SHA256 (ucommon-6.1.11.tar.gz) = ef933dd71f0b1e759052ecc169bc473bbcd818497c9ba9e7b778b0d37cecfc42 +SIZE (ucommon-6.1.11.tar.gz) = 833187 Modified: head/devel/ucommon/pkg-plist ============================================================================== --- head/devel/ucommon/pkg-plist Mon Sep 15 07:29:11 2014 (r368251) +++ head/devel/ucommon/pkg-plist Mon Sep 15 07:41:39 2014 (r368252) @@ -66,13 +66,13 @@ include/ucommon/vector.h include/ucommon/xml.h lib/libcommoncpp.so lib/libcommoncpp.so.6 -lib/libcommoncpp.so.6.0.15 +lib/libcommoncpp.so.6.0.16 lib/libucommon.so lib/libucommon.so.6 -lib/libucommon.so.6.0.15 +lib/libucommon.so.6.0.16 lib/libusecure.so lib/libusecure.so.6 -lib/libusecure.so.6.0.15 +lib/libusecure.so.6.0.16 libdata/pkgconfig/commoncpp.pc libdata/pkgconfig/ucommon.pc man/man1/args.1.gz