diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-08-09 14:58:30 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-08-09 14:58:30 +0800 |
commit | 0b055d47f28aa0146c1cb2f8e85cd71f127dd553 (patch) | |
tree | 1cdec2aa532edb5042e8b80a8ee691de38be0ab7 /editors/xmlcopyeditor | |
parent | d105717fd776352f833b81cacbb311fb41495b24 (diff) | |
download | freebsd-ports-gnome-0b055d47f28aa0146c1cb2f8e85cd71f127dd553.tar.gz freebsd-ports-gnome-0b055d47f28aa0146c1cb2f8e85cd71f127dd553.tar.zst freebsd-ports-gnome-0b055d47f28aa0146c1cb2f8e85cd71f127dd553.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 'editors/xmlcopyeditor')
-rw-r--r-- | editors/xmlcopyeditor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index 0a2fb2b5b800..76b09bd9834a 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmlcopyeditor PORTVERSION= 1.2.1.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= editors MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION} |