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)
This commit is contained in:
Robert Clausecker
2023-01-31 10:13:16 +00:00
committed by Nuno Teixeira
parent cd6ddb4c2d
commit 7124540f1a
2 changed files with 8 additions and 5 deletions
+5 -2
View File
@@ -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
+3 -3
View File
@@ -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