x11/xdotool: Restore PORTEPOCH

After it was accidentally removed in 6212c464a8

$ pkg version -t 3.20210804.2 3.20210804.2,1
<

PR:	258060
Reported by:	lantw44@gmail.com
Reviewed by:
This commit is contained in:
Fernando Apesteguía 2021-08-26 18:37:37 +02:00
parent b3ea1f261c
commit 78234d3bff

View File

@ -1,6 +1,7 @@
PORTNAME= xdotool
DISTVERSIONPREFIX= v
DISTVERSION= 3.20210804.2
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= gregf@beastie.tech
@ -27,7 +28,6 @@ PLIST_FILES= bin/xdotool \
libdata/pkgconfig/libxdo.pc \
man/man1/xdotool.1.gz
# Older GCC on RELENG_6 doesn't like -Wno-missing-field-initializers
post-patch:
@${REINPLACE_CMD} -e 's,-Wno-missing-field-initializers,,' \