diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-09-25 00:02:36 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-09-25 00:02:36 +0000 |
commit | a38219861723215d3c7d044cc973c09fd60c0646 (patch) | |
tree | 5591751f79396196499fbf2ae1ebbbdb4567d10f /net/yaz | |
parent | sysutils/monit: Update to 5.24.0 (diff) |
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
Notes
Notes:
svn path=/head/; revision=450556
Diffstat (limited to 'net/yaz')
-rw-r--r-- | net/yaz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 1db6953a72b6..8ca6d483b26f 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -3,7 +3,7 @@ PORTNAME= yaz PORTVERSION= 5.21.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ |