On Wed, 25 May 2016 16:12:10 +0200 Adam Wolk <[email protected]> wrote:
> Hi ports@ > > Trivial update to the recently released corebird 1.2.2 > > Known issues with this version: > - About dialog states it's corebird 1.2.1 I don't think this warrants > adding a patch to our ports tree. I reported this upstream: > https://github.com/baedert/corebird/issues/554 > > Upstream changelog: > - Remove margins from the buttons in the topbar. This caused > problems with some gtk+ themes. > - gtk+ < 3.20 was more inconsistend with adding style classes > to widgets than I thought, so the pre-3.20 fallback css added > in 1.2.1 caused the icons in the topbar to have the wrong color. > > Works fine on my amd64 snapshot from May 25th. Any OK's feedback? > Sending a fixed diff. Thanks to abieber@ for pointing out it got line wrapped. Index: Makefile =================================================================== RCS file: /cvs/ports/net/corebird/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- Makefile 11 May 2016 16:58:33 -0000 1.4 +++ Makefile 25 May 2016 14:03:06 -0000 @@ -4,7 +4,7 @@ COMMENT = native Gtk+ Twitter client GH_ACCOUNT = baedert GH_PROJECT = corebird -GH_TAGNAME = 1.2.1 +GH_TAGNAME = 1.2.2 CATEGORIES = net Index: distinfo =================================================================== RCS file: /cvs/ports/net/corebird/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo 11 May 2016 16:58:33 -0000 1.2 +++ distinfo 25 May 2016 14:03:06 -0000 @@ -1,2 +1,2 @@ -SHA256 (corebird-1.2.1.tar.gz) = iAyBGuALKoino883+x8BaOCsokFRelErq9o5owqNtb0= -SIZE (corebird-1.2.1.tar.gz) = 423533 +SHA256 (corebird-1.2.2.tar.gz) = s9ap8un8sXrL0ekRWTAjmNGId/FhAWEtpaVYhvet11I= +SIZE (corebird-1.2.2.tar.gz) = 423551
