diff options
author | gerald <gerald@FreeBSD.org> | 2017-04-01 23:23:30 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-04-01 23:23:30 +0800 |
commit | 8047a240e1cbbe6481930d3ec780c9c92fccd00c (patch) | |
tree | 77bf1316728e6dc2f4e5dfd92901d961b2df765d /irc | |
parent | 920b723a87c30ba9bae3e0bd19ff336e2866b06c (diff) | |
download | freebsd-ports-gnome-8047a240e1cbbe6481930d3ec780c9c92fccd00c.tar.gz freebsd-ports-gnome-8047a240e1cbbe6481930d3ec780c9c92fccd00c.tar.zst freebsd-ports-gnome-8047a240e1cbbe6481930d3ec780c9c92fccd00c.zip |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ezbounce/Makefile | 2 | ||||
-rw-r--r-- | irc/ircd-ratbox/Makefile | 1 | ||||
-rw-r--r-- | irc/ircservices/Makefile | 2 | ||||
-rw-r--r-- | irc/quassel/Makefile | 2 | ||||
-rw-r--r-- | irc/znc/Makefile | 1 |
5 files changed, 5 insertions, 3 deletions
diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile index 245c51e19b6f..a73ca4781378 100644 --- a/irc/ezbounce/Makefile +++ b/irc/ezbounce/Makefile @@ -3,7 +3,7 @@ PORTNAME= ezbounce PORTVERSION= 1.99.15 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= irc MASTER_SITES= http://BSDforge.com/projects/source/irc/ezbounce/ diff --git a/irc/ircd-ratbox/Makefile b/irc/ircd-ratbox/Makefile index 3af1e2210801..030f2554497f 100644 --- a/irc/ircd-ratbox/Makefile +++ b/irc/ircd-ratbox/Makefile @@ -3,6 +3,7 @@ PORTNAME= ircd-ratbox PORTVERSION= 3.0.10 +PORTREVISION= 1 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 cd740e4500da..58b983a5d3ae 100644 --- a/irc/ircservices/Makefile +++ b/irc/ircservices/Makefile @@ -3,7 +3,7 @@ PORTNAME= ircservices PORTVERSION= 5.1.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= http://www.ircservices.za.net/download/ \ http://banana.irc.gr/ircservices/ \ diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile index cab655adf49a..84f35c95d2b1 100644 --- a/irc/quassel/Makefile +++ b/irc/quassel/Makefile @@ -3,7 +3,7 @@ PORTNAME= quassel PORTVERSION= 0.12.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= irc MASTER_SITES= http://www.quassel-irc.org/pub/ diff --git a/irc/znc/Makefile b/irc/znc/Makefile index 3c6c3404a489..f03ab8e77bf1 100644 --- a/irc/znc/Makefile +++ b/irc/znc/Makefile @@ -3,6 +3,7 @@ PORTNAME= znc PORTVERSION= 1.6.5 +PORTREVISION= 1 CATEGORIES= irc ipv6 MASTER_SITES= http://znc.in/releases/ \ http://znc.in/releases/archive/ |