Index: head/x11-wm/plank/Makefile =================================================================== --- head/x11-wm/plank/Makefile (revision 399097) +++ head/x11-wm/plank/Makefile (revision 399098) @@ -1,46 +1,46 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= plank -PORTVERSION= 0.10.0 +PORTVERSION= 0.10.1 CATEGORIES= x11-wm -MASTER_SITES= https://launchpadlibrarian.net/216557335/ \ +MASTER_SITES= https://launchpadlibrarian.net/220768016/ \ https://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/ MAINTAINER= olivierd@FreeBSD.org COMMENT= Elegant, simple, and clean dock LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala LIB_DEPENDS= libbamf3.so:${PORTSDIR}/sysutils/bamf \ libgee-0.8.so:${PORTSDIR}/devel/libgee USES= gmake libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib CFLAGS+= -Wno-return-type USE_GNOME= glib20 gtk30 gdkpixbuf2 intlhack libxml2 libwnck3 USE_XORG= x11 xfixes xi INSTALLS_ICONS= yes INSTALL_TARGET= install-strip OPTIONS_SUB= yes OPTIONS_DEFINE= NLS DBUSMENU DBUSMENU_DESC= DBusMenu protocol CONFIGURE_ARGS= --enable-gee-0.8 \ --disable-benchmark \ --disable-headless-tests \ --disable-apport NLS_USES= gettext NLS_USES_OFF= gettext-tools NLS_CONFIGURE_ENABLE= nls DBUSMENU_LIB_DEPENDS= libdbusmenu-gtk3.so:${PORTSDIR}/devel/libdbusmenu DBUSMENU_CONFIGURE_ENABLE= dbusmenu .include Index: head/x11-wm/plank/distinfo =================================================================== --- head/x11-wm/plank/distinfo (revision 399097) +++ head/x11-wm/plank/distinfo (revision 399098) @@ -1,2 +1,2 @@ -SHA256 (plank-0.10.0.tar.xz) = 4023eaa59cca3ee35032c23c2b011e1cabac812b8828af9ca55e6aaa084ad203 -SIZE (plank-0.10.0.tar.xz) = 950952 +SHA256 (plank-0.10.1.tar.xz) = 04cf4205fb7fce035bf537395fbfc3cf79aea9692fb4186345fe6a06ce2ebf36 +SIZE (plank-0.10.1.tar.xz) = 951840 Index: head/x11-wm/plank/files/patch-lib_Items_PlankDockItem.vala =================================================================== --- head/x11-wm/plank/files/patch-lib_Items_PlankDockItem.vala (nonexistent) +++ head/x11-wm/plank/files/patch-lib_Items_PlankDockItem.vala (revision 399098) @@ -0,0 +1,16 @@ +--- lib/Items/PlankDockItem.vala.orig 2015-10-07 12:34:54 UTC ++++ lib/Items/PlankDockItem.vala +@@ -74,11 +74,11 @@ namespace Plank.Items + { + var items = new Gee.ArrayList (); + +- var item = create_menu_item (_("Get _Help Online..."), "help"); ++ var item = create_menu_item (_("Get _Help Online..."), "help-browser"); + item.activate.connect (() => Application.get_default ().activate_action ("help", null)); + items.add (item); + +- item = create_menu_item (_("_Translate This Application..."), "locale"); ++ item = create_menu_item (_("_Translate This Application..."), "preferences-desktop-locale"); + item.activate.connect (() => Application.get_default ().activate_action ("translate", null)); + items.add (item); + Property changes on: head/x11-wm/plank/files/patch-lib_Items_PlankDockItem.vala ___________________________________________________________________ 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