Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2018 17:23:02 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482848 - in head/security/fswatch: . files
Message-ID:  <201810231723.w9NHN2Gc051034@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810231723.w9NHN2Gc051034>