summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/filewatcherd/Makefile10
-rw-r--r--sysutils/filewatcherd/distinfo4
2 files changed, 8 insertions, 6 deletions
diff --git a/sysutils/filewatcherd/Makefile b/sysutils/filewatcherd/Makefile
index feb2681c279f..199732434a8b 100644
--- a/sysutils/filewatcherd/Makefile
+++ b/sysutils/filewatcherd/Makefile
@@ -2,26 +2,28 @@
# $FreeBSD$
PORTNAME= filewatcherd
-PORTVERSION= 1.0b2
-PORTREVISION= 1
+PORTVERSION= 1.0b3
CATEGORIES= sysutils
MAINTAINER= natbsd@instinctive.eu
COMMENT= Daemon that watches files and runs commands when they change
LICENSE= ISCL
+LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= faelys
-GH_TAGNAME= 1.0-beta2
+GH_TAGNAME= 1.0-beta3
USE_RC_SUBR= filewatcherd
SUB_FILES= pkg-message
-PLIST_FILES= sbin/filewatcherd etc/watchtab.sample
+PLIST_FILES= sbin/filewatcherd etc/watchtab.sample man/man8/filewatcherd.8.gz man/man5/watchtab.5.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/filewatcherd ${STAGEDIR}${PREFIX}/sbin
+ ${INSTALL_MAN} ${WRKSRC}/filewatcherd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/watchtab.5 ${STAGEDIR}${MAN5PREFIX}/man/man5
${INSTALL_DATA} ${FILESDIR}/watchtab.sample ${STAGEDIR}${PREFIX}/etc
.include <bsd.port.mk>
diff --git a/sysutils/filewatcherd/distinfo b/sysutils/filewatcherd/distinfo
index 04420b7bfe62..76220a568270 100644
--- a/sysutils/filewatcherd/distinfo
+++ b/sysutils/filewatcherd/distinfo
@@ -1,2 +1,2 @@
-SHA256 (faelys-filewatcherd-1.0b2-1.0-beta2_GH0.tar.gz) = 3a724d78a1be3edb325e37f5fc5410775b702d732ca7f89f353affdedbe63007
-SIZE (faelys-filewatcherd-1.0b2-1.0-beta2_GH0.tar.gz) = 12911
+SHA256 (faelys-filewatcherd-1.0b3-1.0-beta3_GH0.tar.gz) = c15351b1eabf94b8edd598b2b992ab571a15690f8de11d48209468c4e4008aa5
+SIZE (faelys-filewatcherd-1.0b3-1.0-beta3_GH0.tar.gz) = 14301