summaryrefslogtreecommitdiff
path: root/devel/boost-all/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'devel/boost-all/common.mk')
-rw-r--r--devel/boost-all/common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boost-all/common.mk b/devel/boost-all/common.mk
index 78dad78cb94d..be80f4461aa6 100644
--- a/devel/boost-all/common.mk
+++ b/devel/boost-all/common.mk
@@ -16,7 +16,7 @@ MASTER_SITES= https://archives.boost.io/release/${PORTVERSION}/source/ \
USES+= tar:bzip2
BOOST_MAJOR_VER=1
-BOOST_MINOR_VER=88
+BOOST_MINOR_VER=89
BOOST_PATCH_VER=0
BOOST_RC_VER=
BOOST_SHARED_LIB_VER=${BOOST_MAJOR_VER}.${BOOST_MINOR_VER}.${BOOST_PATCH_VER}
@@ -26,5 +26,5 @@ WRKSRC= ${WRKDIR}/${DISTVERSIONPREFIX}${BOOST_MAJOR_VER}_${BOOST_MINOR_VER}_${B
EXTRACT_AFTER_ARGS+=--exclude '*.log'
.if ${PORTNAME} != "boost-docs"
-EXTRACT_AFTER_ARGS+=--exclude docs
+EXTRACT_AFTER_ARGS+= --exclude docs
.endif