diff options
author | gerald <gerald@FreeBSD.org> | 2018-12-12 09:35:33 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-12-12 09:35:33 +0800 |
commit | 97e78d860783dbeec5f72d4f8581d78b52f954e3 (patch) | |
tree | 404c2c9646ff0f64f0fea93eaedcd120dc980500 /mail | |
parent | 7476bb1ff088f7acb9b541e9f4c9e4e38747b38c (diff) | |
download | freebsd-ports-gnome-97e78d860783dbeec5f72d4f8581d78b52f954e3.tar.gz freebsd-ports-gnome-97e78d860783dbeec5f72d4f8581d78b52f954e3.tar.zst freebsd-ports-gnome-97e78d860783dbeec5f72d4f8581d78b52f954e3.zip |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail/Makefile | 2 | ||||
-rw-r--r-- | mail/cone/Makefile | 1 | ||||
-rw-r--r-- | mail/courier-imap/Makefile | 1 | ||||
-rw-r--r-- | mail/dbmail/Makefile | 2 | ||||
-rw-r--r-- | mail/dovecot-pigeonhole/Makefile | 1 | ||||
-rw-r--r-- | mail/dovecot-pigeonhole04/Makefile | 2 | ||||
-rw-r--r-- | mail/dspam/Makefile | 2 | ||||
-rw-r--r-- | mail/evolution/Makefile | 1 | ||||
-rw-r--r-- | mail/exim-postgresql/Makefile | 1 | ||||
-rw-r--r-- | mail/geary/Makefile | 1 | ||||
-rw-r--r-- | mail/gnubiff/Makefile | 2 | ||||
-rw-r--r-- | mail/libvmime/Makefile | 2 | ||||
-rw-r--r-- | mail/maildrop/Makefile | 2 | ||||
-rw-r--r-- | mail/milter-callback/Makefile | 2 | ||||
-rw-r--r-- | mail/mu/Makefile | 1 | ||||
-rw-r--r-- | mail/notmuch/Makefile | 1 | ||||
-rw-r--r-- | mail/opensmtpd-extras-table-postgresql/Makefile | 2 | ||||
-rw-r--r-- | mail/opensmtpd-extras/Makefile | 2 | ||||
-rw-r--r-- | mail/postfixadmin/Makefile | 2 | ||||
-rw-r--r-- | mail/rspamd-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/rspamd/Makefile | 1 | ||||
-rw-r--r-- | mail/spamdyke/Makefile | 2 | ||||
-rw-r--r-- | mail/sqlgrey/Makefile | 2 | ||||
-rw-r--r-- | mail/sqwebmail/Makefile | 2 | ||||
-rw-r--r-- | mail/trojita/Makefile | 2 |
25 files changed, 25 insertions, 16 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 5697ac7f7a18..f6eac7d19c96 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= claws-mail -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail news ipv6 COMMENT= Lightweight and featureful GTK+ based e-mail and news client diff --git a/mail/cone/Makefile b/mail/cone/Makefile index 6c5813f76352..b73a9c439316 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -3,6 +3,7 @@ PORTNAME= cone PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= mail # This is for beta versions, leave it in please: #MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ \ diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 528ffabb19cc..e3ccbff3ad43 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -3,6 +3,7 @@ PORTNAME= courier-imap PORTVERSION= 5.0.4 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= mail ipv6 MASTER_SITES= SF/courier/imap/${PORTVERSION} diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile index b1e597ae0cea..370f2d08263b 100644 --- a/mail/dbmail/Makefile +++ b/mail/dbmail/Makefile @@ -3,7 +3,7 @@ PORTNAME= dbmail PORTVERSION= 3.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://git.dbmail.eu/paul/dbmail/snapshot/ \ http://www.dbmail.org/download/3.2/ diff --git a/mail/dovecot-pigeonhole/Makefile b/mail/dovecot-pigeonhole/Makefile index 4089502edd08..3dfd6b378d20 100644 --- a/mail/dovecot-pigeonhole/Makefile +++ b/mail/dovecot-pigeonhole/Makefile @@ -3,6 +3,7 @@ PORTNAME= dovecot-pigeonhole PORTVERSION= 0.5.4 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} diff --git a/mail/dovecot-pigeonhole04/Makefile b/mail/dovecot-pigeonhole04/Makefile index d143c26a6c53..870b7319a7fd 100644 --- a/mail/dovecot-pigeonhole04/Makefile +++ b/mail/dovecot-pigeonhole04/Makefile @@ -3,7 +3,7 @@ PORTNAME= dovecot-pigeonhole PORTVERSION= 0.4.24 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ PKGNAMESUFFIX= 04 diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 679b788bd5ef..c4049ee7b871 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -7,7 +7,7 @@ PORTNAME= dspam PORTVERSION= 3.10.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 1dbe1b019b9e..6116806d8abd 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,6 +3,7 @@ PORTNAME= evolution PORTVERSION= 3.28.5 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/mail/exim-postgresql/Makefile b/mail/exim-postgresql/Makefile index 2dafd81b5cb8..8d10e7d8eecc 100644 --- a/mail/exim-postgresql/Makefile +++ b/mail/exim-postgresql/Makefile @@ -1,6 +1,7 @@ # Created by: Sheldon Hearn <sheldonh@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -postgresql MASTERDIR= ${.CURDIR}/../exim diff --git a/mail/geary/Makefile b/mail/geary/Makefile index c7260c4f0115..841d4bf5252d 100644 --- a/mail/geary/Makefile +++ b/mail/geary/Makefile @@ -3,6 +3,7 @@ PORTNAME= geary PORTVERSION= 0.12.4 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile index 3e6e46249f90..6d8916683e9c 100644 --- a/mail/gnubiff/Makefile +++ b/mail/gnubiff/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnubiff PORTVERSION= 2.2.13 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= mail MASTER_SITES= SF diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile index 30ab13c9eaf6..157cca34b785 100644 --- a/mail/libvmime/Makefile +++ b/mail/libvmime/Makefile @@ -4,7 +4,7 @@ PORTNAME= libvmime PORTVERSION= 0.9.2 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MAINTAINER= ports@FreeBSD.org diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index ad90d42be91f..5d81e7546d1e 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -17,7 +17,7 @@ PORTNAME= maildrop PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION} diff --git a/mail/milter-callback/Makefile b/mail/milter-callback/Makefile index 88dbd24b5d94..fe675ef8d63b 100644 --- a/mail/milter-callback/Makefile +++ b/mail/milter-callback/Makefile @@ -3,7 +3,7 @@ PORTNAME= milter-callback PORTVERSION= 1.6.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail MASTER_SITES= LOCAL/ehaupt diff --git a/mail/mu/Makefile b/mail/mu/Makefile index bf11355f5f1a..7f514c7df7ee 100644 --- a/mail/mu/Makefile +++ b/mail/mu/Makefile @@ -3,6 +3,7 @@ PORTNAME= mu PORTVERSION= 1.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= mail diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile index b7ef35ed5b7f..283aa44c3c78 100644 --- a/mail/notmuch/Makefile +++ b/mail/notmuch/Makefile @@ -3,6 +3,7 @@ PORTNAME= notmuch PORTVERSION= 0.28 +PORTREVISION= 1 CATEGORIES?= mail MASTER_SITES= https://notmuchmail.org/releases/ diff --git a/mail/opensmtpd-extras-table-postgresql/Makefile b/mail/opensmtpd-extras-table-postgresql/Makefile index d034a1ae0535..b6f9ce9b2d21 100644 --- a/mail/opensmtpd-extras-table-postgresql/Makefile +++ b/mail/opensmtpd-extras-table-postgresql/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMESUFFIX= -table-postgresql -PORTREVISION= 2 +PORTREVISION= 3 COMMENT= PostgreSQL table support for OpenSMTPD diff --git a/mail/opensmtpd-extras/Makefile b/mail/opensmtpd-extras/Makefile index 9385d0bbac76..48e77882b164 100644 --- a/mail/opensmtpd-extras/Makefile +++ b/mail/opensmtpd-extras/Makefile @@ -3,7 +3,7 @@ PORTNAME= opensmtpd-extras PORTVERSION= 201606230001 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES+= mail MASTER_SITES= http://www.opensmtpd.org/archives/ diff --git a/mail/postfixadmin/Makefile b/mail/postfixadmin/Makefile index 5a308ccd3135..63aa297ec1ff 100644 --- a/mail/postfixadmin/Makefile +++ b/mail/postfixadmin/Makefile @@ -3,7 +3,7 @@ PORTNAME= postfixadmin PORTVERSION= 3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/mail/rspamd-devel/Makefile b/mail/rspamd-devel/Makefile index ed8d81b05e44..b9d043768418 100644 --- a/mail/rspamd-devel/Makefile +++ b/mail/rspamd-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= rspamd PORTVERSION= 1.8.0.a1.20180920 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail PKGNAMESUFFIX= -devel diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index 1fb24005ba46..252516b7d622 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -2,6 +2,7 @@ PORTNAME= rspamd PORTVERSION= 1.8.3 +PORTREVISION= 1 CATEGORIES= mail MAINTAINER= vsevolod@FreeBSD.org diff --git a/mail/spamdyke/Makefile b/mail/spamdyke/Makefile index 77a7baf8820d..92173a9dcfa1 100644 --- a/mail/spamdyke/Makefile +++ b/mail/spamdyke/Makefile @@ -3,7 +3,7 @@ PORTNAME= spamdyke PORTVERSION= 5.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail MASTER_SITES= http://www.spamdyke.org/releases/ diff --git a/mail/sqlgrey/Makefile b/mail/sqlgrey/Makefile index fd90915d964b..de4d93d90055 100644 --- a/mail/sqlgrey/Makefile +++ b/mail/sqlgrey/Makefile @@ -3,7 +3,7 @@ PORTNAME= sqlgrey PORTVERSION= 1.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-1.8%20%28stable%29 diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index b256d9df3683..6fa4612dcb4b 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -3,7 +3,7 @@ PORTNAME= sqwebmail PORTVERSION= 6.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail www MASTER_SITES= SF/courier/webmail/${PORTVERSION} diff --git a/mail/trojita/Makefile b/mail/trojita/Makefile index ddf72cc8a459..22762f2f38f0 100644 --- a/mail/trojita/Makefile +++ b/mail/trojita/Makefile @@ -3,7 +3,7 @@ PORTNAME= trojita PORTVERSION= 0.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/src/ |