diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-08-09 14:58:30 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-08-09 14:58:30 +0800 |
commit | 28df167cc772d301930a6f0487e841a7b7295193 (patch) | |
tree | 1cdec2aa532edb5042e8b80a8ee691de38be0ab7 /textproc/clucene/Makefile | |
parent | 7e6f437392e4d2315318139598554adc6f598ca9 (diff) | |
download | freebsd-ports-gnome-28df167cc772d301930a6f0487e841a7b7295193.tar.gz freebsd-ports-gnome-28df167cc772d301930a6f0487e841a7b7295193.tar.zst freebsd-ports-gnome-28df167cc772d301930a6f0487e841a7b7295193.zip |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165
Diffstat (limited to 'textproc/clucene/Makefile')
-rw-r--r-- | textproc/clucene/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/clucene/Makefile b/textproc/clucene/Makefile index a4eb6e211458..9b765519a57a 100644 --- a/textproc/clucene/Makefile +++ b/textproc/clucene/Makefile @@ -3,7 +3,7 @@ PORTNAME= clucene PORTVERSION= 2.3.3.4 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-core-unstable/2.3 DISTNAME= ${PORTNAME}-core-${PORTVERSION} |