diff options
author | kwm <kwm@FreeBSD.org> | 2018-10-01 04:27:44 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2018-10-01 04:27:44 +0800 |
commit | a5eafa1ab258b1362a5a88270dcc444c168b4c3d (patch) | |
tree | fb07b980b80b704bba67922a93cdc19f54fdaba4 /x11-wm | |
parent | f1b791fc0605d7fbd4519180e7a0cae4b8c2ebfe (diff) | |
download | freebsd-ports-gnome-a5eafa1ab258b1362a5a88270dcc444c168b4c3d.tar.gz freebsd-ports-gnome-a5eafa1ab258b1362a5a88270dcc444c168b4c3d.tar.zst freebsd-ports-gnome-a5eafa1ab258b1362a5a88270dcc444c168b4c3d.zip |
The updated libgtop included in the GNOME 3.28 update broke runtime for
mate ports that use libgtop [1]. Bump all users not included in the GNOME
update to fix these issues.
Reported by: Barbara Guida <barbara.freebsd@gmail.com> [1]
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/compiz/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/marco/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/compiz/Makefile b/x11-wm/compiz/Makefile index 4f0d516d74aa..90858488a43a 100644 --- a/x11-wm/compiz/Makefile +++ b/x11-wm/compiz/Makefile @@ -2,7 +2,7 @@ PORTNAME= compiz PORTVERSION= 0.8.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ diff --git a/x11-wm/marco/Makefile b/x11-wm/marco/Makefile index 988d328a48b4..f5909320dc7f 100644 --- a/x11-wm/marco/Makefile +++ b/x11-wm/marco/Makefile @@ -3,6 +3,7 @@ PORTNAME= marco PORTVERSION= 1.20.1 +PORTREVISION= 1 CATEGORIES= x11-wm mate MASTER_SITES= MATE DIST_SUBDIR= mate |