mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
devel/libbson: update to 1.8.0
PR: 222833 Approved by: Krzysztof <ports@bsdserwis.com> (maintainer MFH: 2017Q4 Security: 10214bda-0902-4e3b-a2f9-9a68ef206a73
This commit is contained in:
parent
986acb5142
commit
2324628133
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451610
@ -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 <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user