Index: head/sysutils/wait_on/Makefile =================================================================== --- head/sysutils/wait_on/Makefile (revision 477699) +++ head/sysutils/wait_on/Makefile (revision 477700) @@ -1,17 +1,20 @@ # Created by: Andrew Stevenson # $FreeBSD$ PORTNAME= wait_on -PORTVERSION= 1.1 +DISTVERSION= 1.1-2 +DISTVERSIONSUFFIX= -g2fb6f24 CATEGORIES= sysutils -MASTER_SITES= http://weboutsourcing.cz/freebsd/ports/sysutils/wait_on/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Enable shell scripts to monitor directories for new files +MAINTAINER= jcpierri@gmail.com +COMMENT= Enable shell scripts to monitor for changes on directories and files +LICENSE= BSD3CLAUSE + USES= uidfix -WRKSRC= ${WRKDIR}/wait_on +USE_GITHUB= yes +GH_ACCOUNT= jcpierri PLIST_FILES= bin/wait_on man/man1/wait_on.1.gz .include Index: head/sysutils/wait_on/distinfo =================================================================== --- head/sysutils/wait_on/distinfo (revision 477699) +++ head/sysutils/wait_on/distinfo (revision 477700) @@ -1,2 +1,3 @@ -SHA256 (wait_on-1.1.tar.gz) = d7f40655f5c11e882890340826d1163050e2748de66b292c15b10d32feb6490f -SIZE (wait_on-1.1.tar.gz) = 6254 +TIMESTAMP = 1534810907 +SHA256 (jcpierri-wait_on-1.1-2-g2fb6f24_GH0.tar.gz) = 3bcf8ed213e6a6d7bbae9b38e5b7c8ad43640ae0da1bcb33ae234e0eed93592e +SIZE (jcpierri-wait_on-1.1-2-g2fb6f24_GH0.tar.gz) = 7555 Index: head/sysutils/wait_on/pkg-descr =================================================================== --- head/sysutils/wait_on/pkg-descr (revision 477699) +++ head/sysutils/wait_on/pkg-descr (revision 477700) @@ -1,3 +1,5 @@ The wait_on command allows shell scripts to access the facilities provided by kqueue(3). This allows scripts to detect files being added to directories, data appended to files and many other things - all without polling. + +WWW: https://github.com/jcpierri/wait_on