From owner-svn-ports-all@freebsd.org Tue Aug 21 04:28:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54AE810888F5; Tue, 21 Aug 2018 04:28:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0598C71D8E; Tue, 21 Aug 2018 04:28:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D4C831F1C1; Tue, 21 Aug 2018 04:28:28 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7L4SSm9055732; Tue, 21 Aug 2018 04:28:28 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7L4SS2d055729; Tue, 21 Aug 2018 04:28:28 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201808210428.w7L4SS2d055729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 21 Aug 2018 04:28:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477700 - head/sysutils/wait_on X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/sysutils/wait_on X-SVN-Commit-Revision: 477700 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2018 04:28:29 -0000 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 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