Skip to content

Commit

Permalink
sysutils/filewatcherd: Update to 1.0
Browse files Browse the repository at this point in the history
 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:	faelys/filewatcherd#5
PR:		268793
MFH:		2023Q1 (build fixes)
  • Loading branch information
clausecker authored and nunotexbsd committed Jan 31, 2023
1 parent cd6ddb4 commit 7124540
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions sysutils/filewatcherd/Makefile
@@ -1,5 +1,5 @@
PORTNAME= filewatcherd
DISTVERSION= 1.0-beta3
DISTVERSION= 1.0
PORTEPOCH= 1
CATEGORIES= sysutils

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 7124540

Please sign in to comment.