From owner-svn-ports-head@freebsd.org Tue Oct 23 17:23:03 2018 Return-Path: Delivered-To: svn-ports-head@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 9CE16FED3F6; Tue, 23 Oct 2018 17:23:03 +0000 (UTC) (envelope-from 0mp@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 525F6867C1; Tue, 23 Oct 2018 17:23:03 +0000 (UTC) (envelope-from 0mp@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 4D49512FD9; Tue, 23 Oct 2018 17:23:03 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9NHN3iX051037; Tue, 23 Oct 2018 17:23:03 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9NHN2Gc051034; Tue, 23 Oct 2018 17:23:02 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201810231723.w9NHN2Gc051034@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Tue, 23 Oct 2018 17:23:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482848 - in head/security/fswatch: . files X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: in head/security/fswatch: . files X-SVN-Commit-Revision: 482848 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2018 17:23:03 -0000 Author: 0mp Date: Tue Oct 23 17:23:02 2018 New Revision: 482848 URL: https://svnweb.freebsd.org/changeset/ports/482848 Log: security/fswatch: Take maintainership & clean up - Take maintainership - Remove now empty files/ - Do not use SUB_FILES for pkg-message as there is nothing to substitute - Set LICENSE and LICENSE_FILE - Sort variables - Do not set WRKSRC as it is not necessary - Reword pkg-message - Use @sample for a sample configuration file and bump port revision Reviewed by: krion Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D17669 Added: head/security/fswatch/pkg-message - copied, changed from r482847, head/security/fswatch/files/pkg-message.in Deleted: head/security/fswatch/files/ Modified: head/security/fswatch/Makefile head/security/fswatch/distinfo head/security/fswatch/pkg-plist Modified: head/security/fswatch/Makefile ============================================================================== --- head/security/fswatch/Makefile Tue Oct 23 17:01:57 2018 (r482847) +++ head/security/fswatch/Makefile Tue Oct 23 17:23:02 2018 (r482848) @@ -3,20 +3,20 @@ PORTNAME= fswatch DISTVERSION= 0.02beta5 +PORTREVISION= 1 CATEGORIES= security sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.02beta5 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 0mp@FreeBSD.org COMMENT= File system checksum checker -GNU_CONFIGURE= yes +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + CONFIGURE_ARGS= --prefix=${PREFIX} \ --enable-regex \ --enable-stflags - -SUB_FILES= pkg-message - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/.b/beta/}/ +GNU_CONFIGURE= yes post-patch: @${REINPLACE_CMD} '/INSTALL/ s|prefix)|DESTDIR)$$(&|' \ Modified: head/security/fswatch/distinfo ============================================================================== --- head/security/fswatch/distinfo Tue Oct 23 17:01:57 2018 (r482847) +++ head/security/fswatch/distinfo Tue Oct 23 17:23:02 2018 (r482848) @@ -1,2 +1,3 @@ +TIMESTAMP = 1540209992 SHA256 (fswatch-0.02beta5.tar.gz) = d042209234044655eb94a848bff65a33569c26f893d96ccde452661615b17ef5 SIZE (fswatch-0.02beta5.tar.gz) = 102934 Copied and modified: head/security/fswatch/pkg-message (from r482847, head/security/fswatch/files/pkg-message.in) ============================================================================== --- head/security/fswatch/files/pkg-message.in Tue Oct 23 17:01:57 2018 (r482847, copy source) +++ head/security/fswatch/pkg-message Tue Oct 23 17:23:02 2018 (r482848) @@ -1,12 +1,9 @@ ----------------------------------------------------------------- -thank you for choosing fswatch. if you have any questions you can -simply email me or post message to forum at project home page. - -default fswatch.conf checks directories: +The default fswatch.conf checks directories: /etc /bin /sbin /lib /libexec /usr/bin /usr/sbin /usr/lib /usr/libexec /usr/libdata /usr/local/etc /usr/local/bin /usr/local/sbin /usr/local/lib /usr/local/libexec /usr/local/libdata -see fswatch(7) . +See fswatch(7) for more details. ----------------------------------------------------------------- Modified: head/security/fswatch/pkg-plist ============================================================================== --- head/security/fswatch/pkg-plist Tue Oct 23 17:01:57 2018 (r482847) +++ head/security/fswatch/pkg-plist Tue Oct 23 17:23:02 2018 (r482848) @@ -2,7 +2,7 @@ bin/fswbuild bin/fswcmp bin/fswconf bin/fswshow -etc/fswatch.conf.sample +@sample etc/fswatch.conf.sample man/man1/fswbuild.1.gz man/man1/fswcmp.1.gz man/man1/fswconf.1.gz