diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-09-25 08:02:36 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-09-25 08:02:36 +0800 |
commit | 7484f2258645fce25c2714f8a8c349aaf4af12d4 (patch) | |
tree | 5591751f79396196499fbf2ae1ebbbdb4567d10f /textproc/dwdiff/Makefile | |
parent | 19ac9f07fce91a88c4eda154ac0dca2afe0dc83e (diff) | |
download | freebsd-ports-gnome-7484f2258645fce25c2714f8a8c349aaf4af12d4.tar.gz freebsd-ports-gnome-7484f2258645fce25c2714f8a8c349aaf4af12d4.tar.zst freebsd-ports-gnome-7484f2258645fce25c2714f8a8c349aaf4af12d4.zip |
devel/icu: update to 59.1
- Temporarily keep C++98 working in consumers for Clang's default -std=
Changes: http://site.icu-project.org/download/59
PR: 218788
Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by: antoine
Diffstat (limited to 'textproc/dwdiff/Makefile')
-rw-r--r-- | textproc/dwdiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/dwdiff/Makefile b/textproc/dwdiff/Makefile index 14c0514157c9..df6ea77f9f17 100644 --- a/textproc/dwdiff/Makefile +++ b/textproc/dwdiff/Makefile @@ -3,7 +3,7 @@ PORTNAME= dwdiff PORTVERSION= 2.0.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= http://os.ghalkes.nl/dist/ \ http://fossies.org/unix/privat/ |