Index: head/x11/simplestroke/Makefile =================================================================== --- head/x11/simplestroke/Makefile (revision 533096) +++ head/x11/simplestroke/Makefile (revision 533097) @@ -1,37 +1,37 @@ # Created by: Tobias Kortkamp # $FreeBSD$ PORTNAME= simplestroke DISTVERSIONPREFIX= v -DISTVERSION= 1.3 +DISTVERSION= 1.3.1 CATEGORIES= x11 MAINTAINER= tobik@FreeBSD.org COMMENT= Detect mouse gestures LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE USES= pkgconfig USE_GITHUB= yes GH_ACCOUNT= t6 HAS_CONFIGURE= yes CONFIGURE_ARGS= LDFLAGS="${LDFLAGS}" \ PREFIX="${PREFIX}" MAKE_ARGS= INSTALL_MAN="${INSTALL_MAN}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" PLIST_FILES= "${_MAYBE_SUID}bin/simplestroke" \ share/man/man1/simplestroke.1.gz OPTIONS_DEFINE= SUID OPTIONS_DEFAULT= SUID OPTIONS_SUB= yes SUID_DESC= Install with setuid bit for opening evdev(4) devices SUID_VARS= _MAYBE_SUID="@(,,4755) " SUID_VARS_OFF= _MAYBE_SUID="" .include Index: head/x11/simplestroke/distinfo =================================================================== --- head/x11/simplestroke/distinfo (revision 533096) +++ head/x11/simplestroke/distinfo (revision 533097) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586533464 -SHA256 (t6-simplestroke-v1.3_GH0.tar.gz) = ae704da018581fc4d5525c9fd9a0bf718e0050cf25863d613906d498f66ece55 -SIZE (t6-simplestroke-v1.3_GH0.tar.gz) = 23874 +TIMESTAMP = 1587859493 +SHA256 (t6-simplestroke-v1.3.1_GH0.tar.gz) = 60da093bf171558fce5aca896a5a82a16ea59be32ec8221348344a5cb28974a0 +SIZE (t6-simplestroke-v1.3.1_GH0.tar.gz) = 23793 Index: head/x11/simplestroke/pkg-descr =================================================================== --- head/x11/simplestroke/pkg-descr (revision 533096) +++ head/x11/simplestroke/pkg-descr (revision 533097) @@ -1,10 +1,10 @@ Simplestroke is a simple utility that detects mouse gestures. It -currently detects twelve pre-defined mouse gestures and prints the +currently detects sixteen pre-defined mouse gestures and prints the name of the detected gesture to stdout, if any. The output can then e.g. be used in a simple shell script to execute commands. Example usages could include closing windows in i3 by drawing a Z over them or other window manipulations, or pausing your music player by drawing a left-to-right line. -WWW: https://github.com/t6/simplestroke/ +WWW: https://github.com/t6/simplestroke