Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2020 21:19:38 +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: r559194 - in head/www/xfce4-smartbookmark-plugin: . files
Message-ID:  <202012242119.0BOLJc7g019102@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Thu Dec 24 21:19:38 2020
New Revision: 559194
URL: https://svnweb.freebsd.org/changeset/ports/559194

Log:
  Update xfce4-smartbookmark-plugin to 0.5.2

Modified:
  head/www/xfce4-smartbookmark-plugin/Makefile
  head/www/xfce4-smartbookmark-plugin/distinfo
  head/www/xfce4-smartbookmark-plugin/files/patch-src__smartbookmark.c
  head/www/xfce4-smartbookmark-plugin/pkg-plist

Modified: head/www/xfce4-smartbookmark-plugin/Makefile
==============================================================================
--- head/www/xfce4-smartbookmark-plugin/Makefile	Thu Dec 24 21:19:05 2020	(r559193)
+++ head/www/xfce4-smartbookmark-plugin/Makefile	Thu Dec 24 21:19:38 2020	(r559194)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xfce4-smartbookmark-plugin
-PORTVERSION=	0.5.1
+PORTVERSION=	0.5.2
 CATEGORIES=	www xfce
 MASTER_SITES=	XFCE/panel-plugins
 DIST_SUBDIR=	xfce4

Modified: head/www/xfce4-smartbookmark-plugin/distinfo
==============================================================================
--- head/www/xfce4-smartbookmark-plugin/distinfo	Thu Dec 24 21:19:05 2020	(r559193)
+++ head/www/xfce4-smartbookmark-plugin/distinfo	Thu Dec 24 21:19:38 2020	(r559194)
@@ -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

Modified: head/www/xfce4-smartbookmark-plugin/files/patch-src__smartbookmark.c
==============================================================================
--- head/www/xfce4-smartbookmark-plugin/files/patch-src__smartbookmark.c	Thu Dec 24 21:19:05 2020	(r559193)
+++ head/www/xfce4-smartbookmark-plugin/files/patch-src__smartbookmark.c	Thu Dec 24 21:19:38 2020	(r559194)
@@ -1,10 +1,10 @@
---- 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;
@@ -15,11 +15,11 @@
      /* 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);

Modified: head/www/xfce4-smartbookmark-plugin/pkg-plist
==============================================================================
--- head/www/xfce4-smartbookmark-plugin/pkg-plist	Thu Dec 24 21:19:05 2020	(r559193)
+++ head/www/xfce4-smartbookmark-plugin/pkg-plist	Thu Dec 24 21:19:38 2020	(r559194)
@@ -9,15 +9,19 @@ lib/xfce4/panel/plugins/libsmartbookmark.so
 %%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
@@ -35,6 +39,7 @@ lib/xfce4/panel/plugins/libsmartbookmark.so
 %%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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012242119.0BOLJc7g019102>