aboutsummaryrefslogtreecommitdiff
path: root/x11/libxkbfile/Makefile
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-06-16 20:42:51 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-06-16 20:42:51 +0000
commitb3957dc651a047aac2b3f555becd57c6519926bd (patch)
tree3d4c420a6ce4919096d18fc6bfaa4083831c9fd3 /x11/libxkbfile/Makefile
parent81b4ca5a99c4427d30dc25eeaba30de65c0fa56b (diff)
downloadports-b3957dc651a047aac2b3f555becd57c6519926bd.tar.gz
ports-b3957dc651a047aac2b3f555becd57c6519926bd.zip
x11/libxkbfile: Update to 1.1.0
Update x11/libxkbfile to 1.1.0 This release adds support for the NoLock, NoUnlock and genKeyEvent flags, as well as other minor fixes. Add INSTALL_TARGET=install-strip to strip installed binaries and libraries Changelog: https://lists.x.org/archives/xorg-announce/2019-March/002977.html Sponsored by: B3 Init
Notes
Notes: svn path=/head/; revision=504372
Diffstat (limited to 'x11/libxkbfile/Makefile')
-rw-r--r--x11/libxkbfile/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/libxkbfile/Makefile b/x11/libxkbfile/Makefile
index 6c49e18f27e4..c2d90fb65393 100644
--- a/x11/libxkbfile/Makefile
+++ b/x11/libxkbfile/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= libxkbfile
-PORTVERSION= 1.0.9
-PORTREVISION= 2
+PORTVERSION= 1.1.0
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@@ -15,4 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
XORG_CAT= lib
USE_XORG= x11 xorgproto
+INSTALL_TARGET= install-strip
+
.include <bsd.port.mk>