Index: head/www/xfce4-smartbookmark-plugin/Makefile =================================================================== --- head/www/xfce4-smartbookmark-plugin/Makefile (revision 559193) +++ head/www/xfce4-smartbookmark-plugin/Makefile (revision 559194) @@ -1,30 +1,30 @@ # Created by: Martin Wilke (miwi@FreeBSD.org) # $FreeBSD$ PORTNAME= xfce4-smartbookmark-plugin -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= www xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Query search engines from the Xfce panel LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ tar:bzip2 xfce USE_GNOME= cairo gdkpixbuf2 gtk30 intltool USE_XFCE= panel GNU_CONFIGURE= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls .include Index: head/www/xfce4-smartbookmark-plugin/distinfo =================================================================== --- head/www/xfce4-smartbookmark-plugin/distinfo (revision 559193) +++ head/www/xfce4-smartbookmark-plugin/distinfo (revision 559194) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565693710 -SHA256 (xfce4/xfce4-smartbookmark-plugin-0.5.1.tar.bz2) = 3e28fb7cd2e2251e89a8715684081b862406e3fb4e6d8c0caa1b798a97703600 -SIZE (xfce4/xfce4-smartbookmark-plugin-0.5.1.tar.bz2) = 302735 +TIMESTAMP = 1608832250 +SHA256 (xfce4/xfce4-smartbookmark-plugin-0.5.2.tar.bz2) = 2a279e2f5a54518684e62ad1f3cd8ef950826505b39725f1b5d8f0c43031cdd3 +SIZE (xfce4/xfce4-smartbookmark-plugin-0.5.2.tar.bz2) = 331765 Index: head/www/xfce4-smartbookmark-plugin/files/patch-src__smartbookmark.c =================================================================== --- head/www/xfce4-smartbookmark-plugin/files/patch-src__smartbookmark.c (revision 559193) +++ head/www/xfce4-smartbookmark-plugin/files/patch-src__smartbookmark.c (revision 559194) @@ -1,32 +1,32 @@ ---- src/smartbookmark.c.orig 2013-02-18 21:14:36 UTC +--- src/smartbookmark.c.orig 2020-12-24 16:01:51 UTC +++ src/smartbookmark.c -@@ -182,10 +182,10 @@ static t_search *search_new(XfcePanelPlu - gtk_container_add(GTK_CONTAINER(align), search->box); +@@ -173,10 +173,10 @@ static t_search *search_new(XfcePanelPlugin *plugin) + gtk_widget_set_valign(GTK_WIDGET(search->box), GTK_ALIGN_CENTER); /* default options */ -- search->url = "http://bugs.debian.org/"; +- search->url = "https://bugs.debian.org/"; - search->label_text = "BTS"; - search->size = 5; - search->hide_label = FALSE; + search->url = "https://bugs.freebsd.org/bugzilla/buglist.cgi?quicksearch="; + search->label_text = "FreeBSD"; + search->size = 10; + search->hide_label = TRUE; /* read config file options */ filename = xfce_panel_plugin_save_location(plugin, TRUE); search_read_config(search, filename); -@@ -218,10 +218,10 @@ static void search_read_config(t_search +@@ -209,10 +209,10 @@ static void search_read_config(t_search *search, const if( (rcfile = xfce_rc_simple_open(filename, TRUE) )) { xfce_rc_set_group(rcfile, NULL); -- search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","http://bugs.debian.org/")); +- search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","https://bugs.debian.org/")); - search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","DBS")); - search->size = xfce_rc_read_int_entry(rcfile, "size", 5); - search->hide_label = xfce_rc_read_bool_entry(rcfile, "hidelabel", FALSE); + search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","https://bugs.freebsd.org/bugzilla/buglist.cgi?quicksearch=")); + search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","FreeBSD")); + search->size = xfce_rc_read_int_entry(rcfile, "size", 10); + search->hide_label = xfce_rc_read_bool_entry(rcfile, "hidelabel", TRUE); } } Index: head/www/xfce4-smartbookmark-plugin/pkg-plist =================================================================== --- head/www/xfce4-smartbookmark-plugin/pkg-plist (revision 559193) +++ head/www/xfce4-smartbookmark-plugin/pkg-plist (revision 559194) @@ -1,49 +1,54 @@ lib/xfce4/panel/plugins/libsmartbookmark.so %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/ast/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/be/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/bg/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/ca/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/cs/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/da/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/de/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/el/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-smartbookmark-plugin.mo +%%NLS%%share/locale/en_CA/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/es/LC_MESSAGES/xfce4-smartbookmark-plugin.mo +%%NLS%%share/locale/et/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/eu/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/fi/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/fr/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/gl/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/he/LC_MESSAGES/xfce4-smartbookmark-plugin.mo +%%NLS%%share/locale/hi/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/hr/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/hu/LC_MESSAGES/xfce4-smartbookmark-plugin.mo +%%NLS%%share/locale/hye/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/id/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/is/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/it/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/ja/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/ko/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/ku/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/lt/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/lv/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/ms/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/nb/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/nl/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/oc/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/pl/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/pt/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/ru/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/sk/LC_MESSAGES/xfce4-smartbookmark-plugin.mo +%%NLS%%share/locale/sl/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/sq/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/sr/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/sv/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/th/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/tr/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/ug/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/uk/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/ur/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-smartbookmark-plugin.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-smartbookmark-plugin.mo share/xfce4/panel/plugins/smartbookmark.desktop