diff options
author | gerald <gerald@FreeBSD.org> | 2017-09-11 04:55:38 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-09-11 04:55:38 +0800 |
commit | a8659f2c3a739594f865ddb2381c38d14c4d611e (patch) | |
tree | b2fdb90b31860ce377c34f790e4d2f4ed3dad14f /irc | |
parent | 7b70c817a4e56a6ba513c3a87fb89b520f7ea8e1 (diff) | |
download | freebsd-ports-gnome-a8659f2c3a739594f865ddb2381c38d14c4d611e.tar.gz freebsd-ports-gnome-a8659f2c3a739594f865ddb2381c38d14c4d611e.tar.zst freebsd-ports-gnome-a8659f2c3a739594f865ddb2381c38d14c4d611e.zip |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ezbounce/Makefile | 2 | ||||
-rw-r--r-- | irc/ircd-ratbox/Makefile | 2 | ||||
-rw-r--r-- | irc/ircservices/Makefile | 2 | ||||
-rw-r--r-- | irc/lostirc/Makefile | 2 | ||||
-rw-r--r-- | irc/quassel/Makefile | 2 | ||||
-rw-r--r-- | irc/znc/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile index ea05bd579387..5babb2e18556 100644 --- a/irc/ezbounce/Makefile +++ b/irc/ezbounce/Makefile @@ -3,7 +3,7 @@ PORTNAME= ezbounce PORTVERSION= 1.99.15 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= irc MASTER_SITES= http://BSDforge.com/projects/source/irc/ezbounce/ diff --git a/irc/ircd-ratbox/Makefile b/irc/ircd-ratbox/Makefile index 030f2554497f..23c22c371cc3 100644 --- a/irc/ircd-ratbox/Makefile +++ b/irc/ircd-ratbox/Makefile @@ -3,7 +3,7 @@ PORTNAME= ircd-ratbox PORTVERSION= 3.0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc ipv6 MASTER_SITES= http://www.ratbox.org/download/ \ http://www.ratbox.org/download/old/ diff --git a/irc/ircservices/Makefile b/irc/ircservices/Makefile index 58b983a5d3ae..8148a36e1431 100644 --- a/irc/ircservices/Makefile +++ b/irc/ircservices/Makefile @@ -3,7 +3,7 @@ PORTNAME= ircservices PORTVERSION= 5.1.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://www.ircservices.za.net/download/ \ http://banana.irc.gr/ircservices/ \ diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile index 7e7c25616d02..3f7684accf93 100644 --- a/irc/lostirc/Makefile +++ b/irc/lostirc/Makefile @@ -3,7 +3,7 @@ PORTNAME= lostirc PORTVERSION= 0.4.6 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= irc MASTER_SITES= SF diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile index 84f35c95d2b1..3dd9e643b4db 100644 --- a/irc/quassel/Makefile +++ b/irc/quassel/Makefile @@ -3,7 +3,7 @@ PORTNAME= quassel PORTVERSION= 0.12.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= irc MASTER_SITES= http://www.quassel-irc.org/pub/ diff --git a/irc/znc/Makefile b/irc/znc/Makefile index 4aae77fd440a..e3cc1b0fa754 100644 --- a/irc/znc/Makefile +++ b/irc/znc/Makefile @@ -3,7 +3,7 @@ PORTNAME= znc PORTVERSION= 1.6.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc ipv6 MASTER_SITES= http://znc.in/releases/ \ http://znc.in/releases/archive/ |