diff options
author | woodsb02 <woodsb02@FreeBSD.org> | 2017-12-29 15:42:23 +0800 |
---|---|---|
committer | woodsb02 <woodsb02@FreeBSD.org> | 2017-12-29 15:42:23 +0800 |
commit | 51b8bcb31abde02b34c4ef1b9cba0ed4fb5f9252 (patch) | |
tree | aed3acc73e98cff8b976649fa1c73ed4ebcd0977 /x11/xfce4-whiskermenu-plugin | |
parent | 921eb9ae722c6a5c68163c1f09113f2862afd4cb (diff) | |
download | freebsd-ports-graphics-51b8bcb31abde02b34c4ef1b9cba0ed4fb5f9252.tar.gz freebsd-ports-graphics-51b8bcb31abde02b34c4ef1b9cba0ed4fb5f9252.tar.zst freebsd-ports-graphics-51b8bcb31abde02b34c4ef1b9cba0ed4fb5f9252.zip |
x11/xfce4-whiskermenu-plugin: Update to 1.7.5
Changes this release:
https://mail.xfce.org/pipermail/xfce-announce/2017-December/000571.html
Diffstat (limited to 'x11/xfce4-whiskermenu-plugin')
-rw-r--r-- | x11/xfce4-whiskermenu-plugin/Makefile | 2 | ||||
-rw-r--r-- | x11/xfce4-whiskermenu-plugin/distinfo | 6 | ||||
-rw-r--r-- | x11/xfce4-whiskermenu-plugin/files/patch-panel-plugin_launcher.h | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/x11/xfce4-whiskermenu-plugin/Makefile b/x11/xfce4-whiskermenu-plugin/Makefile index 477b914f811..6cf80141eac 100644 --- a/x11/xfce4-whiskermenu-plugin/Makefile +++ b/x11/xfce4-whiskermenu-plugin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-whiskermenu-plugin -PORTVERSION= 1.7.4 +PORTVERSION= 1.7.5 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 diff --git a/x11/xfce4-whiskermenu-plugin/distinfo b/x11/xfce4-whiskermenu-plugin/distinfo index 43dc4e8fd9a..f05181fa2b4 100644 --- a/x11/xfce4-whiskermenu-plugin/distinfo +++ b/x11/xfce4-whiskermenu-plugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1510599884 -SHA256 (xfce4/xfce4-whiskermenu-plugin-1.7.4.tar.bz2) = 248e02c5a2854a1631e57ccb70541b9c6303b1460e4cd5b401226e817661c749 -SIZE (xfce4/xfce4-whiskermenu-plugin-1.7.4.tar.bz2) = 163655 +TIMESTAMP = 1514532780 +SHA256 (xfce4/xfce4-whiskermenu-plugin-1.7.5.tar.bz2) = 9b60dd29be7ce315a6a8506337bbcbfe39a401ac2beddf2a611e865cc5733de6 +SIZE (xfce4/xfce4-whiskermenu-plugin-1.7.5.tar.bz2) = 164129 diff --git a/x11/xfce4-whiskermenu-plugin/files/patch-panel-plugin_launcher.h b/x11/xfce4-whiskermenu-plugin/files/patch-panel-plugin_launcher.h deleted file mode 100644 index 70e671fa0d3..00000000000 --- a/x11/xfce4-whiskermenu-plugin/files/patch-panel-plugin_launcher.h +++ /dev/null @@ -1,11 +0,0 @@ ---- panel-plugin/launcher.h.orig 2017-09-15 12:19:56 UTC -+++ panel-plugin/launcher.h -@@ -28,7 +28,7 @@ - namespace WhiskerMenu - { - --struct DesktopAction -+class DesktopAction - { - #ifdef GARCON_TYPE_MENU_ITEM_ACTION - |