aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@fuz.su>2023-01-31 10:04:47 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2023-01-31 10:14:31 +0000
commita8361b60e79a426c7e5d7915825fc56c49481a57 (patch)
tree2096701f8d6a5920b457d32cd06ee452e627d608
parente183bef6aa4787e2575e0cbe412ef742b8ca5eaf (diff)
downloadports-a8361b60e79a426c7e5d7915825fc56c49481a57.tar.gz
ports-a8361b60e79a426c7e5d7915825fc56c49481a57.zip
sysutils/filewatcherd: Update to 1.0
Fix build on arm/arm64: Don't use char to store the return value of getopt_long, use int instead. ChangeLog: https://github.com/faelys/filewatcherd/releases/tag/1.0 See also: https://github.com/faelys/filewatcherd/issues/5 PR: 268793 MFH: 2023Q1 (build fixes) (cherry picked from commit 7124540f1aed5cbb68480ed79a1149c368dcd0fb)
-rw-r--r--sysutils/filewatcherd/Makefile7
-rw-r--r--sysutils/filewatcherd/distinfo6
2 files changed, 8 insertions, 5 deletions
diff --git a/sysutils/filewatcherd/Makefile b/sysutils/filewatcherd/Makefile
index a84642f9cdcb..b61ce7fcd423 100644
--- a/sysutils/filewatcherd/Makefile
+++ b/sysutils/filewatcherd/Makefile
@@ -1,5 +1,5 @@
PORTNAME= filewatcherd
-DISTVERSION= 1.0-beta3
+DISTVERSION= 1.0
PORTEPOCH= 1
CATEGORIES= sysutils
@@ -16,7 +16,10 @@ GH_ACCOUNT= faelys
USE_RC_SUBR= filewatcherd
SUB_FILES= pkg-message
-PLIST_FILES= sbin/filewatcherd etc/watchtab.sample man/man8/filewatcherd.8.gz man/man5/watchtab.5.gz
+PLIST_FILES= etc/watchtab.sample \
+ man/man5/watchtab.5.gz \
+ man/man8/filewatcherd.8.gz \
+ sbin/filewatcherd
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/filewatcherd ${STAGEDIR}${PREFIX}/sbin
diff --git a/sysutils/filewatcherd/distinfo b/sysutils/filewatcherd/distinfo
index 0c535cff9dbd..fd058f62709c 100644
--- a/sysutils/filewatcherd/distinfo
+++ b/sysutils/filewatcherd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487003587
-SHA256 (faelys-filewatcherd-1.0-beta3_GH0.tar.gz) = c15351b1eabf94b8edd598b2b992ab571a15690f8de11d48209468c4e4008aa5
-SIZE (faelys-filewatcherd-1.0-beta3_GH0.tar.gz) = 14301
+TIMESTAMP = 1675159234
+SHA256 (faelys-filewatcherd-1.0_GH0.tar.gz) = 4b3628ab02107ed7e672f1ad2ee28dfc798782d06a548b095035b5d0a2e6ecb7
+SIZE (faelys-filewatcherd-1.0_GH0.tar.gz) = 14338