diff options
author | cpm <cpm@FreeBSD.org> | 2016-05-22 07:32:13 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2016-05-22 07:32:13 +0800 |
commit | abcb1fb1cb84b26acfaf4788eef1e6a90539b226 (patch) | |
tree | ced1a18e6c48c2e2afa07a64b276a0e386bac8ad /net-im | |
parent | 4b103078f80c17e09258d8ec89a0725098264436 (diff) | |
download | freebsd-ports-gnome-abcb1fb1cb84b26acfaf4788eef1e6a90539b226.tar.gz freebsd-ports-gnome-abcb1fb1cb84b26acfaf4788eef1e6a90539b226.tar.zst freebsd-ports-gnome-abcb1fb1cb84b26acfaf4788eef1e6a90539b226.zip |
- 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
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/corebird/Makefile | 2 | ||||
-rw-r--r-- | net-im/corebird/distinfo | 5 | ||||
-rw-r--r-- | net-im/corebird/files/patch-configure.ac | 8 | ||||
-rw-r--r-- | net-im/corebird/files/patch-ui_about-dialog.ui | 11 |
4 files changed, 22 insertions, 4 deletions
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 @@ + <property name="title" translatable="yes">About Corebird</property> + <property name="type_hint">dialog</property> + <property name="program_name">Corebird</property> +- <property name="version">1.2.1</property> ++ <property name="version">1.2.2</property> + <property name="comments" translatable="yes">Using Font Awesome by Dave Gandy - http://fontawesome.io</property> + <property name="website">http://corebird.baedert.org</property> + <property name="authors">Timm Bäder<mail@baedert.org> (Bugs go here) |