Index: head/textproc/xfce4-dict-plugin/files/patch-panel-plugin__xfce4-dict-plugin.c =================================================================== --- head/textproc/xfce4-dict-plugin/files/patch-panel-plugin__xfce4-dict-plugin.c (revision 450079) +++ head/textproc/xfce4-dict-plugin/files/patch-panel-plugin__xfce4-dict-plugin.c (nonexistent) @@ -1,16 +0,0 @@ -g_thread_init has been deprecated since version 2.32. - -https://developer.gnome.org/glib/2.34/glib-Deprecated-Thread-APIs.html#g-thread-init - ---- ./panel-plugin/xfce4-dict-plugin.c.orig 2012-05-04 22:41:55.000000000 +0000 -+++ ./panel-plugin/xfce4-dict-plugin.c 2013-05-20 20:12:34.000000000 +0000 -@@ -417,7 +417,9 @@ - - xfce_textdomain(GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR, "UTF-8"); - -+ #if !GLIB_CHECK_VERSION(2, 32, 0) - g_thread_init(NULL); -+ #endif - - dpd->dd = dict_create_dictdata(); - dpd->dd->is_plugin = TRUE; Property changes on: head/textproc/xfce4-dict-plugin/files/patch-panel-plugin__xfce4-dict-plugin.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/xfce4-dict-plugin/files/patch-src__xfce4-dict.c =================================================================== --- head/textproc/xfce4-dict-plugin/files/patch-src__xfce4-dict.c (revision 450079) +++ head/textproc/xfce4-dict-plugin/files/patch-src__xfce4-dict.c (nonexistent) @@ -1,16 +0,0 @@ -g_thread_init has been deprecated since version 2.32. - -https://developer.gnome.org/glib/2.34/glib-Deprecated-Thread-APIs.html#g-thread-init - ---- ./src/xfce4-dict.c.orig 2012-05-04 23:07:31.000000000 +0000 -+++ ./src/xfce4-dict.c 2013-05-20 20:14:48.000000000 +0000 -@@ -175,7 +175,9 @@ - dd->is_plugin = FALSE; - dd->verbose_mode = verbose_mode; - -+ #if !GLIB_CHECK_VERSION(2, 32, 0) - g_thread_init(NULL); -+ #endif - - dict_read_rc_file(dd); - Property changes on: head/textproc/xfce4-dict-plugin/files/patch-src__xfce4-dict.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/xfce4-dict-plugin/files/patch-lib__dictd.c =================================================================== --- head/textproc/xfce4-dict-plugin/files/patch-lib__dictd.c (revision 450079) +++ head/textproc/xfce4-dict-plugin/files/patch-lib__dictd.c (nonexistent) @@ -1,19 +0,0 @@ -g_thread_create has been deprecated since version 2.32. - -https://developer.gnome.org/glib/2.34/glib-Deprecated-Thread-APIs.html#g-thread-create - ---- ./lib/dictd.c.orig 2013-05-20 12:27:17.000000000 +0000 -+++ ./lib/dictd.c 2013-05-20 21:15:01.000000000 +0000 -@@ -678,7 +678,11 @@ - dictd_init(); - - /* start the thread to query the server */ -- g_thread_create((GThreadFunc) ask_server, dd, FALSE, NULL); -+ #if GLIB_CHECK_VERSION(2, 32, 0) -+ g_thread_new("ask_server", (GThreadFunc) ask_server, dd); -+ #else -+ g_thread_create((GThreadFunc) ask_server, dd, FALSE, NULL); -+ #endif - } - } - Property changes on: head/textproc/xfce4-dict-plugin/files/patch-lib__dictd.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/xfce4-dict-plugin/Makefile =================================================================== --- head/textproc/xfce4-dict-plugin/Makefile (revision 450079) +++ head/textproc/xfce4-dict-plugin/Makefile (revision 450080) @@ -1,26 +1,26 @@ # Created by: Oliver Lehmann (oliver@FreeBSD.org) # $FreeBSD$ PORTNAME= xfce4-dict -PORTVERSION= 0.7.2 +PORTVERSION= 0.8.0 CATEGORIES= textproc xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} PKGNAMESUFFIX= -plugin DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce4 plugin to query different dictionaries LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USES= gettext pkgconfig gmake libtool xfce tar:bzip2 -USE_GNOME= glib20 gtk20 intltool intlhack +USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3 +USE_GNOME= glib20 gtk30 intltool cairo USE_XFCE= panel USE_XORG= x11 USE_LDCONFIG= yes INSTALL_TARGET= install-strip .include Index: head/textproc/xfce4-dict-plugin/distinfo =================================================================== --- head/textproc/xfce4-dict-plugin/distinfo (revision 450079) +++ head/textproc/xfce4-dict-plugin/distinfo (revision 450080) @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfce4-dict-0.7.2.tar.bz2) = e5a2b3ec2a665f53534f57cfeb8b2a4ad28d56c13cf8503b4b329377683b11c7 -SIZE (xfce4/xfce4-dict-0.7.2.tar.bz2) = 489918 +TIMESTAMP = 1498398539 +SHA256 (xfce4/xfce4-dict-0.8.0.tar.bz2) = 3a2fa72a3fe1816e16a50327fac1926bb0167a905c9b1e313a2bf5e3163ea32a +SIZE (xfce4/xfce4-dict-0.8.0.tar.bz2) = 483618 Index: head/textproc/xfce4-dict-plugin/pkg-plist =================================================================== --- head/textproc/xfce4-dict-plugin/pkg-plist (revision 450079) +++ head/textproc/xfce4-dict-plugin/pkg-plist (revision 450080) @@ -1,53 +1,54 @@ bin/xfce4-dict lib/xfce4/panel/plugins/libxfce4dict.so man/man1/xfce4-dict.1.gz share/applications/xfce4-dict.desktop share/icons/hicolor/scalable/apps/xfce4-dict.svg share/locale/ar/LC_MESSAGES/xfce4-dict.mo share/locale/ast/LC_MESSAGES/xfce4-dict.mo share/locale/bg/LC_MESSAGES/xfce4-dict.mo share/locale/ca/LC_MESSAGES/xfce4-dict.mo share/locale/cs/LC_MESSAGES/xfce4-dict.mo share/locale/da/LC_MESSAGES/xfce4-dict.mo share/locale/de/LC_MESSAGES/xfce4-dict.mo share/locale/el/LC_MESSAGES/xfce4-dict.mo share/locale/en_AU/LC_MESSAGES/xfce4-dict.mo share/locale/en_GB/LC_MESSAGES/xfce4-dict.mo share/locale/es/LC_MESSAGES/xfce4-dict.mo share/locale/eu/LC_MESSAGES/xfce4-dict.mo share/locale/fi/LC_MESSAGES/xfce4-dict.mo share/locale/fr/LC_MESSAGES/xfce4-dict.mo share/locale/gl/LC_MESSAGES/xfce4-dict.mo share/locale/he/LC_MESSAGES/xfce4-dict.mo share/locale/hr/LC_MESSAGES/xfce4-dict.mo share/locale/hu/LC_MESSAGES/xfce4-dict.mo share/locale/id/LC_MESSAGES/xfce4-dict.mo share/locale/is/LC_MESSAGES/xfce4-dict.mo share/locale/it/LC_MESSAGES/xfce4-dict.mo share/locale/ja/LC_MESSAGES/xfce4-dict.mo share/locale/kk/LC_MESSAGES/xfce4-dict.mo share/locale/ko/LC_MESSAGES/xfce4-dict.mo share/locale/lt/LC_MESSAGES/xfce4-dict.mo share/locale/lv/LC_MESSAGES/xfce4-dict.mo share/locale/ms/LC_MESSAGES/xfce4-dict.mo share/locale/nb/LC_MESSAGES/xfce4-dict.mo share/locale/nl/LC_MESSAGES/xfce4-dict.mo share/locale/oc/LC_MESSAGES/xfce4-dict.mo share/locale/pl/LC_MESSAGES/xfce4-dict.mo share/locale/pt/LC_MESSAGES/xfce4-dict.mo share/locale/pt_BR/LC_MESSAGES/xfce4-dict.mo share/locale/ru/LC_MESSAGES/xfce4-dict.mo share/locale/sk/LC_MESSAGES/xfce4-dict.mo +share/locale/sl/LC_MESSAGES/xfce4-dict.mo share/locale/sq/LC_MESSAGES/xfce4-dict.mo share/locale/sr/LC_MESSAGES/xfce4-dict.mo share/locale/sv/LC_MESSAGES/xfce4-dict.mo share/locale/th/LC_MESSAGES/xfce4-dict.mo share/locale/tr/LC_MESSAGES/xfce4-dict.mo share/locale/ug/LC_MESSAGES/xfce4-dict.mo share/locale/uk/LC_MESSAGES/xfce4-dict.mo share/locale/ur/LC_MESSAGES/xfce4-dict.mo share/locale/ur_PK/LC_MESSAGES/xfce4-dict.mo share/locale/vi/LC_MESSAGES/xfce4-dict.mo share/locale/zh_CN/LC_MESSAGES/xfce4-dict.mo share/locale/zh_TW/LC_MESSAGES/xfce4-dict.mo share/xfce4/panel/plugins/xfce4-dict-plugin.desktop