aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-08-26 16:37:37 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-08-26 16:41:18 +0000
commit78234d3bffba02b7e928d8d7d9cb936276cbdf93 (patch)
tree02e7e4a3c964b562ed5bbdd7fdd77ebeb5d8c086
parentb3ea1f261c8198d70f5cb2d6903887586d387d9c (diff)
downloadports-78234d3bffba02b7e928d8d7d9cb936276cbdf93.tar.gz
ports-78234d3bffba02b7e928d8d7d9cb936276cbdf93.zip
x11/xdotool: Restore PORTEPOCH
After it was accidentally removed in 6212c464a814 $ pkg version -t 3.20210804.2 3.20210804.2,1 < PR: 258060 Reported by: lantw44@gmail.com Reviewed by:
-rw-r--r--x11/xdotool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xdotool/Makefile b/x11/xdotool/Makefile
index dc85cfeb3ba5..1d0c46090fdd 100644
--- a/x11/xdotool/Makefile
+++ b/x11/xdotool/Makefile
@@ -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,,' \