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 /deskutils/nautilus-actions/Makefile | |
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 'deskutils/nautilus-actions/Makefile')
-rw-r--r-- | deskutils/nautilus-actions/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/nautilus-actions/Makefile b/deskutils/nautilus-actions/Makefile index 54423dae9930..75c38365a53e 100644 --- a/deskutils/nautilus-actions/Makefile +++ b/deskutils/nautilus-actions/Makefile @@ -3,6 +3,7 @@ PORTNAME= nautilus-actions PORTVERSION= 3.2.4 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= GNOME |