From abcb1fb1cb84b26acfaf4788eef1e6a90539b226 Mon Sep 17 00:00:00 2001 From: cpm Date: Sat, 21 May 2016 23:32:13 +0000 Subject: - 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 --- net-im/corebird/Makefile | 2 +- net-im/corebird/distinfo | 5 +++-- net-im/corebird/files/patch-configure.ac | 8 +++++++- net-im/corebird/files/patch-ui_about-dialog.ui | 11 +++++++++++ 4 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 net-im/corebird/files/patch-ui_about-dialog.ui (limited to 'net-im') diff --git a/net-im/corebird/Makefile b/net-im/corebird/Makefile index 60085a3abe0f..d53ca6169911 100644 --- a/net-im/corebird/Makefile +++ b/net-im/corebird/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= corebird -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= net-im MAINTAINER= cpm@FreeBSD.org diff --git a/net-im/corebird/distinfo b/net-im/corebird/distinfo index 82adbc1df0d7..d20f598e6f86 100644 --- a/net-im/corebird/distinfo +++ b/net-im/corebird/distinfo @@ -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 diff --git a/net-im/corebird/files/patch-configure.ac b/net-im/corebird/files/patch-configure.ac index 5b3b782a2f7f..f63d4d69b836 100644 --- a/net-im/corebird/files/patch-configure.ac +++ b/net-im/corebird/files/patch-configure.ac @@ -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 diff --git a/net-im/corebird/files/patch-ui_about-dialog.ui b/net-im/corebird/files/patch-ui_about-dialog.ui new file mode 100644 index 000000000000..143f05ec19fe --- /dev/null +++ b/net-im/corebird/files/patch-ui_about-dialog.ui @@ -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) -- cgit