Hi ports@,

Attaching an update for net/corebird

upstream changelog:
---
  - The build system will now check for gtksink
  - Remove libgee dependency
  - The compose tweet window will now a save the current text on cancel
  - Allow self-retweeting
  - Fade loaded inline media in
  - Twitter wont send mp4 urls for their videos anymore starting August 1st, so
    support HLS videos
  - Query full-length DMs
  - Support muting in profiles
---
we are dropping the devel/libgee and adding some new translations on our side of
the fence :)

Feedback? OK's?
? corebird.0.1.3.diff
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/corebird/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile    25 May 2016 16:46:10 -0000      1.5
+++ Makefile    5 Aug 2016 19:48:51 -0000
@@ -4,7 +4,7 @@ COMMENT =               native Gtk+ Twitter client
 
 GH_ACCOUNT =           baedert
 GH_PROJECT =           corebird
-GH_TAGNAME =           1.2.2
+GH_TAGNAME =           1.3
 
 CATEGORIES =           net
 
@@ -18,7 +18,7 @@ PERMIT_PACKAGE_CDROM =        Yes
 WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
 WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
 WANTLIB += c cairo cairo-gobject dbus-1 epoxy expat ffi fontconfig
-WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gee-0.8 gio-2.0 glib-2.0
+WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
 WANTLIB += gmodule-2.0 gobject-2.0 graphite2 gstbase-1.0 gstreamer-1.0
 WANTLIB += gstvideo-1.0 gthread-2.0 gtk-3 harfbuzz json-glib-1.0
 WANTLIB += lzma m orc-0.4 pango-1.0 pangocairo-1.0 pangoft2-1.0
@@ -39,7 +39,6 @@ MODGNOME_TOOLS =      desktop-file-utils \
                        vala
 
 LIB_DEPENDS =          devel/json-glib \
-                       devel/libgee \
                        devel/libsoup>=2.4 \
                        devel/orc \
                        net/librest>=0.7.91 \
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/corebird/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    25 May 2016 16:46:10 -0000      1.3
+++ distinfo    5 Aug 2016 19:48:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (corebird-1.2.2.tar.gz) = s9ap8un8sXrL0ekRWTAjmNGId/FhAWEtpaVYhvet11I=
-SIZE (corebird-1.2.2.tar.gz) = 423551
+SHA256 (corebird-1.3.tar.gz) = 9PhqLomDQil8I3nCW2J0WY2B2Jg/GF2YdTclVS9nCGA=
+SIZE (corebird-1.3.tar.gz) = 431652
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/corebird/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   2 Mar 2016 16:52:57 -0000       1.1.1.1
+++ pkg/PLIST   5 Aug 2016 19:48:51 -0000
@@ -33,6 +33,12 @@ share/locale/en_AU/
 share/locale/en_AU/LC_MESSAGES/
 share/locale/en_AU/LC_MESSAGES/corebird.mo
 share/locale/es/LC_MESSAGES/corebird.mo
+share/locale/es_419/
+share/locale/es_419/LC_MESSAGES/
+share/locale/es_419/LC_MESSAGES/corebird.mo
+share/locale/es_MX/
+share/locale/es_MX/LC_MESSAGES/
+share/locale/es_MX/LC_MESSAGES/corebird.mo
 share/locale/es_VE/
 share/locale/es_VE/LC_MESSAGES/
 share/locale/es_VE/LC_MESSAGES/corebird.mo
@@ -41,20 +47,30 @@ share/locale/fa/LC_MESSAGES/
 share/locale/fa/LC_MESSAGES/corebird.mo
 share/locale/fi/LC_MESSAGES/corebird.mo
 share/locale/fr/LC_MESSAGES/corebird.mo
+share/locale/hi/LC_MESSAGES/corebird.mo
 share/locale/hu/LC_MESSAGES/corebird.mo
-share/locale/id_ID/
-share/locale/id_ID/LC_MESSAGES/
-share/locale/id_ID/LC_MESSAGES/corebird.mo
+share/locale/id/
+share/locale/id/LC_MESSAGES/
+share/locale/id/LC_MESSAGES/corebird.mo
 share/locale/it/LC_MESSAGES/corebird.mo
 share/locale/ja/LC_MESSAGES/corebird.mo
 share/locale/lt/
 share/locale/lt/LC_MESSAGES/
 share/locale/lt/LC_MESSAGES/corebird.mo
+share/locale/ko/LC_MESSAGES/corebird.mo
 share/locale/nl/LC_MESSAGES/corebird.mo
 share/locale/pl/LC_MESSAGES/corebird.mo
+share/locale/pt/LC_MESSAGES/corebird.mo
 share/locale/pt_BR/LC_MESSAGES/corebird.mo
+share/locale/ro/LC_MESSAGES/corebird.mo
 share/locale/ru/LC_MESSAGES/corebird.mo
+share/locale/sr/LC_MESSAGES/corebird.mo
+share/locale/tr/LC_MESSAGES/corebird.mo
+share/locale/uk_UA/
+share/locale/uk_UA/LC_MESSAGES/
+share/locale/uk_UA/LC_MESSAGES/corebird.mo
 share/locale/zh_CN/LC_MESSAGES/corebird.mo
+share/locale/zh_TW/LC_MESSAGES/corebird.mo
 @exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
 @unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
 @exec %D/bin/update-desktop-database

Reply via email to