From owner-svn-ports-all@FreeBSD.ORG Tue Jun 10 08:22:01 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 997C219E; Tue, 10 Jun 2014 08:22:01 +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 6CC8F2848; Tue, 10 Jun 2014 08:22:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5A8M1Ia057708; Tue, 10 Jun 2014 08:22:01 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5A8M00g057695; Tue, 10 Jun 2014 08:22:00 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201406100822.s5A8M00g057695@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 10 Jun 2014 08:22:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357280 - head/devel/ucommon 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, 10 Jun 2014 08:22:01 -0000 Author: gahr Date: Tue Jun 10 08:22:00 2014 New Revision: 357280 URL: http://svnweb.freebsd.org/changeset/ports/357280 QAT: https://qat.redports.org/buildarchive/r357280/ Log: - Update to 6.1.6 Changes: * Socket::address::print(): minor fixes * Socket::address: fix constructor documentation * Socket::address: add unit tests for print() * Socket::address: add print() method * Socket::address: add withPort() * Socket::address: add constructors from standard addr types * Socket::address: use existing len() method. Modified: head/devel/ucommon/Makefile head/devel/ucommon/distinfo head/devel/ucommon/pkg-plist Modified: head/devel/ucommon/Makefile ============================================================================== --- head/devel/ucommon/Makefile Tue Jun 10 08:13:17 2014 (r357279) +++ head/devel/ucommon/Makefile Tue Jun 10 08:22:00 2014 (r357280) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ucommon -PORTVERSION= 6.1.5 +PORTVERSION= 6.1.6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= commoncpp Modified: head/devel/ucommon/distinfo ============================================================================== --- head/devel/ucommon/distinfo Tue Jun 10 08:13:17 2014 (r357279) +++ head/devel/ucommon/distinfo Tue Jun 10 08:22:00 2014 (r357280) @@ -1,2 +1,2 @@ -SHA256 (ucommon-6.1.5.tar.gz) = 48269bf2bb53d9c835afc1e02a0ceb4f0b8c382ebd5fbf216a3fa8e4507c46c6 -SIZE (ucommon-6.1.5.tar.gz) = 830679 +SHA256 (ucommon-6.1.6.tar.gz) = 79cd260dfc9a29c53cc4be53c7ce7633f7d99414e85e580dbd174831642e6f31 +SIZE (ucommon-6.1.6.tar.gz) = 832004 Modified: head/devel/ucommon/pkg-plist ============================================================================== --- head/devel/ucommon/pkg-plist Tue Jun 10 08:13:17 2014 (r357279) +++ head/devel/ucommon/pkg-plist Tue Jun 10 08:22:00 2014 (r357280) @@ -66,13 +66,13 @@ include/ucommon/vector.h include/ucommon/xml.h lib/libcommoncpp.so lib/libcommoncpp.so.6 -lib/libcommoncpp.so.6.0.10 +lib/libcommoncpp.so.6.0.11 lib/libucommon.so lib/libucommon.so.6 -lib/libucommon.so.6.0.10 +lib/libucommon.so.6.0.11 lib/libusecure.so lib/libusecure.so.6 -lib/libusecure.so.6.0.10 +lib/libusecure.so.6.0.11 libdata/pkgconfig/commoncpp.pc libdata/pkgconfig/ucommon.pc man/man1/args.1.gz