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
This commit is contained in:
parent
6458e09c58
commit
a139f147ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482848
@ -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)$$(&|' \
|
||||
|
@ -1,2 +1,3 @@
|
||||
TIMESTAMP = 1540209992
|
||||
SHA256 (fswatch-0.02beta5.tar.gz) = d042209234044655eb94a848bff65a33569c26f893d96ccde452661615b17ef5
|
||||
SIZE (fswatch-0.02beta5.tar.gz) = 102934
|
||||
|
@ -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.
|
||||
-----------------------------------------------------------------
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user