summaryrefslogtreecommitdiff
path: root/meta-pkgs/boost/Makefile.common
diff options
context:
space:
mode:
authoradam <adam>2012-07-02 07:02:25 +0000
committeradam <adam>2012-07-02 07:02:25 +0000
commit77e3b293ead2a9a229be830d580ea9dc8b6f6336 (patch)
tree00e0e7ad08bdeaf2d58e5f11da35abbc900e60b5 /meta-pkgs/boost/Makefile.common
parentd04ff365948faaae240a91e5f9ee0d446916668e (diff)
downloadpkgsrc-77e3b293ead2a9a229be830d580ea9dc8b6f6336.tar.gz
Changes 1.50:0
New Libraries * Algorithm: A collection of useful generic algorithms, from Marshall Clow. This includes several different searching algorithms, as well as most of the new algorithms from the C++11 standard library * Functional/OverloadedFunction: Overload different functions into a single function object, from Lorenzo Caminiti. * LocalFunction: Program functions locally, within other functions, directly within the scope where they are needed, from Lorenzo Caminiti. * Utility/IdentityType: Wrap types within round parenthesis so they can always be passed as macro parameters, from Lorenzo Caminiti. More http://www.boost.org/users/history/version_1_50_0.html
Diffstat (limited to 'meta-pkgs/boost/Makefile.common')
-rw-r--r--meta-pkgs/boost/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common
index aec0c2dcde6..466ef5ae819 100644
--- a/meta-pkgs/boost/Makefile.common
+++ b/meta-pkgs/boost/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2012/02/29 14:22:24 hans Exp $
+# $NetBSD: Makefile.common,v 1.34 2012/07/02 07:02:25 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.49.0
+BOOST_VERSION= 1.50.0
BOOST_SHORT_VERSION= ${BOOST_VERSION:S/./_/:C/\..*$//}
DISTNAME= boost_${BOOST_VERSION:S/./_/g}