git: a8361b60e79a - 2023Q1 - sysutils/filewatcherd: Update to 1.0

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Tue, 31 Jan 2023 10:16:03 UTC
The branch 2023Q1 has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a8361b60e79a426c7e5d7915825fc56c49481a57

commit a8361b60e79a426c7e5d7915825fc56c49481a57
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2023-01-31 10:04:47 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-01-31 10:14:31 +0000

    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)
---
 sysutils/filewatcherd/Makefile | 7 +++++--
 sysutils/filewatcherd/distinfo | 6 +++---
 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