diff options
author | zeising <zeising@FreeBSD.org> | 2019-03-07 05:24:01 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2019-03-07 05:24:01 +0800 |
commit | c3e806abe906e48eb97fe15c2f3a118b5e608e75 (patch) | |
tree | 7f3c4b4d990536651614cab5e2a1c2c0e5ce540b /x11/xmodmap | |
parent | 3ddcef5fe366fd4887c98eb8e5f5b2ecafd0afd2 (diff) | |
download | freebsd-ports-gnome-c3e806abe906e48eb97fe15c2f3a118b5e608e75.tar.gz freebsd-ports-gnome-c3e806abe906e48eb97fe15c2f3a118b5e608e75.tar.zst freebsd-ports-gnome-c3e806abe906e48eb97fe15c2f3a118b5e608e75.zip |
x11/xmodmap: Update to 1.0.10
Update x11/xmodmap to 1.0.10
Add license file
This release provides a man page update and some small build fixes &
janitorial cleanups.
Changelog:
https://lists.x.org/archives/xorg/2019-February/059615.html
PR: 236089
Submitted by: Samy Mahmoudi
Diffstat (limited to 'x11/xmodmap')
-rw-r--r-- | x11/xmodmap/Makefile | 3 | ||||
-rw-r--r-- | x11/xmodmap/distinfo | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11/xmodmap/Makefile b/x11/xmodmap/Makefile index 8b27a8fdad80..9442fdaef3bb 100644 --- a/x11/xmodmap/Makefile +++ b/x11/xmodmap/Makefile @@ -1,13 +1,14 @@ # $FreeBSD$ PORTNAME= xmodmap -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.10 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Utility for modifying keymaps and pointer button mappings in X LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING XORG_CAT= app USE_XORG= x11 diff --git a/x11/xmodmap/distinfo b/x11/xmodmap/distinfo index 293856ad81ea..37c085e69b46 100644 --- a/x11/xmodmap/distinfo +++ b/x11/xmodmap/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/app/xmodmap-1.0.9.tar.bz2) = b7b0e5cc5f10d0fb6d2d6ea4f00c77e8ac0e847cc5a73be94cd86139ac4ac478 -SIZE (xorg/app/xmodmap-1.0.9.tar.bz2) = 142565 +TIMESTAMP = 1551298200 +SHA256 (xorg/app/xmodmap-1.0.10.tar.bz2) = 473f0941d7439d501bb895ff358832b936ec34c749b9704c37a15e11c318487c +SIZE (xorg/app/xmodmap-1.0.10.tar.bz2) = 145489 |