svn commit: r494842 - head/x11/xmodmap
Niclas Zeising
zeising at FreeBSD.org
Wed Mar 6 21:24:02 UTC 2019
Author: zeising
Date: Wed Mar 6 21:24:01 2019
New Revision: 494842
URL: https://svnweb.freebsd.org/changeset/ports/494842
Log:
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
Modified:
head/x11/xmodmap/Makefile
head/x11/xmodmap/distinfo
Modified: head/x11/xmodmap/Makefile
==============================================================================
--- head/x11/xmodmap/Makefile Wed Mar 6 21:15:22 2019 (r494841)
+++ head/x11/xmodmap/Makefile Wed Mar 6 21:24:01 2019 (r494842)
@@ -1,13 +1,14 @@
# $FreeBSD$
PORTNAME= xmodmap
-PORTVERSION= 1.0.9
+PORTVERSION= 1.0.10
CATEGORIES= x11
MAINTAINER= x11 at 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
Modified: head/x11/xmodmap/distinfo
==============================================================================
--- head/x11/xmodmap/distinfo Wed Mar 6 21:15:22 2019 (r494841)
+++ head/x11/xmodmap/distinfo Wed Mar 6 21:24:01 2019 (r494842)
@@ -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
More information about the svn-ports-all
mailing list