diff options
Diffstat (limited to 'x11/inputplug')
-rw-r--r-- | x11/inputplug/Makefile | 3 | ||||
-rw-r--r-- | x11/inputplug/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/x11/inputplug/Makefile b/x11/inputplug/Makefile index 4794bf041401..aaff6ed58ddb 100644 --- a/x11/inputplug/Makefile +++ b/x11/inputplug/Makefile @@ -1,10 +1,11 @@ PORTNAME= inputplug DISTVERSION= 0.4.0 -PORTREVISION= 8 +PORTREVISION= 21 CATEGORIES= x11 MAINTAINER= 0mp@FreeBSD.org COMMENT= XInput event monitor daemon +WWW= https://github.com/andrewshadura/inputplug LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/x11/inputplug/pkg-descr b/x11/inputplug/pkg-descr index d210519b4b86..49b95f97d673 100644 --- a/x11/inputplug/pkg-descr +++ b/x11/inputplug/pkg-descr @@ -5,5 +5,3 @@ removed, enabled or disabled). For example, inputplug can be used in shell scripts which monitor attachments of keyboards in order to run change keyboard mappings with commands like "setxkbmap -option ctrl:nocaps". - -WWW: https://github.com/andrewshadura/inputplug |