From owner-svn-ports-head@freebsd.org Mon Oct 9 13:27:46 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A063E303D3; Mon, 9 Oct 2017 13:27:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 202CB82324; Mon, 9 Oct 2017 13:27:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v99DRiFb087251; Mon, 9 Oct 2017 13:27:44 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v99DRirc087248; Mon, 9 Oct 2017 13:27:44 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201710091327.v99DRirc087248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 9 Oct 2017 13:27:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451610 - head/devel/libbson X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/libbson X-SVN-Commit-Revision: 451610 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2017 13:27:46 -0000 Author: swills Date: Mon Oct 9 13:27:44 2017 New Revision: 451610 URL: https://svnweb.freebsd.org/changeset/ports/451610 Log: devel/libbson: update to 1.8.0 PR: 222833 Approved by: Krzysztof (maintainer MFH: 2017Q4 Security: 10214bda-0902-4e3b-a2f9-9a68ef206a73 Modified: head/devel/libbson/Makefile head/devel/libbson/distinfo head/devel/libbson/pkg-plist Modified: head/devel/libbson/Makefile ============================================================================== --- head/devel/libbson/Makefile Mon Oct 9 13:07:39 2017 (r451609) +++ head/devel/libbson/Makefile Mon Oct 9 13:27:44 2017 (r451610) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libbson -PORTVERSION= 1.3.5 +PORTVERSION= 1.8.0 CATEGORIES= devel MAINTAINER= ports@bsdserwis.com @@ -13,14 +13,7 @@ LICENSE= APACHE20 USE_GITHUB= yes GH_ACCOUNT= mongodb -USES= gmake pkgconfig autoreconf libtool -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip +USES= cmake:outsource pkgconfig USE_LDCONFIG= yes - -pre-configure: -# cd ${WRKSRC} && ./autogen.sh - -MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" .include Modified: head/devel/libbson/distinfo ============================================================================== --- head/devel/libbson/distinfo Mon Oct 9 13:07:39 2017 (r451609) +++ head/devel/libbson/distinfo Mon Oct 9 13:27:44 2017 (r451610) @@ -1,2 +1,3 @@ -SHA256 (mongodb-libbson-1.3.5_GH0.tar.gz) = 351ac37540a2b406563bfc59ecaec4059c61b0f9d7cde7236c0a0e241bde3564 -SIZE (mongodb-libbson-1.3.5_GH0.tar.gz) = 4040751 +TIMESTAMP = 1507302875 +SHA256 (mongodb-libbson-1.8.0_GH0.tar.gz) = 36ab53f7be8c3d4f788ee822fe5c61ca06297d8fd6da289b00c2243cb8e7ed47 +SIZE (mongodb-libbson-1.8.0_GH0.tar.gz) = 4123991 Modified: head/devel/libbson/pkg-plist ============================================================================== --- head/devel/libbson/pkg-plist Mon Oct 9 13:07:39 2017 (r451609) +++ head/devel/libbson/pkg-plist Mon Oct 9 13:27:44 2017 (r451610) @@ -4,6 +4,7 @@ include/libbson-1.0/bson-clock.h include/libbson-1.0/bson-compat.h include/libbson-1.0/bson-config.h include/libbson-1.0/bson-context.h +include/libbson-1.0/bson-decimal128.h include/libbson-1.0/bson-endian.h include/libbson-1.0/bson-error.h include/libbson-1.0/bson-iter.h @@ -14,6 +15,7 @@ include/libbson-1.0/bson-md5.h include/libbson-1.0/bson-memory.h include/libbson-1.0/bson-oid.h include/libbson-1.0/bson-reader.h +include/libbson-1.0/bson-stdint-win32.h include/libbson-1.0/bson-stdint.h include/libbson-1.0/bson-string.h include/libbson-1.0/bson-types.h @@ -23,10 +25,13 @@ include/libbson-1.0/bson-version-functions.h include/libbson-1.0/bson-version.h include/libbson-1.0/bson-writer.h include/libbson-1.0/bson.h +lib/cmake/libbson-1.0/libbson-1.0-config-version.cmake +lib/cmake/libbson-1.0/libbson-1.0-config.cmake +lib/cmake/libbson-static-1.0/libbson-static-1.0-config-version.cmake +lib/cmake/libbson-static-1.0/libbson-static-1.0-config.cmake lib/libbson-1.0.so lib/libbson-1.0.so.0 -lib/libbson-1.0.so.0.0.0 +lib/libbson-1.0.so.1 +lib/libbson-static-1.0.a libdata/pkgconfig/libbson-1.0.pc -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README +libdata/pkgconfig/libbson-static-1.0.pc