diff options
author | adam <adam@pkgsrc.org> | 2013-02-12 21:07:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-02-12 21:07:21 +0000 |
commit | 5f0440588ff635b2db7d0c8f28ca6cc7c4ab6ee9 (patch) | |
tree | acd26ac849d38f2a380d60399cc0250b645676fd /meta-pkgs/boost/Makefile.common | |
parent | 02fda368dc110189db50e5da140b948e5b6927d7 (diff) | |
download | pkgsrc-5f0440588ff635b2db7d0c8f28ca6cc7c4ab6ee9.tar.gz |
Changes 1.53.0:
New Libraries:
Atomic:
C++11-style atomic<>, from Helge Bahmann, maintained by Tim Blechmann.
Coroutine:
Coroutine library, from Oliver Kowalke.
Lockfree:
Lockfree data structures, from Tim Blechmann.
Multiprecision:
Extended precision arithmetic types for floating point, integer and rational arithmetic from John Maddock and Christopher Kormanyos.
Odeint:
Solving ordinary differential equations, from Karsten Ahnert and Mario Mulansky.
News
This release contains a fix for ticket 7743, in Boost.Locale. For more details, see the security notice.
More info http://www.boost.org/users/history/version_1_53_0.html
Diffstat (limited to 'meta-pkgs/boost/Makefile.common')
-rw-r--r-- | meta-pkgs/boost/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common index 71a7925624d..6fcd4aa3e85 100644 --- a/meta-pkgs/boost/Makefile.common +++ b/meta-pkgs/boost/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.39 2013/01/24 22:54:49 riz Exp $ +# $NetBSD: Makefile.common,v 1.40 2013/02/12 21:07:22 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.52.0 +BOOST_VERSION= 1.53.0 BOOST_SHORT_VERSION= ${BOOST_VERSION:S/./_/:C/\..*$//} DISTNAME= boost_${BOOST_VERSION:S/./_/g} @@ -19,7 +19,6 @@ CATEGORIES= devel PKGNAME= boost-${BOOST_VERSION} .else # ${BOOST_PACKAGE} != "meta-pkg" PKGNAME= boost-${BOOST_PACKAGE}-${BOOST_VERSION} -PKGREVISION= 2 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=boost/} EXTRACT_SUFX= .tar.bz2 |