Date: Sat, 3 Nov 2018 11:05:48 +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: r483885 - head/sysutils/mate-settings-daemon Message-ID: <201811031105.wA3B5mrW093364@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Sat Nov 3 11:05:48 2018 New Revision: 483885 URL: https://svnweb.freebsd.org/changeset/ports/483885 Log: Fix orphand glib schema file. Reported by: antoine@ Modified: head/sysutils/mate-settings-daemon/Makefile Modified: head/sysutils/mate-settings-daemon/Makefile ============================================================================== --- head/sysutils/mate-settings-daemon/Makefile Sat Nov 3 10:30:49 2018 (r483884) +++ head/sysutils/mate-settings-daemon/Makefile Sat Nov 3 11:05:48 2018 (r483885) @@ -3,6 +3,7 @@ PORTNAME= mate-settings-daemon PORTVERSION= 1.20.1 +PORTREVISION= 1 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -44,6 +45,7 @@ GLIB_SCHEMAS= org.mate.SettingsDaemon.plugins.a11y-key org.mate.SettingsDaemon.plugins.background.gschema.xml \ org.mate.SettingsDaemon.plugins.clipboard.gschema.xml \ org.mate.SettingsDaemon.plugins.datetime.gschema.xml \ + org.mate.SettingsDaemon.plugins.gschema.xml \ org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml \ org.mate.SettingsDaemon.plugins.keybindings.gschema.xml \ org.mate.SettingsDaemon.plugins.keyboard.gschema.xml \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811031105.wA3B5mrW093364>