Hi ports@

attaching a trivial bump for net/corebird
tested on amd64 current with gcc & clang.

upstream changelog:
---
Changelog:
  - Media attached to tweets can be downloaded using Right Click
    and selecting "save as"
  - Profiles use the profile background color set in the Twitter
    settings if no banner is set
  - The tweet compose window now features a "favorite image" view that
    allows users to save often sent images and quickly add them to tweets
  - The media dialog now shows Previous/Next buttons to quickly switch
    between multiple media attachments of a tweet>
  - The Vine support has been removed since the project is discontinued
  - Allow text selection in Direct Messages
  - New --account parameter allows opening the window for the given
    account only
  - Support tweets with up to 50 replied-to users.
  - Add back verified icons next to user avatars
  - Redesigned account creation UI
  - Tons of bug fixes
---

Looking for OK's and feedback on the update.


PS.
While testing I hit hit one issue that I am having trouble reproducing

Core was generated by `corebird'.
Program terminated with signal 11, Segmentation fault.

Loaded symbols for /usr/local/lib/libhunspell-1.6.so.0.0
#0  g_utf8_offset_to_pointer (
    str=0x13b776fc6a00 "e @gnorth @mrjafri @m0ccha616 @KenzoJones
@ItsMe_JessicaT @thejonnyharris @alluring_blue @JBon20 @WolverSteve
@GeekToMeRadio @Gisy_Angel @thenerdynurse89 @zoly_marie @th
ealexrossart  https://t.co/wuSY";..., offset=4294967286) at gutf8.c:351
351     gutf8.c: No such file or directory.
        in gutf8.c
(gdb) exit

I hit it while subsequently loading my twitter tabs, it crashed when
I got to direct messages. If someone manages to reproduce please let me know.

Regards,
Adam
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/corebird/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    10 Apr 2017 11:46:23 -0000      1.11
+++ Makefile    22 May 2017 21:16:57 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              native Gtk+ Twitter client
 
-V =                    1.4.2
+V =                    1.5
 DISTNAME =             corebird-${V}
 MASTER_SITES =         
https://github.com/baedert/corebird/releases/download/${V}/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/corebird/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo    10 Feb 2017 18:44:56 -0000      1.8
+++ distinfo    22 May 2017 21:16:57 -0000
@@ -1,2 +1,2 @@
-SHA256 (corebird-1.4.2.tar.xz) = HAemU4Lngwj33kBr6EZHicHsQtUxxRm2lRCmhSNLQHQ=
-SIZE (corebird-1.4.2.tar.xz) = 648448
+SHA256 (corebird-1.5.tar.xz) = ZBRmg4PAjzpLu4PaYexGQ+590EcPYLrCbx5ldx8D9+E=
+SIZE (corebird-1.5.tar.xz) = 668064
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/corebird/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST   19 Jan 2017 19:31:59 -0000      1.4
+++ pkg/PLIST   22 May 2017 21:16:57 -0000
@@ -33,6 +33,7 @@ share/locale/es_VE/LC_MESSAGES/corebird.
 share/locale/fa/LC_MESSAGES/corebird.mo
 share/locale/fi/LC_MESSAGES/corebird.mo
 share/locale/fr/LC_MESSAGES/corebird.mo
+share/locale/ga/LC_MESSAGES/corebird.mo
 share/locale/gl/LC_MESSAGES/corebird.mo
 share/locale/hi/LC_MESSAGES/corebird.mo
 share/locale/hu/LC_MESSAGES/corebird.mo

Reply via email to