Index: head/x11/xfce4-whiskermenu-plugin/Makefile =================================================================== --- head/x11/xfce4-whiskermenu-plugin/Makefile (revision 397521) +++ head/x11/xfce4-whiskermenu-plugin/Makefile (revision 397522) @@ -1,27 +1,26 @@ # Created by: Olivier Duchateau # $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 MAINTAINER= xfce@FreeBSD.org COMMENT= Alternate menu for the Xfce Desktop LICENSE= GPLv2 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 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include Index: head/x11/xfce4-whiskermenu-plugin/distinfo =================================================================== --- head/x11/xfce4-whiskermenu-plugin/distinfo (revision 397521) +++ head/x11/xfce4-whiskermenu-plugin/distinfo (revision 397522) @@ -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 Index: head/x11/xfce4-whiskermenu-plugin/files/patch-panel-plugin_settings.cpp =================================================================== --- head/x11/xfce4-whiskermenu-plugin/files/patch-panel-plugin_settings.cpp (nonexistent) +++ head/x11/xfce4-whiskermenu-plugin/files/patch-panel-plugin_settings.cpp (revision 397522) @@ -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; + } + Property changes on: head/x11/xfce4-whiskermenu-plugin/files/patch-panel-plugin_settings.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property