Index: head/deskutils/xfce4-notifyd/Makefile =================================================================== --- head/deskutils/xfce4-notifyd/Makefile (revision 421484) +++ head/deskutils/xfce4-notifyd/Makefile (revision 421485) @@ -1,36 +1,35 @@ # Created by: Emanuel Haupt # $FreeBSD$ # # !!!NOTE!!! Update of x11-toolkits/gtk30 (specially >= 3.20.x) must be # accompanied by PORTREVISION bumps of this port. # Support of GTK+ is checked at compile time and themes directories too. PORTNAME= xfce4-notifyd -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.3.1 CATEGORIES= deskutils xfce -MASTER_SITES= http://errements.eu/distfiles/ +MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= ehaupt@FreeBSD.org COMMENT= Visually-appealing notification daemon for Xfce LICENSE= GPLv3 LIB_DEPENDS= libdbus-1.so:devel/dbus \ libnotify.so:devel/libnotify \ libdbus-glib-1.so:devel/dbus-glib USES= gmake gettext-tools libtool pkgconfig tar:bzip2 xfce:gtk3 GNU_CONFIGURE= yes USE_GNOME= gtk30 glib20 cairo intltool USE_XFCE= libmenu INSTALLS_ICONS= yes USE_XORG= ice sm x11 OPTIONS_DEFINE= NLS NLS_USES= gettext-runtime NLS_EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure OPTIONS_SUB= yes .include Index: head/deskutils/xfce4-notifyd/distinfo =================================================================== --- head/deskutils/xfce4-notifyd/distinfo (revision 421484) +++ head/deskutils/xfce4-notifyd/distinfo (revision 421485) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469828988 -SHA256 (xfce4/xfce4-notifyd-0.3.0.tar.bz2) = 7ea9b67cd3fa8426d67d39ee78a6ecd4f70353c73ba140a98b84a5d8a16c313f -SIZE (xfce4/xfce4-notifyd-0.3.0.tar.bz2) = 419435 +TIMESTAMP = 1473189353 +SHA256 (xfce4/xfce4-notifyd-0.3.1.tar.bz2) = ef02b7e0101034df19ca5dddae387a2625e46380f0d2af3b4f4713c219d1f863 +SIZE (xfce4/xfce4-notifyd-0.3.1.tar.bz2) = 429056 Index: head/deskutils/xfce4-notifyd/files/patch-xfce4-notifyd_xfce-notify-daemon.c =================================================================== --- head/deskutils/xfce4-notifyd/files/patch-xfce4-notifyd_xfce-notify-daemon.c (nonexistent) +++ head/deskutils/xfce4-notifyd/files/patch-xfce4-notifyd_xfce-notify-daemon.c (revision 421485) @@ -0,0 +1,10 @@ +--- xfce4-notifyd/xfce-notify-daemon.c.orig 2016-09-06 13:19:50 UTC ++++ xfce4-notifyd/xfce-notify-daemon.c +@@ -706,6 +706,7 @@ xfce_notify_daemon_window_size_allocate( + widget_screen = gtk_widget_get_screen (widget); + display = gdk_screen_get_display (widget_screen); + device_manager = gdk_display_get_device_manager (display); ++ pointer = gdk_device_manager_get_client_pointer (device_manager); + #endif + + gdk_device_get_position (pointer, &p_screen, &x, &y); Property changes on: head/deskutils/xfce4-notifyd/files/patch-xfce4-notifyd_xfce-notify-daemon.c ___________________________________________________________________ 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