aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2019-07-26 20:46:53 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2019-07-26 20:46:53 +0000
commitea8c8ec7da96df12146a2cc428077258141791cf (patch)
tree4948f43cc5526726a30e3663b43b32a1dd49399a /x11-wm
parent9d240807dd6ea2b16bf2e56c8bda56c8e619f6b2 (diff)
downloadports-ea8c8ec7da96df12146a2cc428077258141791cf.tar.gz
ports-ea8c8ec7da96df12146a2cc428077258141791cf.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
Notes
Notes: svn path=/head/; revision=507372
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/awesome/Makefile1
-rw-r--r--x11-wm/cage/Makefile1
-rw-r--r--x11-wm/gcompmgr/Makefile2
-rw-r--r--x11-wm/herbstluftwm/Makefile2
-rw-r--r--x11-wm/hikari/Makefile1
-rw-r--r--x11-wm/i3-gaps/Makefile1
-rw-r--r--x11-wm/i3/Makefile1
-rw-r--r--x11-wm/lxqt-panel/Makefile2
-rw-r--r--x11-wm/lxqt-session/Makefile1
-rw-r--r--x11-wm/metacity/Makefile2
-rw-r--r--x11-wm/mutter/Makefile2
-rw-r--r--x11-wm/obconf-qt/Makefile1
-rw-r--r--x11-wm/plasma5-kdecoration/Makefile1
-rw-r--r--x11-wm/plasma5-kwin/Makefile1
-rw-r--r--x11-wm/sway/Makefile1
15 files changed, 15 insertions, 5 deletions
diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile
index df5f7cc38105..86b8cb6291fa 100644
--- a/x11-wm/awesome/Makefile
+++ b/x11-wm/awesome/Makefile
@@ -3,6 +3,7 @@
PORTNAME= awesome
PORTVERSION= 4.3
+PORTREVISION= 1
DISTVERSIONPREFIX= v
PORTEPOCH= 1
CATEGORIES= x11-wm
diff --git a/x11-wm/cage/Makefile b/x11-wm/cage/Makefile
index e722ca6c82a0..0928dceb9aec 100644
--- a/x11-wm/cage/Makefile
+++ b/x11-wm/cage/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cage
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.1
+PORTREVISION= 1
CATEGORIES= x11-wm
MAINTAINER= jbeich@FreeBSD.org
diff --git a/x11-wm/gcompmgr/Makefile b/x11-wm/gcompmgr/Makefile
index ab1601f06159..dd911bd442f7 100644
--- a/x11-wm/gcompmgr/Makefile
+++ b/x11-wm/gcompmgr/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gcompmgr
PORTVERSION= 0.21
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= x11-wm
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
diff --git a/x11-wm/herbstluftwm/Makefile b/x11-wm/herbstluftwm/Makefile
index 0c1e45cb69d7..c3e81475aeaf 100644
--- a/x11-wm/herbstluftwm/Makefile
+++ b/x11-wm/herbstluftwm/Makefile
@@ -2,7 +2,7 @@
PORTNAME= herbstluftwm
PORTVERSION= 0.7.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= http://herbstluftwm.org/tarballs/
diff --git a/x11-wm/hikari/Makefile b/x11-wm/hikari/Makefile
index b453a8bd1a34..c4165fea8cd8 100644
--- a/x11-wm/hikari/Makefile
+++ b/x11-wm/hikari/Makefile
@@ -2,6 +2,7 @@
PORTNAME= hikari
DISTVERSION= 0.1.3
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= https://acmelabs.space/~raichoo/
diff --git a/x11-wm/i3-gaps/Makefile b/x11-wm/i3-gaps/Makefile
index 7ed2888dc265..cc6c814e89df 100644
--- a/x11-wm/i3-gaps/Makefile
+++ b/x11-wm/i3-gaps/Makefile
@@ -2,6 +2,7 @@
PORTNAME= i3
DISTVERSION= 4.16.1
+PORTREVISION= 1
CATEGORIES= x11-wm
PKGNAMESUFFIX= -gaps
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile
index f064301dfb7f..d32d42a9823e 100644
--- a/x11-wm/i3/Makefile
+++ b/x11-wm/i3/Makefile
@@ -3,6 +3,7 @@
PORTNAME= i3
DISTVERSION= 4.16.1
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://i3wm.org/downloads/
diff --git a/x11-wm/lxqt-panel/Makefile b/x11-wm/lxqt-panel/Makefile
index b5d00cfe2a9b..c9dd41fd829f 100644
--- a/x11-wm/lxqt-panel/Makefile
+++ b/x11-wm/lxqt-panel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lxqt-panel
PORTVERSION= 0.14.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= LXQT
diff --git a/x11-wm/lxqt-session/Makefile b/x11-wm/lxqt-session/Makefile
index 7807a8ac3ec3..a77b71ecaa13 100644
--- a/x11-wm/lxqt-session/Makefile
+++ b/x11-wm/lxqt-session/Makefile
@@ -3,6 +3,7 @@
PORTNAME= lxqt-session
PORTVERSION= 0.14.0
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= LXQT
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile
index ab837209493f..80cf618ff07d 100644
--- a/x11-wm/metacity/Makefile
+++ b/x11-wm/metacity/Makefile
@@ -3,7 +3,7 @@
PORTNAME= metacity
PORTVERSION= 3.18.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile
index 44b4371502df..a7071fff7f4e 100644
--- a/x11-wm/mutter/Makefile
+++ b/x11-wm/mutter/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mutter
PORTVERSION= 3.28.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/x11-wm/obconf-qt/Makefile b/x11-wm/obconf-qt/Makefile
index 379aadb71ae0..0909344ed95f 100644
--- a/x11-wm/obconf-qt/Makefile
+++ b/x11-wm/obconf-qt/Makefile
@@ -3,6 +3,7 @@
PORTNAME= obconf-qt
PORTVERSION= 0.14.0
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= LXQT/${PORTNAME}
diff --git a/x11-wm/plasma5-kdecoration/Makefile b/x11-wm/plasma5-kdecoration/Makefile
index a9dbb267595e..9b764e1540fc 100644
--- a/x11-wm/plasma5-kdecoration/Makefile
+++ b/x11-wm/plasma5-kdecoration/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kdecoration
DISTVERSION= ${KDE_PLASMA_VERSION}
+PORTREVISION= 1
CATEGORIES= x11-wm kde kde-plasma
MAINTAINER= kde@FreeBSD.org
diff --git a/x11-wm/plasma5-kwin/Makefile b/x11-wm/plasma5-kwin/Makefile
index 5b0a638fb54f..d2b5bf50b749 100644
--- a/x11-wm/plasma5-kwin/Makefile
+++ b/x11-wm/plasma5-kwin/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kwin
DISTVERSION= ${KDE_PLASMA_VERSION}
+PORTREVISION= 1
CATEGORIES= x11-wm kde kde-plasma
MAINTAINER= kde@FreeBSD.org
diff --git a/x11-wm/sway/Makefile b/x11-wm/sway/Makefile
index 223dbe6633da..0c4b57216bbf 100644
--- a/x11-wm/sway/Makefile
+++ b/x11-wm/sway/Makefile
@@ -2,6 +2,7 @@
PORTNAME= sway
DISTVERSION= 1.1.1
+PORTREVISION= 1
CATEGORIES= x11-wm
MAINTAINER= jbeich@FreeBSD.org