From owner-svn-ports-all@FreeBSD.ORG Tue Jul 15 08:10:29 2014 Return-Path: Delivered-To: svn-ports-all@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 0456AD8A; Tue, 15 Jul 2014 08:10:29 +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 D997D2974; Tue, 15 Jul 2014 08:10:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6F8ASvt015588; Tue, 15 Jul 2014 08:10:28 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6F8ASq8015582; Tue, 15 Jul 2014 08:10:28 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201407150810.s6F8ASq8015582@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 15 Jul 2014 08:10:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361894 - 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-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2014 08:10:29 -0000 Author: gahr Date: Tue Jul 15 08:10:27 2014 New Revision: 361894 URL: http://svnweb.freebsd.org/changeset/ports/361894 QAT: https://qat.redports.org/buildarchive/r361894/ Log: - Update to 6.1.9 Changes: * ost::Socket: use ucommon::Socket for join(), drop() implementations * back to native threading model for mingw * Socket::store: use existing len method * Socket::address: allow printing to std::ostream * Socket::address: use in_port_t for port numbers * Socket::join, ::drop: allow to set interface index for IPv6 Added: head/devel/ucommon/files/patch-inc-ucommon_socket.h (contents, props changed) Modified: head/devel/ucommon/Makefile head/devel/ucommon/distinfo head/devel/ucommon/pkg-plist Modified: head/devel/ucommon/Makefile ============================================================================== --- head/devel/ucommon/Makefile Tue Jul 15 07:59:03 2014 (r361893) +++ head/devel/ucommon/Makefile Tue Jul 15 08:10:27 2014 (r361894) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ucommon -PORTVERSION= 6.1.8 +PORTVERSION= 6.1.9 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= commoncpp Modified: head/devel/ucommon/distinfo ============================================================================== --- head/devel/ucommon/distinfo Tue Jul 15 07:59:03 2014 (r361893) +++ head/devel/ucommon/distinfo Tue Jul 15 08:10:27 2014 (r361894) @@ -1,2 +1,2 @@ -SHA256 (ucommon-6.1.8.tar.gz) = 9a2b3eb0b71198adcccd74303df59551fdd016c3a2848fb8be003fb1ac2e7fc5 -SIZE (ucommon-6.1.8.tar.gz) = 833017 +SHA256 (ucommon-6.1.9.tar.gz) = f188d3b5839b66588ae9d0999343d8f2e5b2edd7ae5cdde61dc0122374f3c134 +SIZE (ucommon-6.1.9.tar.gz) = 833238 Added: head/devel/ucommon/files/patch-inc-ucommon_socket.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ucommon/files/patch-inc-ucommon_socket.h Tue Jul 15 08:10:27 2014 (r361894) @@ -0,0 +1,11 @@ +--- inc/ucommon/socket.h.orig 2014-07-15 09:50:01.000000000 +0200 ++++ inc/ucommon/socket.h 2014-07-15 09:51:34.000000000 +0200 +@@ -38,6 +38,8 @@ + #include + #endif + ++#include ++ + extern "C" { + struct addrinfo; + } Modified: head/devel/ucommon/pkg-plist ============================================================================== --- head/devel/ucommon/pkg-plist Tue Jul 15 07:59:03 2014 (r361893) +++ head/devel/ucommon/pkg-plist Tue Jul 15 08:10:27 2014 (r361894) @@ -66,13 +66,13 @@ include/ucommon/vector.h include/ucommon/xml.h lib/libcommoncpp.so lib/libcommoncpp.so.6 -lib/libcommoncpp.so.6.0.13 +lib/libcommoncpp.so.6.0.14 lib/libucommon.so lib/libucommon.so.6 -lib/libucommon.so.6.0.13 +lib/libucommon.so.6.0.14 lib/libusecure.so lib/libusecure.so.6 -lib/libusecure.so.6.0.13 +lib/libusecure.so.6.0.14 libdata/pkgconfig/commoncpp.pc libdata/pkgconfig/ucommon.pc man/man1/args.1.gz