Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 2017 11:59:37 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439941 - head/x11/simplestroke
Message-ID:  <201705021159.v42Bxb3S036130@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705021159.v42Bxb3S036130>