diff options
author | gerald <gerald@FreeBSD.org> | 2018-07-30 06:18:44 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-07-30 06:18:44 +0800 |
commit | 0941a202747383778df713c994bd63e831dd3095 (patch) | |
tree | 75221c7f7553f4576b2cf1137ee3db4058fd8973 /x11-fm | |
parent | ab8fd2fd1724dec181a850cb35ddfeb9deec8153 (diff) | |
download | freebsd-ports-gnome-0941a202747383778df713c994bd63e831dd3095.tar.gz freebsd-ports-gnome-0941a202747383778df713c994bd63e831dd3095.tar.zst freebsd-ports-gnome-0941a202747383778df713c994bd63e831dd3095.zip |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/dolphin/Makefile | 1 | ||||
-rw-r--r-- | x11-fm/gnome-commander2/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/nautilus/Makefile | 1 | ||||
-rw-r--r-- | x11-fm/pcmanfm-qt/Makefile | 1 | ||||
-rw-r--r-- | x11-fm/sushi/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/wcmcommander/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/worker/Makefile | 1 |
7 files changed, 7 insertions, 3 deletions
diff --git a/x11-fm/dolphin/Makefile b/x11-fm/dolphin/Makefile index 1043c81db5db..41f5ffc5095f 100644 --- a/x11-fm/dolphin/Makefile +++ b/x11-fm/dolphin/Makefile @@ -2,6 +2,7 @@ PORTNAME= dolphin DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= x11-fm kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile index 37d78d8e379d..69cdb565bc48 100644 --- a/x11-fm/gnome-commander2/Makefile +++ b/x11-fm/gnome-commander2/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnome-commander PORTVERSION= 1.8.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME/sources/gnome-commander/${PORTVERSION:R} diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index 0ce796ceb691..b72db2fd3a7a 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -3,6 +3,7 @@ PORTNAME= nautilus PORTVERSION= 3.18.5 +PORTREVISION= 1 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/x11-fm/pcmanfm-qt/Makefile b/x11-fm/pcmanfm-qt/Makefile index 6eeab23c3bb5..019fbeab4557 100644 --- a/x11-fm/pcmanfm-qt/Makefile +++ b/x11-fm/pcmanfm-qt/Makefile @@ -3,6 +3,7 @@ PORTNAME= pcmanfm-qt PORTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= LXQT diff --git a/x11-fm/sushi/Makefile b/x11-fm/sushi/Makefile index 0e7d1299f838..2807a3844021 100644 --- a/x11-fm/sushi/Makefile +++ b/x11-fm/sushi/Makefile @@ -3,7 +3,7 @@ PORTNAME= sushi PORTVERSION= 3.18.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/x11-fm/wcmcommander/Makefile b/x11-fm/wcmcommander/Makefile index 98de5fcb0ef1..c33b2cf2271f 100644 --- a/x11-fm/wcmcommander/Makefile +++ b/x11-fm/wcmcommander/Makefile @@ -4,7 +4,7 @@ PORTNAME= wcmcommander PORTVERSION= 0.20.0 DISTVERSIONPREFIX= release- -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-fm MAINTAINER= amdmi3@FreeBSD.org diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile index 2ea9614cf7e0..cbc97e3247e9 100644 --- a/x11-fm/worker/Makefile +++ b/x11-fm/worker/Makefile @@ -3,6 +3,7 @@ PORTNAME= worker PORTVERSION= 3.15.1 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/ |