From owner-svn-ports-all@FreeBSD.ORG Tue May 20 08:36:11 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5285BDC6; Tue, 20 May 2014 08:36:11 +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 3F9B42BF7; Tue, 20 May 2014 08:36:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4K8aBAh062232; Tue, 20 May 2014 08:36:11 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4K8aA6J062225; Tue, 20 May 2014 08:36:10 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201405200836.s4K8aA6J062225@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 20 May 2014 08:36:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354614 - 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, 20 May 2014 08:36:11 -0000 Author: gahr Date: Tue May 20 08:36:10 2014 New Revision: 354614 URL: http://svnweb.freebsd.org/changeset/ports/354614 QAT: https://qat.redports.org/buildarchive/r354614/ Log: - Update to 6.1.4 Changes: * lots of namespace usage cleanup * Socket::address: add unit tests for new features * Socket::address: add isAny, setAny, isLoopback, setLoopback, any, loopback * Socket::address: convert port to network byte order * ost::Socket: add compatibility with ucommon::Socket::address * we don't want commoncpp configs if no lib made * Socket::address: add equality operator, getPort, setPort, getSize * improved cmake and added srpm, todo make targets Deleted: head/devel/ucommon/files/patch-commoncpp_address.cpp head/devel/ucommon/files/patch-openssl_hmac.cpp Modified: head/devel/ucommon/Makefile head/devel/ucommon/distinfo head/devel/ucommon/files/patch-CMakeLists.txt head/devel/ucommon/pkg-plist Modified: head/devel/ucommon/Makefile ============================================================================== --- head/devel/ucommon/Makefile Tue May 20 08:31:28 2014 (r354613) +++ head/devel/ucommon/Makefile Tue May 20 08:36:10 2014 (r354614) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ucommon -PORTVERSION= 6.1.3 +PORTVERSION= 6.1.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= commoncpp Modified: head/devel/ucommon/distinfo ============================================================================== --- head/devel/ucommon/distinfo Tue May 20 08:31:28 2014 (r354613) +++ head/devel/ucommon/distinfo Tue May 20 08:36:10 2014 (r354614) @@ -1,2 +1,2 @@ -SHA256 (ucommon-6.1.3.tar.gz) = 217867ebc89a97e69bec427ba7f09bd5cb50eef0588f83546550dd817dea43c8 -SIZE (ucommon-6.1.3.tar.gz) = 829685 +SHA256 (ucommon-6.1.4.tar.gz) = cc0dedcc6d2255743dc329fa3adb6a2543a17a2098e455c11de99f406aa67017 +SIZE (ucommon-6.1.4.tar.gz) = 830635 Modified: head/devel/ucommon/files/patch-CMakeLists.txt ============================================================================== --- head/devel/ucommon/files/patch-CMakeLists.txt Tue May 20 08:31:28 2014 (r354613) +++ head/devel/ucommon/files/patch-CMakeLists.txt Tue May 20 08:36:10 2014 (r354614) @@ -1,16 +1,5 @@ --- CMakeLists.txt.orig 2014-05-05 09:49:48.000000000 +0200 +++ CMakeLists.txt 2014-05-05 09:58:30.000000000 +0200 -@@ -37,7 +37,9 @@ - # when we override default install prefix, assume full path is used... - - set(INSTALL_INCLUDEDIR include) --set(INSTALL_BINDIR bin) -+if(NOT INSTALL_BINDIR) -+ set(INSTALL_BINDIR bin) -+endif() - - if(WIN32) - set(MODULE_FLAGS "-module -shared -no-undefined") @@ -53,6 +55,7 @@ set(MODULE_FLAGS "-module -shared -avoid-version") set(SYSCONFDIR "/etc" CACHE PATH "config directory") Modified: head/devel/ucommon/pkg-plist ============================================================================== --- head/devel/ucommon/pkg-plist Tue May 20 08:31:28 2014 (r354613) +++ head/devel/ucommon/pkg-plist Tue May 20 08:36:10 2014 (r354614) @@ -66,13 +66,13 @@ include/ucommon/vector.h include/ucommon/xml.h lib/libcommoncpp.so lib/libcommoncpp.so.6 -lib/libcommoncpp.so.6.0.7 +lib/libcommoncpp.so.6.0.9 lib/libucommon.so lib/libucommon.so.6 -lib/libucommon.so.6.0.7 +lib/libucommon.so.6.0.9 lib/libusecure.so lib/libusecure.so.6 -lib/libusecure.so.6.0.7 +lib/libusecure.so.6.0.9 libdata/pkgconfig/commoncpp.pc libdata/pkgconfig/ucommon.pc man/man1/args.1.gz