Date: Tue, 21 Aug 2018 04:28:28 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477700 - head/sysutils/wait_on Message-ID: <201808210428.w7L4SS2d055729@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Aug 21 04:28:27 2018 New Revision: 477700 URL: https://svnweb.freebsd.org/changeset/ports/477700 Log: sysutils/wait_on: Update 1.1 -> 1.1-2 jcpierri@gmail.com takes maintainership Port changes: * Code moved from the original CVS repository to the maintainer's repository on github * Update COMMENT * Add WWW PR: 230311 Submitted by: Josmar <jcpierri@gmail.com> Modified: head/sysutils/wait_on/Makefile head/sysutils/wait_on/distinfo head/sysutils/wait_on/pkg-descr Modified: head/sysutils/wait_on/Makefile ============================================================================== --- head/sysutils/wait_on/Makefile Tue Aug 21 03:59:49 2018 (r477699) +++ head/sysutils/wait_on/Makefile Tue Aug 21 04:28:27 2018 (r477700) @@ -2,15 +2,18 @@ # $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 Modified: head/sysutils/wait_on/distinfo ============================================================================== --- head/sysutils/wait_on/distinfo Tue Aug 21 03:59:49 2018 (r477699) +++ head/sysutils/wait_on/distinfo Tue Aug 21 04:28:27 2018 (r477700) @@ -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 Modified: head/sysutils/wait_on/pkg-descr ============================================================================== --- head/sysutils/wait_on/pkg-descr Tue Aug 21 03:59:49 2018 (r477699) +++ head/sysutils/wait_on/pkg-descr Tue Aug 21 04:28:27 2018 (r477700) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808210428.w7L4SS2d055729>