svn commit: r552054 - head/x11/gnome-shell

Matthias Andree mandree at FreeBSD.org
Sun Oct 11 11:46:18 UTC 2020


Author: mandree
Date: Sun Oct 11 11:46:17 2020
New Revision: 552054
URL: https://svnweb.freebsd.org/changeset/ports/552054

Log:
  x11/gnome-shell: complete pkg-plist to fix build issues
  
  Approved by: portmgr@ (blanket trivial and tested build-time fix)
  PR:          250269

Modified:
  head/x11/gnome-shell/Makefile
  head/x11/gnome-shell/pkg-plist

Modified: head/x11/gnome-shell/Makefile
==============================================================================
--- head/x11/gnome-shell/Makefile	Sun Oct 11 11:45:46 2020	(r552053)
+++ head/x11/gnome-shell/Makefile	Sun Oct 11 11:46:17 2020	(r552054)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnome-shell
 PORTVERSION=	3.36.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11 gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome

Modified: head/x11/gnome-shell/pkg-plist
==============================================================================
--- head/x11/gnome-shell/pkg-plist	Sun Oct 11 11:45:46 2020	(r552053)
+++ head/x11/gnome-shell/pkg-plist	Sun Oct 11 11:46:17 2020	(r552054)
@@ -25,6 +25,7 @@ share/applications/evolution-calendar.desktop
 share/applications/org.gnome.Extensions.desktop
 share/applications/org.gnome.Shell.Extensions.desktop
 share/applications/org.gnome.Shell.desktop
+share/bash-completion/completions/gnome-extensions
 share/dbus-1/interfaces/org.gnome.Shell.Extensions.xml
 share/dbus-1/interfaces/org.gnome.Shell.Introspect.xml
 share/dbus-1/interfaces/org.gnome.Shell.PadOsd.xml


More information about the svn-ports-all mailing list