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 | |
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')
-rw-r--r-- | mail/cyrus-imapd30/Makefile | 2 | ||||
-rw-r--r-- | mail/dovecot/Makefile | 1 | ||||
-rw-r--r-- | mail/evolution-ews/Makefile | 1 | ||||
-rw-r--r-- | mail/evolution/Makefile | 1 | ||||
-rw-r--r-- | mail/postfix-current/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix/Makefile | 2 | ||||
-rw-r--r-- | mail/rspamd-devel/Makefile | 1 | ||||
-rw-r--r-- | mail/rspamd/Makefile | 1 | ||||
-rw-r--r-- | mail/thunderbird/Makefile | 2 |
9 files changed, 9 insertions, 4 deletions
diff --git a/mail/cyrus-imapd30/Makefile b/mail/cyrus-imapd30/Makefile index a895aa743a3a..66c13acd7c0f 100644 --- a/mail/cyrus-imapd30/Makefile +++ b/mail/cyrus-imapd30/Makefile @@ -2,7 +2,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 3.0.4 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \ http://cyrusimap.org/releases/ diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index f851840a9950..82e40a093232 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -13,6 +13,7 @@ PORTNAME= dovecot PORTVERSION= 2.2.32 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= https://www.dovecot.org/releases/2.2/ diff --git a/mail/evolution-ews/Makefile b/mail/evolution-ews/Makefile index 264305e099de..6407eb33d9e3 100644 --- a/mail/evolution-ews/Makefile +++ b/mail/evolution-ews/Makefile @@ -3,6 +3,7 @@ PORTNAME= evolution-ews PORTVERSION= 3.24.2 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 9fdf17c9b62b..5bc6b04579a4 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,6 +3,7 @@ PORTNAME= evolution PORTVERSION= 3.24.2 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 4569e3cd8861..4fef37104a68 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -3,7 +3,7 @@ PORTNAME= postfix DISTVERSION= 3.3-20170910 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH= 5 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ 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/ \ diff --git a/mail/rspamd-devel/Makefile b/mail/rspamd-devel/Makefile index 929d1b63f55b..22f881c6e11e 100644 --- a/mail/rspamd-devel/Makefile +++ b/mail/rspamd-devel/Makefile @@ -2,6 +2,7 @@ PORTNAME= rspamd PORTVERSION= 1.5.4.a1.20170328 +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -devel diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index 8b420b0f1e0c..959065629fc9 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -2,6 +2,7 @@ PORTNAME= rspamd PORTVERSION= 1.6.4 +PORTREVISION= 1 CATEGORIES= mail MAINTAINER= vsevolod@FreeBSD.org diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index ef941af715c3..00da86a6c867 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 52.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source |