Date: Sun, 30 Sep 2018 20:27:44 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480982 - in head: deskutils/mate-utils deskutils/mdh deskutils/nautilus-actions net/gnome-nettool sysutils/bamf sysutils/cinnamon-control-center sysutils/libgksu sysutils/mate-system-m... Message-ID: <201809302027.w8UKRiWq069439@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Sun Sep 30 20:27:44 2018 New Revision: 480982 URL: https://svnweb.freebsd.org/changeset/ports/480982 Log: 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] Modified: head/deskutils/mate-utils/Makefile head/deskutils/mdh/Makefile head/deskutils/nautilus-actions/Makefile head/net/gnome-nettool/Makefile head/sysutils/bamf/Makefile head/sysutils/cinnamon-control-center/Makefile head/sysutils/libgksu/Makefile head/sysutils/mate-system-monitor/Makefile head/sysutils/wmfire/Makefile head/x11-wm/compiz/Makefile head/x11-wm/marco/Makefile head/x11/mate-applets/Makefile Modified: head/deskutils/mate-utils/Makefile ============================================================================== --- head/deskutils/mate-utils/Makefile Sun Sep 30 19:42:31 2018 (r480981) +++ head/deskutils/mate-utils/Makefile Sun Sep 30 20:27:44 2018 (r480982) @@ -3,6 +3,7 @@ PORTNAME= mate-utils PORTVERSION= 1.20.0 +PORTREVISION= 1 CATEGORIES= deskutils mate MASTER_SITES= MATE DIST_SUBDIR= mate Modified: head/deskutils/mdh/Makefile ============================================================================== --- head/deskutils/mdh/Makefile Sun Sep 30 19:42:31 2018 (r480981) +++ head/deskutils/mdh/Makefile Sun Sep 30 20:27:44 2018 (r480982) @@ -3,7 +3,7 @@ PORTNAME= mdh PORTVERSION= 1.9.60 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils gnome MASTER_SITES= http://www.gozer.org/programs/gtk/files/ Modified: head/deskutils/nautilus-actions/Makefile ============================================================================== --- head/deskutils/nautilus-actions/Makefile Sun Sep 30 19:42:31 2018 (r480981) +++ head/deskutils/nautilus-actions/Makefile Sun Sep 30 20:27:44 2018 (r480982) @@ -3,6 +3,7 @@ PORTNAME= nautilus-actions PORTVERSION= 3.2.4 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= GNOME Modified: head/net/gnome-nettool/Makefile ============================================================================== --- head/net/gnome-nettool/Makefile Sun Sep 30 19:42:31 2018 (r480981) +++ head/net/gnome-nettool/Makefile Sun Sep 30 20:27:44 2018 (r480982) @@ -3,6 +3,7 @@ PORTNAME= gnome-nettool PORTVERSION= 3.8.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net gnome MASTER_SITES= GNOME Modified: head/sysutils/bamf/Makefile ============================================================================== --- head/sysutils/bamf/Makefile Sun Sep 30 19:42:31 2018 (r480981) +++ head/sysutils/bamf/Makefile Sun Sep 30 20:27:44 2018 (r480982) @@ -3,7 +3,7 @@ PORTNAME= bamf PORTVERSION= 0.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://launchpadlibrarian.net/280921055/ \ https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ Modified: head/sysutils/cinnamon-control-center/Makefile ============================================================================== --- head/sysutils/cinnamon-control-center/Makefile Sun Sep 30 19:42:31 2018 (r480981) +++ head/sysutils/cinnamon-control-center/Makefile Sun Sep 30 20:27:44 2018 (r480982) @@ -3,7 +3,7 @@ PORTNAME= cinnamon-control-center PORTVERSION= 2.4.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils gnome MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/9363a4a1e121344ae98f22b55fb28623cf0f6038/panels/datetime/data/:tzpng DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Modified: head/sysutils/libgksu/Makefile ============================================================================== --- head/sysutils/libgksu/Makefile Sun Sep 30 19:42:31 2018 (r480981) +++ head/sysutils/libgksu/Makefile Sun Sep 30 20:27:44 2018 (r480982) @@ -3,7 +3,7 @@ PORTNAME= libgksu PORTVERSION= 2.0.12 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://people.debian.org/~kov/gksu/ Modified: head/sysutils/mate-system-monitor/Makefile ============================================================================== --- head/sysutils/mate-system-monitor/Makefile Sun Sep 30 19:42:31 2018 (r480981) +++ head/sysutils/mate-system-monitor/Makefile Sun Sep 30 20:27:44 2018 (r480982) @@ -3,7 +3,7 @@ PORTNAME= mate-system-monitor PORTVERSION= 1.20.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate Modified: head/sysutils/wmfire/Makefile ============================================================================== --- head/sysutils/wmfire/Makefile Sun Sep 30 19:42:31 2018 (r480981) +++ head/sysutils/wmfire/Makefile Sun Sep 30 20:27:44 2018 (r480982) @@ -3,7 +3,7 @@ PORTNAME= wmfire PORTVERSION= 1.2.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://www.swanson.ukfsn.org/wmfire/ Modified: head/x11-wm/compiz/Makefile ============================================================================== --- head/x11-wm/compiz/Makefile Sun Sep 30 19:42:31 2018 (r480981) +++ head/x11-wm/compiz/Makefile Sun Sep 30 20:27:44 2018 (r480982) @@ -2,7 +2,7 @@ PORTNAME= compiz PORTVERSION= 0.8.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ Modified: head/x11-wm/marco/Makefile ============================================================================== --- head/x11-wm/marco/Makefile Sun Sep 30 19:42:31 2018 (r480981) +++ head/x11-wm/marco/Makefile Sun Sep 30 20:27:44 2018 (r480982) @@ -3,6 +3,7 @@ PORTNAME= marco PORTVERSION= 1.20.1 +PORTREVISION= 1 CATEGORIES= x11-wm mate MASTER_SITES= MATE DIST_SUBDIR= mate Modified: head/x11/mate-applets/Makefile ============================================================================== --- head/x11/mate-applets/Makefile Sun Sep 30 19:42:31 2018 (r480981) +++ head/x11/mate-applets/Makefile Sun Sep 30 20:27:44 2018 (r480982) @@ -2,6 +2,7 @@ PORTNAME= mate-applets PORTVERSION= 1.20.2 +PORTREVISION= 1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809302027.w8UKRiWq069439>