diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2015-10-20 03:54:05 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2015-10-20 03:54:05 +0000 |
commit | 351da57423324208ab434247517a47154d5ba84f (patch) | |
tree | cbc08883739d5019d9a90a3407f95e20d97695b0 | |
parent | 2021f5f41cd692cfcf8cf40f6b136babfe3a69db (diff) | |
download | freebsd-ports-351da57423324208ab434247517a47154d5ba84f.zip |
sysutils/filewatcherd: Update to 1.0-beta3
- Update PORTVERSION and distinfo checksum
- Reset PORTREVISION
This update unbreaks use on FreeBSD versions > 10 and adds man pages
for filewatcherd(8) and and watchtab(5).
While I'm here:
- Add LICENSE_FILE
PR: 203881
Submitted by: Natacha Porte <natbsd instinctive eu> (maintainer)
MFH: 2015Q4
-rw-r--r-- | sysutils/filewatcherd/Makefile | 10 | ||||
-rw-r--r-- | sysutils/filewatcherd/distinfo | 4 |
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 |