From owner-svn-ports-head@freebsd.org Thu May 4 00:43:40 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23458D5A115; Thu, 4 May 2017 00:43:40 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE7541D8D; Thu, 4 May 2017 00:43:39 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v440hdJA060657; Thu, 4 May 2017 00:43:39 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v440hcEn060651; Thu, 4 May 2017 00:43:38 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201705040043.v440hcEn060651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 4 May 2017 00:43:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440073 - in head/net-im/corebird: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 00:43:40 -0000 Author: cpm Date: Thu May 4 00:43:38 2017 New Revision: 440073 URL: https://svnweb.freebsd.org/changeset/ports/440073 Log: - Update to 1.5 - Regenerate patches with make makepatch Changelog: https://github.com/baedert/corebird/releases/tag/1.5 Added: head/net-im/corebird/files/patch-src_Corebird.vala (contents, props changed) Modified: head/net-im/corebird/Makefile head/net-im/corebird/distinfo head/net-im/corebird/files/patch-Makefile.am head/net-im/corebird/files/patch-data_Makefile.am head/net-im/corebird/pkg-plist Modified: head/net-im/corebird/Makefile ============================================================================== --- head/net-im/corebird/Makefile Wed May 3 23:53:11 2017 (r440072) +++ head/net-im/corebird/Makefile Thu May 4 00:43:38 2017 (r440073) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= corebird -PORTVERSION= 1.4.2 -PORTREVISION= 3 +PORTVERSION= 1.5 CATEGORIES= net-im MAINTAINER= cpm@FreeBSD.org Modified: head/net-im/corebird/distinfo ============================================================================== --- head/net-im/corebird/distinfo Wed May 3 23:53:11 2017 (r440072) +++ head/net-im/corebird/distinfo Thu May 4 00:43:38 2017 (r440073) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485602884 -SHA256 (baedert-corebird-1.4.2_GH0.tar.gz) = 776ff02e6b58b9d2019b141047eccf25615e3ac50a2092c665e15dabf4ec8e1f -SIZE (baedert-corebird-1.4.2_GH0.tar.gz) = 462026 +TIMESTAMP = 1493852816 +SHA256 (baedert-corebird-1.5_GH0.tar.gz) = 39d451238ef30bf2caf5568d9c02c6e2a2f8b7256f19786ebcd6557adc815203 +SIZE (baedert-corebird-1.5_GH0.tar.gz) = 492120 Modified: head/net-im/corebird/files/patch-Makefile.am ============================================================================== --- head/net-im/corebird/files/patch-Makefile.am Wed May 3 23:53:11 2017 (r440072) +++ head/net-im/corebird/files/patch-Makefile.am Thu May 4 00:43:38 2017 (r440073) @@ -1,4 +1,4 @@ ---- Makefile.am.orig 2016-08-01 21:40:32 UTC +--- Makefile.am.orig 2017-05-02 13:34:40 UTC +++ Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} Modified: head/net-im/corebird/files/patch-data_Makefile.am ============================================================================== --- head/net-im/corebird/files/patch-data_Makefile.am Wed May 3 23:53:11 2017 (r440072) +++ head/net-im/corebird/files/patch-data_Makefile.am Thu May 4 00:43:38 2017 (r440073) @@ -1,7 +1,7 @@ ---- data/Makefile.am.orig 2016-08-01 21:45:23 UTC +--- data/Makefile.am.orig 2017-05-02 13:34:40 UTC +++ data/Makefile.am @@ -2,7 +2,7 @@ iconprefix=$(datarootdir)/icons/hicolor/ - SUBDIRS = 256x256 128x128 96x96 64x64 48x48 32x32 24x24 16x16 + SUBDIRS = hicolor desktopdir = $(datarootdir)/applications -desktop_in_files = org.baedert.corebird.desktop.in Added: head/net-im/corebird/files/patch-src_Corebird.vala ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/corebird/files/patch-src_Corebird.vala Thu May 4 00:43:38 2017 (r440073) @@ -0,0 +1,12 @@ +--- src/Corebird.vala.orig 2017-05-03 23:08:40 UTC ++++ src/Corebird.vala +@@ -194,7 +194,8 @@ public class Corebird : Gtk.Application + base.startup (); + this.set_resource_base_path ("/org/baedert/corebird"); + +- typeof (LazyMenuButton).ensure (); ++ new ComposeImageManager (); ++ new LazyMenuButton (); + + #if DEBUG + GLib.Environment.set_variable ("G_MESSAGES_DEBUG", "corebird", true); Modified: head/net-im/corebird/pkg-plist ============================================================================== --- head/net-im/corebird/pkg-plist Wed May 3 23:53:11 2017 (r440072) +++ head/net-im/corebird/pkg-plist Thu May 4 00:43:38 2017 (r440073) @@ -24,6 +24,7 @@ share/icons/hicolor/96x96/apps/corebird. %%NLS%%share/locale/fa/LC_MESSAGES/corebird.mo %%NLS%%share/locale/fi/LC_MESSAGES/corebird.mo %%NLS%%share/locale/fr/LC_MESSAGES/corebird.mo +%%NLS%%share/locale/ga/LC_MESSAGES/corebird.mo %%NLS%%share/locale/gl/LC_MESSAGES/corebird.mo %%NLS%%share/locale/hi/LC_MESSAGES/corebird.mo %%NLS%%share/locale/hu/LC_MESSAGES/corebird.mo