Hi ports@,

Attaching an update for net/corebird

port changes:
  - upstream now provides proper tarballs so we switch
    from GH_* vars to MASTER_SITES
  - we no longer need autoconf as the upstream rolled
    tarball includes the generated build files

upstream changelog:
---
Version 1.3.3 (2016-10-01)

Changelog:
  - Support longer tweets in a few more places
  - Properly escape ampersand characters in user mentions to fix
    GtkLabel warnings about wrong escape characters in tooltips
  - Fix tweet length calculations for whitespace-only tweets
  - Check for duplicated entries in media arrays. This is apparently a
    problem on Twitter's side but led to crashes in Corebird (see #627)
  - Use the correct nsfw status of a tweet, i.e. the one that can
    actually show images.
  - Fix a crash when sending a tweet with multiple images attached
  - Fix tweet length calculation of quote tweets. This previously led to
    tweets getting rejected by the server even though Corebird claimed
    they were fine. See #628

Version 1.3.2 (2016-09-25)

Changelog:
 - Cope with the tweet length changes introduced by Twitter
 - Fix a problem with malformed media URLs

---

Feedback? OK's?
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/corebird/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile    8 Sep 2016 00:07:10 -0000       1.7
+++ Makefile    27 Dec 2016 23:17:31 -0000
@@ -2,10 +2,11 @@
 
 COMMENT =              native Gtk+ Twitter client
 
-GH_ACCOUNT =           baedert
-GH_PROJECT =           corebird
-GH_TAGNAME =           1.3.1
+V =                    1.3.3
+DISTNAME =             corebird-${V}
+MASTER_SITES =         
https://github.com/baedert/corebird/releases/download/${V}/
 
+EXTRACT_SUFX =         .tar.xz
 CATEGORIES =           net
 
 HOMEPAGE =             http://corebird.baedert.org/
@@ -26,9 +27,6 @@ WANTLIB += pcre pixman-1 png pthread pth
 WANTLIB += soup-gnome-2.4 sqlite3 xcb xcb-render xcb-shm xml2
 WANTLIB += z
 
-AUTOCONF_VERSION =     2.69
-AUTOMAKE_VERSION =     1.14
-
 MODULES =              devel/dconf \
                        devel/gettext \
                        textproc/intltool \
@@ -46,9 +44,7 @@ LIB_DEPENDS =         devel/json-glib \
                        multimedia/gstreamer1/plugins-base \
                        x11/gtk+3
 
-BUILD_DEPENDS +=       ${MODGNU_AUTOCONF_DEPENDS} \
-                       ${MODGNU_AUTOMAKE_DEPENDS} \
-                       devel/libtool
+BUILD_DEPENDS +=       devel/libtool
 
 RUN_DEPENDS =          multimedia/gstreamer1/plugins-bad \
                        multimedia/gstreamer1/plugins-good \
@@ -56,11 +52,5 @@ RUN_DEPENDS =                multimedia/gstreamer1/plu
 
 CONFIGURE_STYLE =      gnu
 USE_GMAKE =            Yes
-
-pre-configure:
-       cd ${WRKSRC} && \
-               AUTOCONF_VERSION=${AUTOCONF_VERSION} \
-               AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
-               ./autogen.sh
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/corebird/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    8 Sep 2016 00:07:10 -0000       1.5
+++ distinfo    27 Dec 2016 23:17:31 -0000
@@ -1,2 +1,2 @@
-SHA256 (corebird-1.3.1.tar.gz) = y8gyueOtq2mLm4ebZOM7/9cId24I/p8imIUGgZNSUZA=
-SIZE (corebird-1.3.1.tar.gz) = 433961
+SHA256 (corebird-1.3.3.tar.xz) = vssIS1wv0gmgOux3vv2SLClvOOFqIJjiKB6PBY9ef6g=
+SIZE (corebird-1.3.3.tar.xz) = 635980

Reply via email to