svn commit: r504374 - in head/x11/xkeyboard-config: . files
Niclas Zeising
zeising at FreeBSD.org
Sun Jun 16 20:49:00 UTC 2019
Author: zeising
Date: Sun Jun 16 20:48:59 2019
New Revision: 504374
URL: https://svnweb.freebsd.org/changeset/ports/504374
Log:
x11/xkeyboard-config: Update to 2.27
Update x11/xkeyboard-config to 2.27
Remove patch from upstream included in this release.
add USES=gnome
pet portlint by moving USES earlier
Sponsored by: B3 Init
Deleted:
head/x11/xkeyboard-config/files/patch-symbols_am
Modified:
head/x11/xkeyboard-config/Makefile
head/x11/xkeyboard-config/distinfo
head/x11/xkeyboard-config/pkg-plist
Modified: head/x11/xkeyboard-config/Makefile
==============================================================================
--- head/x11/xkeyboard-config/Makefile Sun Jun 16 20:47:43 2019 (r504373)
+++ head/x11/xkeyboard-config/Makefile Sun Jun 16 20:48:59 2019 (r504374)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= xkeyboard-config
-PORTVERSION= 2.24
-PORTREVISION= 1
+PORTVERSION= 2.27
CATEGORIES= x11
MASTER_SITES= XORG/individual/${XORG_CAT}/${PORTNAME}
@@ -14,11 +13,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= xkbcomp:x11/xkbcomp
-XORG_CAT= data
+USES= gmake gnome localbase pathfix perl5
+XORG_CAT= data
NO_ARCH= yes
-USES= gmake localbase pathfix perl5
-USE_GNOME= intlhack libxslt:build
+USE_GNOME= libxslt:build
USE_PERL5= build
CONFIGURE_ARGS= --with-xkb-base=${PREFIX}/share/X11/xkb \
Modified: head/x11/xkeyboard-config/distinfo
==============================================================================
--- head/x11/xkeyboard-config/distinfo Sun Jun 16 20:47:43 2019 (r504373)
+++ head/x11/xkeyboard-config/distinfo Sun Jun 16 20:48:59 2019 (r504374)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1528483215
-SHA256 (xorg/data/xkeyboard-config-2.24.tar.bz2) = 91b18580f46b4e4ea913707f6c8d68ab5286879c3a6591462f3b9e760d3ac4d7
-SIZE (xorg/data/xkeyboard-config-2.24.tar.bz2) = 1057889
+TIMESTAMP = 1560370074
+SHA256 (xorg/data/xkeyboard-config-2.27.tar.bz2) = 690daec8fea63526c07620c90e6f3f10aae34e94b6db6e30906173480721901f
+SIZE (xorg/data/xkeyboard-config-2.27.tar.bz2) = 1664454
Modified: head/x11/xkeyboard-config/pkg-plist
==============================================================================
--- head/x11/xkeyboard-config/pkg-plist Sun Jun 16 20:47:43 2019 (r504373)
+++ head/x11/xkeyboard-config/pkg-plist Sun Jun 16 20:48:59 2019 (r504374)
@@ -80,6 +80,7 @@ share/X11/xkb/rules/evdev
share/X11/xkb/rules/evdev.extras.xml
share/X11/xkb/rules/evdev.lst
share/X11/xkb/rules/evdev.xml
+share/X11/xkb/rules/xkb.its
share/X11/xkb/rules/xfree98
share/X11/xkb/rules/xkb.dtd
share/X11/xkb/rules/xorg
@@ -317,6 +318,7 @@ share/X11/xkb/types/pc
%%NLS%%share/locale/nb/LC_MESSAGES/xkeyboard-config.mo
%%NLS%%share/locale/nl/LC_MESSAGES/xkeyboard-config.mo
%%NLS%%share/locale/pl/LC_MESSAGES/xkeyboard-config.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/xkeyboard-config.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/xkeyboard-config.mo
%%NLS%%share/locale/ro/LC_MESSAGES/xkeyboard-config.mo
%%NLS%%share/locale/ru/LC_MESSAGES/xkeyboard-config.mo
More information about the svn-ports-head
mailing list