From owner-svn-ports-all@freebsd.org Sat May 21 23:32:14 2016 Return-Path: Delivered-To: svn-ports-all@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 9F608B45E19; Sat, 21 May 2016 23:32:14 +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 5ADDA18E2; Sat, 21 May 2016 23:32:14 +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 u4LNWDn1034723; Sat, 21 May 2016 23:32:13 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4LNWDjg034719; Sat, 21 May 2016 23:32:13 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201605212332.u4LNWDjg034719@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sat, 21 May 2016 23:32:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415613 - 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-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2016 23:32:14 -0000 Author: cpm Date: Sat May 21 23:32:13 2016 New Revision: 415613 URL: https://svnweb.freebsd.org/changeset/ports/415613 Log: - Update to 1.2.2 Changelog: https://github.com/baedert/corebird/releases/tag/1.2.2 Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D6485 Added: head/net-im/corebird/files/patch-ui_about-dialog.ui (contents, props changed) Modified: head/net-im/corebird/Makefile head/net-im/corebird/distinfo head/net-im/corebird/files/patch-configure.ac Modified: head/net-im/corebird/Makefile ============================================================================== --- head/net-im/corebird/Makefile Sat May 21 21:09:01 2016 (r415612) +++ head/net-im/corebird/Makefile Sat May 21 23:32:13 2016 (r415613) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= corebird -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= net-im MAINTAINER= cpm@FreeBSD.org Modified: head/net-im/corebird/distinfo ============================================================================== --- head/net-im/corebird/distinfo Sat May 21 21:09:01 2016 (r415612) +++ head/net-im/corebird/distinfo Sat May 21 23:32:13 2016 (r415613) @@ -1,2 +1,3 @@ -SHA256 (baedert-corebird-1.2.1_GH0.tar.gz) = 880c811ae00b2a88a7a3cf37fb1f0168e0aca241517a512babda39a30a8db5bd -SIZE (baedert-corebird-1.2.1_GH0.tar.gz) = 423533 +TIMESTAMP = 1463830755 +SHA256 (baedert-corebird-1.2.2_GH0.tar.gz) = b3d6a9f2e9fcb17acbd1e91159302398d18877f16101612da5a55886f7add752 +SIZE (baedert-corebird-1.2.2_GH0.tar.gz) = 423551 Modified: head/net-im/corebird/files/patch-configure.ac ============================================================================== --- head/net-im/corebird/files/patch-configure.ac Sat May 21 21:09:01 2016 (r415612) +++ head/net-im/corebird/files/patch-configure.ac Sat May 21 23:32:13 2016 (r415613) @@ -1,5 +1,11 @@ ---- configure.ac.orig 2016-02-29 16:55:42 UTC +--- configure.ac.orig 2016-05-10 17:41:05 UTC +++ configure.ac +@@ -1,4 +1,4 @@ +-AC_INIT([corebird],[1.2.1],[mail@baedert.org]) ++AC_INIT([corebird],[1.2.2],[mail@baedert.org]) + + AC_PREREQ([2.65]) + @@ -113,7 +113,7 @@ Makefile src/Makefile ui/Makefile Added: head/net-im/corebird/files/patch-ui_about-dialog.ui ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/corebird/files/patch-ui_about-dialog.ui Sat May 21 23:32:13 2016 (r415613) @@ -0,0 +1,11 @@ +--- ui/about-dialog.ui.orig 2016-05-10 17:41:05 UTC ++++ ui/about-dialog.ui +@@ -6,7 +6,7 @@ + About Corebird + dialog + Corebird +- 1.2.1 ++ 1.2.2 + Using Font Awesome by Dave Gandy - http://fontawesome.io + http://corebird.baedert.org + Timm Bäder<mail@baedert.org> (Bugs go here)