From owner-svn-ports-all@freebsd.org Thu Apr 5 20:43:12 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 68AF2FA17F1; Thu, 5 Apr 2018 20:43:12 +0000 (UTC) (envelope-from feld@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 16FD170948; Thu, 5 Apr 2018 20:43:12 +0000 (UTC) (envelope-from feld@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 11FCB27B76; Thu, 5 Apr 2018 20:43:12 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w35KhBFm038623; Thu, 5 Apr 2018 20:43:11 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w35KhBlU038622; Thu, 5 Apr 2018 20:43:11 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201804052043.w35KhBlU038622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 5 Apr 2018 20:43:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r466600 - in branches/2018Q2/dns/nsnotifyd: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in branches/2018Q2/dns/nsnotifyd: . files X-SVN-Commit-Revision: 466600 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.25 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: Thu, 05 Apr 2018 20:43:12 -0000 Author: feld Date: Thu Apr 5 20:43:11 2018 New Revision: 466600 URL: https://svnweb.freebsd.org/changeset/ports/466600 Log: MFH: r466599 dns/nsnotifyd: Add basic rc script Approved by: maintainer Added: branches/2018Q2/dns/nsnotifyd/files/ - copied from r466599, head/dns/nsnotifyd/files/ Modified: branches/2018Q2/dns/nsnotifyd/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/dns/nsnotifyd/Makefile ============================================================================== --- branches/2018Q2/dns/nsnotifyd/Makefile Thu Apr 5 20:37:15 2018 (r466599) +++ branches/2018Q2/dns/nsnotifyd/Makefile Thu Apr 5 20:43:11 2018 (r466600) @@ -2,6 +2,7 @@ PORTNAME= nsnotifyd PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://dotat.at/prog/nsnotifyd/ @@ -14,6 +15,8 @@ GNU_CONFIGURE= yes USES= shebangfix SHEBANG_FILES= nsnotify-liststealth + +USE_RC_SUBR= nsnotifyd EXEFILES= nsnotify nsnotifyd BINFILES= nsnotify-liststealth nsnotify2git nsnotify2stealth nsnotify2update