svn commit: r397522 - in head/x11/xfce4-whiskermenu-plugin: . files

Olivier Duchateau olivierd at FreeBSD.org
Mon Sep 21 21:34:30 UTC 2015


Author: olivierd
Date: Mon Sep 21 21:34:28 2015
New Revision: 397522
URL: https://svnweb.freebsd.org/changeset/ports/397522

Log:
  - Update to 1.5.1
  - Sort USES
  - Add patch, which disables Mugshot (utility to edit user profile), and
  MenuLibre (menu editor), they are not yet present in ports tree

Added:
  head/x11/xfce4-whiskermenu-plugin/files/patch-panel-plugin_settings.cpp   (contents, props changed)
Modified:
  head/x11/xfce4-whiskermenu-plugin/Makefile
  head/x11/xfce4-whiskermenu-plugin/distinfo

Modified: head/x11/xfce4-whiskermenu-plugin/Makefile
==============================================================================
--- head/x11/xfce4-whiskermenu-plugin/Makefile	Mon Sep 21 21:26:37 2015	(r397521)
+++ head/x11/xfce4-whiskermenu-plugin/Makefile	Mon Sep 21 21:34:28 2015	(r397522)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xfce4-whiskermenu-plugin
-PORTVERSION=	1.5.0
-PORTREVISION=	1
+PORTVERSION=	1.5.1
 CATEGORIES=	x11 xfce
 MASTER_SITES=	XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
 DIST_SUBDIR=	xfce4
@@ -16,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-USES=	pkgconfig cmake gettext xfce tar:bzip2
+USES=	cmake gettext pkgconfig tar:bzip2 xfce
 USE_GNOME=	gtk20
 USE_XFCE=	panel
 INSTALLS_ICONS=	yes

Modified: head/x11/xfce4-whiskermenu-plugin/distinfo
==============================================================================
--- head/x11/xfce4-whiskermenu-plugin/distinfo	Mon Sep 21 21:26:37 2015	(r397521)
+++ head/x11/xfce4-whiskermenu-plugin/distinfo	Mon Sep 21 21:34:28 2015	(r397522)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/xfce4-whiskermenu-plugin-1.5.0.tar.bz2) = da82bdbc899a9935b560323aac9037d44f37fb110509b80ec293196722671851
-SIZE (xfce4/xfce4-whiskermenu-plugin-1.5.0.tar.bz2) = 145549
+SHA256 (xfce4/xfce4-whiskermenu-plugin-1.5.1.tar.bz2) = 1c7650562322867513370ab575536b67aa3712329bb60a0c91a0a70e23a8945a
+SIZE (xfce4/xfce4-whiskermenu-plugin-1.5.1.tar.bz2) = 148050

Added: head/x11/xfce4-whiskermenu-plugin/files/patch-panel-plugin_settings.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/xfce4-whiskermenu-plugin/files/patch-panel-plugin_settings.cpp	Mon Sep 21 21:34:28 2015	(r397522)
@@ -0,0 +1,11 @@
+--- panel-plugin/settings.cpp.orig	2015-03-08 09:15:22 UTC
++++ panel-plugin/settings.cpp
+@@ -148,6 +148,8 @@ void Settings::load(char* file)
+ {
+ 	if (!file)
+ 	{
++		command[CommandProfile]->set_shown(false);
++		command[CommandMenuEditor]->set_shown(false);
+ 		return;
+ 	}
+ 


More information about the svn-ports-all mailing list