Date: Mon, 15 Sep 2014 07:41:40 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368252 - in head/devel/ucommon: . files Message-ID: <201409150741.s8F7fenU031013@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409150741.s8F7fenU031013>