From owner-svn-ports-all@FreeBSD.ORG Thu Jan 9 15:20:11 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 A6EF6A9F; Thu, 9 Jan 2014 15:20: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7AF441F4A; Thu, 9 Jan 2014 15:20:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s09FKBe1090022; Thu, 9 Jan 2014 15:20:11 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s09FKA1s090019; Thu, 9 Jan 2014 15:20:10 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201401091520.s09FKA1s090019@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 9 Jan 2014 15:20:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339254 - 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.17 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: Thu, 09 Jan 2014 15:20:11 -0000 Author: gahr Date: Thu Jan 9 15:20:10 2014 New Revision: 339254 URL: http://svnweb.freebsd.org/changeset/ports/339254 Log: - Update to 6.1.0 Changes: * small fixes based on notes from Tristan * exception behavior is changed (fixed) for commoncpp * keywait utility added Modified: head/devel/ucommon/Makefile head/devel/ucommon/distinfo head/devel/ucommon/pkg-plist Modified: head/devel/ucommon/Makefile ============================================================================== --- head/devel/ucommon/Makefile Thu Jan 9 15:18:54 2014 (r339253) +++ head/devel/ucommon/Makefile Thu Jan 9 15:20:10 2014 (r339254) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ucommon -PORTVERSION= 6.0.7 -PORTREVISION= 1 +PORTVERSION= 6.1.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= commoncpp @@ -18,6 +17,9 @@ CMAKE_ARGS+= -DBUILD_TESTING:BOOL=ON \ -DINSTALL_BINDIR:STRING=bin/${PORTNAME} USE_LDCONFIG= yes +post-install: + ${INSTALL_DATA} ${BUILD_WRKSRC}/ucommon-config.h ${STAGEDIR}${PREFIX}/include/ucommon + regression-test: build cd ${BUILD_WRKSRC}/test && ${MAKE} test Modified: head/devel/ucommon/distinfo ============================================================================== --- head/devel/ucommon/distinfo Thu Jan 9 15:18:54 2014 (r339253) +++ head/devel/ucommon/distinfo Thu Jan 9 15:20:10 2014 (r339254) @@ -1,2 +1,2 @@ -SHA256 (ucommon-6.0.7.tar.gz) = 7d5cc5385c4d04e092c4e159522bc42d44cc0105fb499c0e960863f32a649be6 -SIZE (ucommon-6.0.7.tar.gz) = 826102 +SHA256 (ucommon-6.1.0.tar.gz) = 0b1695898d7bf5bfcc0fbffdba9cdc39d2a085359b08312756ce06fec4bdb0dd +SIZE (ucommon-6.1.0.tar.gz) = 826742 Modified: head/devel/ucommon/pkg-plist ============================================================================== --- head/devel/ucommon/pkg-plist Thu Jan 9 15:18:54 2014 (r339253) +++ head/devel/ucommon/pkg-plist Thu Jan 9 15:20:10 2014 (r339254) @@ -1,6 +1,7 @@ bin/ucommon/args bin/ucommon/car bin/ucommon/commoncpp-config +bin/ucommon/keywait bin/ucommon/mdsum bin/ucommon/pdetach bin/ucommon/scrub-files @@ -58,18 +59,19 @@ include/ucommon/string.h include/ucommon/thread.h include/ucommon/timers.h include/ucommon/ucommon.h +include/ucommon/ucommon-config.h include/ucommon/unicode.h 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.1.0 lib/libucommon.so lib/libucommon.so.6 -lib/libucommon.so.6.0.7 +lib/libucommon.so.6.1.0 lib/libusecure.so lib/libusecure.so.6 -lib/libusecure.so.6.0.7 +lib/libusecure.so.6.1.0 libdata/pkgconfig/commoncpp.pc libdata/pkgconfig/ucommon.pc man/man1/args.1.gz