From 33c682013747777a8d86cdabe0341b85e1708831 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 29 Apr 2017 18:31:42 +0000 Subject: Changes 1.64.0: New Libraries Process library by Klemens D. Morgenstern, that provides cross platorm ways to allows you to: * create child processes * setup streams for child processes * communicate with child processes through streams (synchronously or asynchronously) * wait for processes to exit (synchronously or asynchronously) * terminate processes --- meta-pkgs/boost/Makefile.common | 6 ++---- meta-pkgs/boost/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 9 deletions(-) (limited to 'meta-pkgs') diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common index dcec625ad85..5014f412397 100644 --- a/meta-pkgs/boost/Makefile.common +++ b/meta-pkgs/boost/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.65 2017/01/03 02:31:36 wiz Exp $ +# $NetBSD: Makefile.common,v 1.66 2017/04/29 18:31:42 adam Exp $ # # used by devel/boost-build/Makefile # used by devel/boost-docs/Makefile @@ -9,7 +9,7 @@ BOOST_PACKAGE?= undefined BOOST_COMMENT?= undefined -BOOST_VERSION= 1.63.0 +BOOST_VERSION= 1.64.0 BOOST_SHORT_VERSION= ${BOOST_VERSION:S/./_/:C/\..*$//} DISTNAME= boost_${BOOST_VERSION:S/./_/g} @@ -30,8 +30,6 @@ LICENSE= boost-license CONFLICTS+= boost<1.36.0 -DIST_SUBDIR= boost-1.63.0v3 - DISTINFO_FILE= ${.CURDIR}/../../meta-pkgs/boost/distinfo PATCHDIR= ${.CURDIR}/../../meta-pkgs/boost/patches diff --git a/meta-pkgs/boost/distinfo b/meta-pkgs/boost/distinfo index aeabcde98d9..3ae7f404406 100644 --- a/meta-pkgs/boost/distinfo +++ b/meta-pkgs/boost/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.96 2017/03/09 16:30:12 jperkin Exp $ +$NetBSD: distinfo,v 1.97 2017/04/29 18:31:42 adam Exp $ -SHA1 (boost-1.63.0v3/boost_1_63_0.tar.bz2) = 9f1dd4fa364a3e3156a77dc17aa562ef06404ff6 -RMD160 (boost-1.63.0v3/boost_1_63_0.tar.bz2) = 9781b51fcf1919b98ef3356af988fd8a73e7accb -SHA512 (boost-1.63.0v3/boost_1_63_0.tar.bz2) = c915c5f5778dee49b8e9d0a40f37f90f56fb1fdb1d8ce92d97bf48bc7bc462212487badfe4bbe30b06196d1149cfb221da12ac54e97499b0d4cb6466813bb4ad -Size (boost-1.63.0v3/boost_1_63_0.tar.bz2) = 81984414 bytes +SHA1 (boost_1_64_0.tar.bz2) = 51421ef259a4530edea0fbfc448460fcc5c64edb +RMD160 (boost_1_64_0.tar.bz2) = 377ea4325f5e3ccd2820002143bb5baa1aeb3b41 +SHA512 (boost_1_64_0.tar.bz2) = 68477f148f61be617552ef48559c5c2cb90d42264cabd6d5e87215d0d5024b48fca27c4afcfc1f77e490c6220d44fb1abdf0a53703867a2e4132c2857f69fedf +Size (boost_1_64_0.tar.bz2) = 80472424 bytes SHA1 (patch-aa) = 408a63a807aaa491130db018cd89bca6a427090d SHA1 (patch-ab) = 37c61bcfc27f1533df21f4392f80df2d2dbe51ef SHA1 (patch-ac) = 32d14b50682dae1950ed927ecb9318ad6b07687a -- cgit v1.2.3