Update to 0.6.1
While here fix the default path to find X localed PR: 203593 209867
This commit is contained in:
parent
493cf15e07
commit
f9d2909fcb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425437
2 changed files with 6 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue