Date: Tue, 2 Oct 2018 08:44:34 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481105 - head/x11/xfce4-whiskermenu-plugin Message-ID: <201810020844.w928iYkc006551@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Tue Oct 2 08:44:33 2018 New Revision: 481105 URL: https://svnweb.freebsd.org/changeset/ports/481105 Log: - Update xfce4-whiskermenu-plugin to 2.3.0 - Pet portlint warnings Modified: head/x11/xfce4-whiskermenu-plugin/Makefile head/x11/xfce4-whiskermenu-plugin/distinfo head/x11/xfce4-whiskermenu-plugin/pkg-plist Modified: head/x11/xfce4-whiskermenu-plugin/Makefile ============================================================================== --- head/x11/xfce4-whiskermenu-plugin/Makefile Tue Oct 2 08:42:56 2018 (r481104) +++ head/x11/xfce4-whiskermenu-plugin/Makefile Tue Oct 2 08:44:33 2018 (r481105) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-whiskermenu-plugin -PORTVERSION= 2.2.1 +PORTVERSION= 2.3.0 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -13,15 +13,17 @@ COMMENT= Alternate menu for the Xfce Desktop LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= cmake:outsource compiler:c++14-lang gettext-tools localbase pkgconfig \ + tar:bzip2 xfce:gtk3 +USE_GNOME= gtk30 cairo +USE_XFCE= panel + +INSTALLS_ICONS= yes + OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext-runtime - -USES= cmake:outsource gettext-tools localbase pkgconfig tar:bzip2 xfce:gtk3 -USE_GNOME= gtk30 cairo -USE_XFCE= panel -INSTALLS_ICONS= yes post-patch-NLS-off: @${REINPLACE_CMD} '/add_subdirectory(po)/d' ${WRKSRC}/CMakeLists.txt Modified: head/x11/xfce4-whiskermenu-plugin/distinfo ============================================================================== --- head/x11/xfce4-whiskermenu-plugin/distinfo Tue Oct 2 08:42:56 2018 (r481104) +++ head/x11/xfce4-whiskermenu-plugin/distinfo Tue Oct 2 08:44:33 2018 (r481105) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531505600 -SHA256 (xfce4/xfce4-whiskermenu-plugin-2.2.1.tar.bz2) = b5f8efcc94cb26e4394ae599ac5955d745f3c11c39605036709ede5454f302b9 -SIZE (xfce4/xfce4-whiskermenu-plugin-2.2.1.tar.bz2) = 145751 +TIMESTAMP = 1538415431 +SHA256 (xfce4/xfce4-whiskermenu-plugin-2.3.0.tar.bz2) = 7e569bb0dff7e3db3d964e23323f54c6de7249741c6a0e33a0fa501d83040b16 +SIZE (xfce4/xfce4-whiskermenu-plugin-2.3.0.tar.bz2) = 156013 Modified: head/x11/xfce4-whiskermenu-plugin/pkg-plist ============================================================================== --- head/x11/xfce4-whiskermenu-plugin/pkg-plist Tue Oct 2 08:42:56 2018 (r481104) +++ head/x11/xfce4-whiskermenu-plugin/pkg-plist Tue Oct 2 08:44:33 2018 (r481105) @@ -18,6 +18,7 @@ share/icons/hicolor/scalable/apps/xfce4-whiskermenu.sv %%NLS%%share/locale/ca/LC_MESSAGES/xfce4-whiskermenu-plugin.mo %%NLS%%share/locale/ca@valencia/LC_MESSAGES/xfce4-whiskermenu-plugin.mo %%NLS%%share/locale/cs/LC_MESSAGES/xfce4-whiskermenu-plugin.mo +%%NLS%%share/locale/cy/LC_MESSAGES/xfce4-whiskermenu-plugin.mo %%NLS%%share/locale/da/LC_MESSAGES/xfce4-whiskermenu-plugin.mo %%NLS%%share/locale/de/LC_MESSAGES/xfce4-whiskermenu-plugin.mo %%NLS%%share/locale/el/LC_MESSAGES/xfce4-whiskermenu-plugin.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810020844.w928iYkc006551>