From owner-svn-ports-head@freebsd.org Fri Oct 9 21:23:10 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3007242D9C5; Fri, 9 Oct 2020 21:23:10 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C7Ldp0RF9z4vBM; Fri, 9 Oct 2020 21:23:10 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E67341FDA1; Fri, 9 Oct 2020 21:23:09 +0000 (UTC) (envelope-from ericbsd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 099LN9Pr075630; Fri, 9 Oct 2020 21:23:09 GMT (envelope-from ericbsd@FreeBSD.org) Received: (from ericbsd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 099LN96Z075629; Fri, 9 Oct 2020 21:23:09 GMT (envelope-from ericbsd@FreeBSD.org) Message-Id: <202010092123.099LN96Z075629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ericbsd set sender to ericbsd@FreeBSD.org using -f From: Eric Turgeon Date: Fri, 9 Oct 2020 21:23:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551831 - head/x11/mate-panel X-SVN-Group: ports-head X-SVN-Commit-Author: ericbsd X-SVN-Commit-Paths: head/x11/mate-panel X-SVN-Commit-Revision: 551831 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2020 21:23:10 -0000 Author: ericbsd Date: Fri Oct 9 21:23:09 2020 New Revision: 551831 URL: https://svnweb.freebsd.org/changeset/ports/551831 Log: fix missing X11 option in x11/mate-panel/pkg-plist Modified: head/x11/mate-panel/pkg-plist Modified: head/x11/mate-panel/pkg-plist ============================================================================== --- head/x11/mate-panel/pkg-plist Fri Oct 9 21:18:10 2020 (r551830) +++ head/x11/mate-panel/pkg-plist Fri Oct 9 21:23:09 2020 (r551831) @@ -12,16 +12,16 @@ lib/libmate-panel-applet-4.so.1.0.1 libdata/pkgconfig/libmatepanelapplet-4.0.pc libexec/clock-applet libexec/fish-applet -libexec/notification-area-applet -libexec/wnck-applet +%%X11%%libexec/notification-area-applet +%%X11%%libexec/wnck-applet man/man1/mate-desktop-item-edit.1.gz man/man1/mate-panel-test-applets.1.gz man/man1/mate-panel.1.gz share/applications/mate-panel.desktop share/dbus-1/services/org.mate.panel.applet.ClockAppletFactory.service share/dbus-1/services/org.mate.panel.applet.FishAppletFactory.service -share/dbus-1/services/org.mate.panel.applet.NotificationAreaAppletFactory.service -share/dbus-1/services/org.mate.panel.applet.WnckletFactory.service +%%X11%%share/dbus-1/services/org.mate.panel.applet.NotificationAreaAppletFactory.service +%%X11%%share/dbus-1/services/org.mate.panel.applet.WnckletFactory.service %%PORTDOCS%%%%DOCSDIR%%-applet/applet-popups.html %%PORTDOCS%%%%DOCSDIR%%-applet/applet-porting.html %%PORTDOCS%%%%DOCSDIR%%-applet/applet-writing.html @@ -1066,8 +1066,8 @@ share/locale/zh_TW/LC_MESSAGES/mate-panel.mo share/locale/zu/LC_MESSAGES/mate-panel.mo %%DATADIR%%/applets/org.mate.panel.ClockApplet.mate-panel-applet %%DATADIR%%/applets/org.mate.panel.FishApplet.mate-panel-applet -%%DATADIR%%/applets/org.mate.panel.NotificationAreaApplet.mate-panel-applet -%%DATADIR%%/applets/org.mate.panel.Wncklet.mate-panel-applet +%%X11%%%%DATADIR%%/applets/org.mate.panel.NotificationAreaApplet.mate-panel-applet +%%X11%%%%DATADIR%%/applets/org.mate.panel.Wncklet.mate-panel-applet %%DATADIR%%/fish/fishanim.png %%DATADIR%%/fish/footguy.png %%DATADIR%%/fish/monkey.png