diff options
author | gerald <gerald@FreeBSD.org> | 2019-07-27 04:46:53 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2019-07-27 04:46:53 +0800 |
commit | 4a344e94972b109670f45f04efe4002b50981676 (patch) | |
tree | 4948f43cc5526726a30e3663b43b32a1dd49399a /news | |
parent | 90f0afe18e4cc1cbc3e1303ad73b0733d12a92ed (diff) | |
download | freebsd-ports-gnome-4a344e94972b109670f45f04efe4002b50981676.tar.gz freebsd-ports-gnome-4a344e94972b109670f45f04efe4002b50981676.tar.zst freebsd-ports-gnome-4a344e94972b109670f45f04efe4002b50981676.zip |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Diffstat (limited to 'news')
-rw-r--r-- | news/nget/Makefile | 2 | ||||
-rw-r--r-- | news/nntpcache/Makefile | 2 | ||||
-rw-r--r-- | news/nzbget/Makefile | 2 | ||||
-rw-r--r-- | news/pan/Makefile | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/news/nget/Makefile b/news/nget/Makefile index fca67b31c12c..aba06baa64a1 100644 --- a/news/nget/Makefile +++ b/news/nget/Makefile @@ -4,7 +4,7 @@ PORTNAME= nget PORTVERSION= 0.27.1 DISTVERSIONSUFFIX= +uulib -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= news MASTER_SITES= SF diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 0ab0a916a4cc..cc1031c66e67 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -3,7 +3,7 @@ PORTNAME= nntpcache PORTVERSION= 3.0.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= news MASTER_SITES= http://www.xs4all.nl/~suelette/ diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index b0395d8d64a3..3058781bcfa3 100644 --- a/news/nzbget/Makefile +++ b/news/nzbget/Makefile @@ -4,7 +4,7 @@ PORTNAME= nzbget PORTVERSION= 21.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news MAINTAINER= ports@FreeBSD.org diff --git a/news/pan/Makefile b/news/pan/Makefile index 9386679c6f51..b2351ef6f8ff 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -3,6 +3,7 @@ PORTNAME= pan PORTVERSION= 0.145 +PORTREVISION= 1 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/source/ DIST_SUBDIR= gnome2 |