Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Nov 2016 19:26:20 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425437 - head/x11/libxkbcommon
Message-ID:  <201611051926.uA5JQKWn048072@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Nov  5 19:26:20 2016
New Revision: 425437
URL: https://svnweb.freebsd.org/changeset/ports/425437

Log:
  Update to 0.6.1
  While here fix the default path to find X localed
  
  PR:		203593 209867

Modified:
  head/x11/libxkbcommon/Makefile
  head/x11/libxkbcommon/distinfo

Modified: head/x11/libxkbcommon/Makefile
==============================================================================
--- head/x11/libxkbcommon/Makefile	Sat Nov  5 19:25:47 2016	(r425436)
+++ head/x11/libxkbcommon/Makefile	Sat Nov  5 19:26:20 2016	(r425437)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libxkbcommon
-PORTVERSION=	0.5.0
-PORTREVISION=	1
+PORTVERSION=	0.6.1
 CATEGORIES=	x11
 MASTER_SITES=	http://xkbcommon.org/download/
 
@@ -23,6 +22,7 @@ CONFIGURE_ARGS=	--without-default-layout
 		--without-default-options \
 		--without-default-rules \
 		--without-default-variant \
-		--without-doxygen
+		--without-doxygen \
+		--with-x-locale-root=${PREFIX}/lib/X11/locale
 
 .include <bsd.port.mk>

Modified: head/x11/libxkbcommon/distinfo
==============================================================================
--- head/x11/libxkbcommon/distinfo	Sat Nov  5 19:25:47 2016	(r425436)
+++ head/x11/libxkbcommon/distinfo	Sat Nov  5 19:26:20 2016	(r425437)
@@ -1,2 +1,3 @@
-SHA256 (xorg/lib/libxkbcommon-0.5.0.tar.xz) = 90bd7824742b9a6f52a6cf80e2cadd6f5349cf600a358d08260772615b89d19c
-SIZE (xorg/lib/libxkbcommon-0.5.0.tar.xz) = 615504
+TIMESTAMP = 1478373459
+SHA256 (xorg/lib/libxkbcommon-0.6.1.tar.xz) = 5b0887b080b42169096a61106661f8d35bae783f8b6c58f97ebcd3af83ea8760
+SIZE (xorg/lib/libxkbcommon-0.6.1.tar.xz) = 722288



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