Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jun 2021 08:34:32 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b6bea55feaf2 - main - sysutils/consolekit2: update to 1.2.3
Message-ID:  <202106050834.1558YWtc073210@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b6bea55feaf2a06a305546a78a9dc8505f1f7704

commit b6bea55feaf2a06a305546a78a9dc8505f1f7704
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2021-06-05 08:16:50 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2021-06-05 08:34:28 +0000

    sysutils/consolekit2: update to 1.2.3
    
    Bug Fixes:
        * Fix a crash with glib debugging enable by not unreferencing
          an instance object which was not referenced before while
          removing the lock on it.
---
 sysutils/consolekit2/Makefile  | 4 ++--
 sysutils/consolekit2/distinfo  | 6 +++---
 sysutils/consolekit2/pkg-plist | 1 +
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/sysutils/consolekit2/Makefile b/sysutils/consolekit2/Makefile
index c33aaf765735..acebfe016978 100644
--- a/sysutils/consolekit2/Makefile
+++ b/sysutils/consolekit2/Makefile
@@ -1,7 +1,7 @@
 # Created by: FreeBSD GNOME Team <gnome@freebsd.org>
 
 PORTNAME=	consolekit
-PORTVERSION=	1.2.2
+PORTVERSION=	1.2.3
 CATEGORIES=	sysutils gnome
 PKGNAMESUFFIX=	2
 
@@ -40,7 +40,7 @@ X11_CONFIGURE_WITH=	x
 USE_GITHUB=	yes
 GH_ACCOUNT=	ConsoleKit2
 GH_PROJECT=	ConsoleKit2
-GH_TAGNAME=	51c11c1  # v1.2.2
+GH_TAGNAME=	520b862 # v1.2.3
 
 USES=		autoreconf gettext gmake gnome libtool localbase pathfix pkgconfig \
 		tar:bzip2
diff --git a/sysutils/consolekit2/distinfo b/sysutils/consolekit2/distinfo
index f0b639d32442..c3ae2a47e1a3 100644
--- a/sysutils/consolekit2/distinfo
+++ b/sysutils/consolekit2/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1610903180
-SHA256 (ConsoleKit2-ConsoleKit2-1.2.2-51c11c1_GH0.tar.gz) = 88ec6d7b5fdfbf735e054cba8168fbcdd2a3bf36ee09926779d203c65f6bd435
-SIZE (ConsoleKit2-ConsoleKit2-1.2.2-51c11c1_GH0.tar.gz) = 254801
+TIMESTAMP = 1622881283
+SHA256 (ConsoleKit2-ConsoleKit2-1.2.3-520b862_GH0.tar.gz) = a7632d616b455923afe810e955f869ecd62bd83d5422178188d7659d2656257b
+SIZE (ConsoleKit2-ConsoleKit2-1.2.3-520b862_GH0.tar.gz) = 256578
 SHA256 (03eaa9779f2c9c7b0acf0521a5547036bdec2245.patch) = efcf04ccaba47ad4c979fa694baab3abe7f04fc24c90838b6cbf1e7d709056e6
 SIZE (03eaa9779f2c9c7b0acf0521a5547036bdec2245.patch) = 1457
 SHA256 (05f26e99539e7a442e57035ed6d64fdd9a50feb9.patch) = 36eb5011e29173f955e27f9b6987eecae27e1793b24e09a09bacda7db9fc2296
diff --git a/sysutils/consolekit2/pkg-plist b/sysutils/consolekit2/pkg-plist
index 469d998582c2..70e653a765a5 100644
--- a/sysutils/consolekit2/pkg-plist
+++ b/sysutils/consolekit2/pkg-plist
@@ -45,6 +45,7 @@ share/gir-1.0/libconsolekit-1.0.gir
 share/locale/bg/LC_MESSAGES/ConsoleKit2.mo
 share/locale/es/LC_MESSAGES/ConsoleKit2.mo
 share/locale/es_419/LC_MESSAGES/ConsoleKit2.mo
+share/locale/fr/LC_MESSAGES/ConsoleKit2.mo
 share/locale/ru/LC_MESSAGES/ConsoleKit2.mo
 %%POLKIT%%share/polkit-1/actions/org.freedesktop.consolekit.policy
 @dir etc/ConsoleKit/run-seat.d



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106050834.1558YWtc073210>