svn commit: r541474 - head/x11/gxkb

Alexey Dokuchaev danfe at FreeBSD.org
Wed Jul 8 09:40:37 UTC 2020


Author: danfe
Date: Wed Jul  8 09:40:35 2020
New Revision: 541474
URL: https://svnweb.freebsd.org/changeset/ports/541474

Log:
  Update to version 0.8.2, list of changes:
  - Fixed segfault after executing setxkbmap(1)
  - Fixed ftbfs (build?) with GCC 10
  - Fixed recursion in xkb_config_xkl_state_changed()
  - Merged ayatana-appindicator.patch from Debian
  
  Reported by:	portscout

Modified:
  head/x11/gxkb/Makefile
  head/x11/gxkb/distinfo

Modified: head/x11/gxkb/Makefile
==============================================================================
--- head/x11/gxkb/Makefile	Wed Jul  8 09:35:15 2020	(r541473)
+++ head/x11/gxkb/Makefile	Wed Jul  8 09:40:35 2020	(r541474)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gxkb
-PORTVERSION=	0.8.1
+PORTVERSION=	0.8.2
 CATEGORIES=	x11
 MASTER_SITES=	SF/${PORTNAME}
 

Modified: head/x11/gxkb/distinfo
==============================================================================
--- head/x11/gxkb/distinfo	Wed Jul  8 09:35:15 2020	(r541473)
+++ head/x11/gxkb/distinfo	Wed Jul  8 09:40:35 2020	(r541474)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1547129310
-SHA256 (gxkb-0.8.1.tar.gz) = 705358e1ff7b92130f7270b5150ffdbf3c68944ad6187ce13587a73f6d5659dc
-SIZE (gxkb-0.8.1.tar.gz) = 164574
+TIMESTAMP = 1594112130
+SHA256 (gxkb-0.8.2.tar.gz) = 3683881bf2cf02846a746c4ddf6dc44adde01ab4a829e5e1a3b49aa22c89c24f
+SIZE (gxkb-0.8.2.tar.gz) = 175889


More information about the svn-ports-all mailing list