diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-12-08 09:34:38 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-12-08 09:34:38 +0000 |
commit | b38f6840673732d86892956e6c46004594240add (patch) | |
tree | 096fb28b45713b2d5ba9db1411fad0a83466f715 /devel/libbson | |
parent | 976ad7b17a068504883fd4fde9f3b43c5c09989c (diff) | |
download | pkgsrc-b38f6840673732d86892956e6c46004594240add.tar.gz |
Update devel/libbson to 1.3.0.
pkgsrc changes:
- Release tarballs cannot build man pages any more, use pre-built
ones instead.
Changes since 1.2.1:
- Fix potential crash in bson_strncpy on Windows.
- Parse DBRefs correctly from JSON.
- CMake option to disable building tests: "cmake -DENABLE_TESTS:BOOL=OFF".
- Refactor the build system to declare library version in one place.
- Fix compiler warnings and errors, especially with Visual Studio 2015
and IBM XL C.
- Combine environment's CFLAGS with configure options when building.
Diffstat (limited to 'devel/libbson')
-rw-r--r-- | devel/libbson/Makefile | 15 | ||||
-rw-r--r-- | devel/libbson/PLIST | 2 | ||||
-rw-r--r-- | devel/libbson/distinfo | 10 |
3 files changed, 14 insertions, 13 deletions
diff --git a/devel/libbson/Makefile b/devel/libbson/Makefile index 29b9467401d..6cafc832f59 100644 --- a/devel/libbson/Makefile +++ b/devel/libbson/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2015/11/05 13:41:18 fhajny Exp $ +# $NetBSD: Makefile,v 1.16 2015/12/08 09:34:38 fhajny Exp $ -DISTNAME= libbson-1.2.1 +DISTNAME= libbson-1.3.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mongodb/} @@ -11,17 +11,18 @@ LICENSE= apache-2.0 GITHUB_RELEASE= ${PKGVERSION_NOREV} -BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc -BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto - GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config -CONFIGURE_ARGS+= --enable-man-pages=yes - PKGCONFIG_OVERRIDE+= src/libbson-1.0.pc.in +INSTALLATION_DIRS+= ${PKGMANDIR}/man3 + +post-install: + ${INSTALL_MAN} ${WRKSRC}/doc/man/bson_*.3 \ + ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3 + .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/libbson/PLIST b/devel/libbson/PLIST index e05e08e3ceb..88733c82f4b 100644 --- a/devel/libbson/PLIST +++ b/devel/libbson/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2015/10/19 11:42:18 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.5 2015/12/08 09:34:38 fhajny Exp $ include/libbson-1.0/bcon.h include/libbson-1.0/bson-atomic.h include/libbson-1.0/bson-clock.h diff --git a/devel/libbson/distinfo b/devel/libbson/distinfo index dc68df1fe6d..643682b9b89 100644 --- a/devel/libbson/distinfo +++ b/devel/libbson/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2015/11/05 13:41:18 fhajny Exp $ +$NetBSD: distinfo,v 1.15 2015/12/08 09:34:38 fhajny Exp $ -SHA1 (libbson-1.2.1.tar.gz) = ebbcadfdf39f128b414e9692458048ca23a09550 -RMD160 (libbson-1.2.1.tar.gz) = ece72fa83e0f30504b22fdb48b79f27697cf9ddd -SHA512 (libbson-1.2.1.tar.gz) = e4e3cd24a210c81448940c0d04ec45a019a2258e2dbe9df1b4dc25dd760a29711ca0f5b43c19a8d2231cf1732c8a6f8fb974ef406586e7e5a223362d5a0b0265 -Size (libbson-1.2.1.tar.gz) = 4440994 bytes +SHA1 (libbson-1.3.0.tar.gz) = d7f58b6d38daaf700e4806991d8d5283f33da83b +RMD160 (libbson-1.3.0.tar.gz) = b5c0597276fc169e754184b8f8719f18a5756058 +SHA512 (libbson-1.3.0.tar.gz) = 513f1fe5513e0daf75a4ab7de37bcc396eb66df77b61ab8f5dfecbe4e08445d55671b6d2180ad041cca845037ada244779b1e73eb8e2a33c62a8867ebd1b4a8d +Size (libbson-1.3.0.tar.gz) = 4581489 bytes |