svn commit: r439941 - head/x11/simplestroke
Tobias Kortkamp
tobik at FreeBSD.org
Tue May 2 11:59:38 UTC 2017
Author: tobik
Date: Tue May 2 11:59:36 2017
New Revision: 439941
URL: https://svnweb.freebsd.org/changeset/ports/439941
Log:
Update to 1.1
simplestroke 1.1 adds a small daemon that listens for mouse button
clicks and removes the need to start simplestroke from e.g. xbindkeys.
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D10549
Modified:
head/x11/simplestroke/Makefile
head/x11/simplestroke/distinfo
Modified: head/x11/simplestroke/Makefile
==============================================================================
--- head/x11/simplestroke/Makefile Tue May 2 10:46:47 2017 (r439940)
+++ head/x11/simplestroke/Makefile Tue May 2 11:59:36 2017 (r439941)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= simplestroke
-PORTVERSION= 1.0
+PORTVERSION= 1.1
DISTVERSIONPREFIX= v
CATEGORIES= x11
@@ -19,6 +19,8 @@ USES= pkgconfig
USE_XORG= x11 xtst
PLIST_FILES= bin/simplestroke \
- man/man1/simplestroke.1.gz
+ bin/simplestroke-daemon \
+ man/man1/simplestroke.1.gz \
+ man/man1/simplestroke-daemon.1.gz
.include <bsd.port.mk>
Modified: head/x11/simplestroke/distinfo
==============================================================================
--- head/x11/simplestroke/distinfo Tue May 2 10:46:47 2017 (r439940)
+++ head/x11/simplestroke/distinfo Tue May 2 11:59:36 2017 (r439941)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1470235134
-SHA256 (t6-simplestroke-v1.0_GH0.tar.gz) = 6213e3042ac87693d99d0093269b680f4d8ab1be9150dad887383876627e9c0a
-SIZE (t6-simplestroke-v1.0_GH0.tar.gz) = 7711
+TIMESTAMP = 1493576120
+SHA256 (t6-simplestroke-v1.1_GH0.tar.gz) = 113b9557138fbcd060f7627ec5229765db4a574a335a961b1236897a02bbc4d5
+SIZE (t6-simplestroke-v1.1_GH0.tar.gz) = 7996
More information about the svn-ports-head
mailing list