svn commit: r451610 - head/devel/libbson
Steve Wills
swills at FreeBSD.org
Mon Oct 9 13:27:46 UTC 2017
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 <ports at bsdserwis.com> (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 at 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 <bsd.port.mk>
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
More information about the svn-ports-head
mailing list