svn commit: r556599 - head/x11/wtype
Jan Beich
jbeich at FreeBSD.org
Sun Nov 29 20:08:23 UTC 2020
Author: jbeich
Date: Sun Nov 29 20:08:22 2020
New Revision: 556599
URL: https://svnweb.freebsd.org/changeset/ports/556599
Log:
x11/wtype: update to 0.3
Changes: https://github.com/atx/wtype/releases/tag/v0.3
Reported by: GitHub (watch releases)
Modified:
head/x11/wtype/Makefile (contents, props changed)
head/x11/wtype/distinfo (contents, props changed)
Modified: head/x11/wtype/Makefile
==============================================================================
--- head/x11/wtype/Makefile Sun Nov 29 19:10:30 2020 (r556598)
+++ head/x11/wtype/Makefile Sun Nov 29 20:08:22 2020 (r556599)
@@ -2,12 +2,9 @@
PORTNAME= wtype
DISTVERSIONPREFIX= v
-DISTVERSION= 0.2
+DISTVERSION= 0.3
CATEGORIES= x11
-PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES+= bc262ff93e55.patch:-p1 # https://github.com/atx/wtype/issues/16
-
MAINTAINER= jbeich at FreeBSD.org
COMMENT= Programmatically simulate keyboard input on Wayland
@@ -20,6 +17,7 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland \
USES= compiler:c11 meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= atx
-PLIST_FILES= bin/${PORTNAME}
+PLIST_FILES= bin/${PORTNAME} \
+ man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>
Modified: head/x11/wtype/distinfo
==============================================================================
--- head/x11/wtype/distinfo Sun Nov 29 19:10:30 2020 (r556598)
+++ head/x11/wtype/distinfo Sun Nov 29 20:08:22 2020 (r556599)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1603562272
-SHA256 (atx-wtype-v0.2_GH0.tar.gz) = 14eef1c7a51c8c90ccf005443e2e52a164dbb49fabf75953ed1d021a1184acd6
-SIZE (atx-wtype-v0.2_GH0.tar.gz) = 7623
-SHA256 (bc262ff93e55.patch) = cf058178aacec784fb186538b2272335e701626b4e42e571d3398d1e5adf2895
-SIZE (bc262ff93e55.patch) = 1364
+TIMESTAMP = 1606221353
+SHA256 (atx-wtype-v0.3_GH0.tar.gz) = 35615e61e57576a240d10308f9101ceb2ec7b3554fac60119b1416b84c1694b2
+SIZE (atx-wtype-v0.3_GH0.tar.gz) = 8065
More information about the svn-ports-head
mailing list