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 /devel/php70-intl | |
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 'devel/php70-intl')
-rw-r--r-- | devel/php70-intl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/php70-intl/Makefile b/devel/php70-intl/Makefile index f8a572ceb788..fa96ef953672 100644 --- a/devel/php70-intl/Makefile +++ b/devel/php70-intl/Makefile @@ -1,7 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php70 |