mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
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.
This commit is contained in:
parent
8c53672401
commit
b6bea55fea
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user