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 /mail/postfix | |
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 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index ea97ea99a823..767f1c1227c9 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -3,7 +3,7 @@ PORTNAME= postfix PORTVERSION= 3.2.2 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ |