Hi ports --

Here's a routine diff to update www/uget to its new version. Upstream doesn't seem to have announced this new version yet but it's been released so I'd like to put it in.

Changelog:
1. mega plug-in: create new plug-in for MEGA site.
2. all plug-in: avoid crash if plug-in failed to start.
3. Fix: some category/status doesn't refresh it's download list.
4. update translation files.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/uget/Makefile,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 Makefile
--- Makefile	8 Sep 2017 14:19:05 -0000	1.17
+++ Makefile	11 Jan 2018 05:44:27 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.17 2017/09/08 14:19:05 bcallah Exp $
 
 COMMENT =	lightweight graphical download manager
-DISTNAME =	uget-2.0.10
+DISTNAME =	uget-2.2.0
 CATEGORIES =	www net x11
 
 HOMEPAGE =	http://ugetdm.com/
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/uget/distinfo,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 distinfo
--- distinfo	8 Sep 2017 14:19:05 -0000	1.9
+++ distinfo	11 Jan 2018 05:44:27 -0000
@@ -1,2 +1,2 @@
-SHA256 (uget-2.0.10.tar.gz) = CnWL6FVO+699dGj4l7UoUyGY/4EpBtgkqrf3gXzUjf4=
-SIZE (uget-2.0.10.tar.gz) = 949687
+SHA256 (uget-2.2.0.tar.gz) = VSwyWoLu0w5elUKKP7Hd60Hhz22lfrSitLs3y0Su4mU=
+SIZE (uget-2.2.0.tar.gz) = 997012
Index: patches/patch-tests_test-plugin+app_c
===================================================================
RCS file: /cvs/ports/www/uget/patches/patch-tests_test-plugin+app_c,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-tests_test-plugin+app_c
--- patches/patch-tests_test-plugin+app_c	30 May 2016 18:31:39 -0000	1.1
+++ patches/patch-tests_test-plugin+app_c	11 Jan 2018 05:44:27 -0000
@@ -1,7 +1,8 @@
 $OpenBSD: patch-tests_test-plugin+app_c,v 1.1 2016/05/30 18:31:39 juanfra Exp $
---- tests/test-plugin+app.c.orig	Sun May 29 23:23:28 2016
-+++ tests/test-plugin+app.c	Sun May 29 23:23:41 2016
-@@ -159,7 +159,7 @@ void  test_setup_plugin_aria2 (void)
+Index: tests/test-plugin+app.c
+--- tests/test-plugin+app.c.orig
++++ tests/test-plugin+app.c
+@@ -168,7 +168,7 @@ void  test_setup_plugin_aria2 (void)
  			"C:\\Program Files\\uGet\\bin\\aria2c.exe");
  #endif
  	uget_plugin_set (pinfo, UGET_PLUGIN_ARIA2_ARGUMENT,
Index: patches/patch-ui-gtk_UgtkSetting_c
===================================================================
RCS file: /cvs/ports/www/uget/patches/patch-ui-gtk_UgtkSetting_c,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 patch-ui-gtk_UgtkSetting_c
--- patches/patch-ui-gtk_UgtkSetting_c	8 Sep 2017 14:19:05 -0000	1.2
+++ patches/patch-ui-gtk_UgtkSetting_c	11 Jan 2018 05:44:27 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-ui-gtk_UgtkSetting_c,v 1
 Index: ui-gtk/UgtkSetting.c
 --- ui-gtk/UgtkSetting.c.orig
 +++ ui-gtk/UgtkSetting.c
-@@ -48,9 +48,7 @@
+@@ -49,9 +49,7 @@
  
  #define UGTK_ARIA2_PATH    "aria2c"
  
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/uget/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 PLIST
--- pkg/PLIST	8 Sep 2017 14:19:05 -0000	1.6
+++ pkg/PLIST	11 Jan 2018 05:44:27 -0000
@@ -57,6 +57,7 @@ share/locale/or_IN/LC_MESSAGES/
 share/locale/or_IN/LC_MESSAGES/uget.mo
 share/locale/pl/LC_MESSAGES/uget.mo
 share/locale/pt_BR/LC_MESSAGES/uget.mo
+share/locale/ro/LC_MESSAGES/uget.mo
 share/locale/ru/LC_MESSAGES/uget.mo
 share/locale/sk_SK/
 share/locale/sk_SK/LC_MESSAGES/

Reply via email to