diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-08-19 23:35:27 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-08-19 23:35:27 +0800 |
commit | f38e8d33c608eec7a94aa6fdfc46714d4181d246 (patch) | |
tree | eced3a067f69c836396f6dab708c086619b9da8d /textproc/clucene/Makefile | |
parent | 2fdf0a1ac796c5792c25e6d36c6fa0b3c8ca5fb1 (diff) | |
download | freebsd-ports-gnome-f38e8d33c608eec7a94aa6fdfc46714d4181d246.tar.gz freebsd-ports-gnome-f38e8d33c608eec7a94aa6fdfc46714d4181d246.tar.zst freebsd-ports-gnome-f38e8d33c608eec7a94aa6fdfc46714d4181d246.zip |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774
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 e52fa126ad85..c7e63faf2125 100644 --- a/textproc/clucene/Makefile +++ b/textproc/clucene/Makefile @@ -3,7 +3,7 @@ PORTNAME= clucene PORTVERSION= 2.3.3.4 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-core-unstable/2.3 DISTNAME= ${PORTNAME}-core-${PORTVERSION} |