Change DISTFILE to prevent issues with bulk builds.
Hint and concern from sthen@
This commit is contained in:
parent
cf378bd730
commit
b3a8593333
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2018/02/28 12:48:01 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2018/03/04 12:10:32 rsadowski Exp $
|
||||
|
||||
COMMENT= fake keyboard and mouse input
|
||||
|
||||
V = 3.20150503.1
|
||||
DISTNAME = xdotool-${V}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
EPOCH= 0
|
||||
|
||||
SHARED_LIBS= xdo 0.1 # 1.1
|
||||
@ -22,6 +22,8 @@ WANTLIB += X11 Xinerama Xtst c m xkbcommon
|
||||
|
||||
MASTER_SITES = https://github.com/jordansissel/xdotool/releases/download/v${V}/
|
||||
|
||||
DISTFILES = ${DISTNAME}_1{${DISTNAME}}${EXTRACT_SUFX}
|
||||
|
||||
LIB_DEPENDS= x11/xkbcommon
|
||||
|
||||
MAKE_FLAGS= LIBVER=${LIBxdo_VERSION}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (xdotool-3.20150503.1.tar.gz) = 6DJog71ekb7eczbL7hhubpFD9As/thyEr8m7Mbh+ltE=
|
||||
SIZE (xdotool-3.20150503.1.tar.gz) = 102125
|
||||
SHA256 (xdotool-3.20150503.1_1.tar.gz) = 6DJog71ekb7eczbL7hhubpFD9As/thyEr8m7Mbh+ltE=
|
||||
SIZE (xdotool-3.20150503.1_1.tar.gz) = 102125
|
||||
|
Loading…
Reference in New Issue
Block a user