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 /net/gnome-nettool/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 'net/gnome-nettool/Makefile')
-rw-r--r-- | net/gnome-nettool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile index 6e4d33becc1c..9c32c7849905 100644 --- a/net/gnome-nettool/Makefile +++ b/net/gnome-nettool/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-nettool PORTVERSION= 3.8.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net gnome MASTER_SITES= GNOME |