mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 1.16.4
- Pacify portlint - Specify LICENSE_FILE - Add WWW
This commit is contained in:
parent
3bca11c404
commit
c1d9e502d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490731
@ -2,24 +2,27 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tmpreaper
|
||||
PORTVERSION= 1.6.13
|
||||
PORTVERSION= 1.6.14
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= LOCAL/ehaupt
|
||||
MASTER_SITES= DEBIAN_POOL
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Cleans up files in directories based on their age
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake
|
||||
|
||||
PLIST_FILES= sbin/tmpreaper man/man8/tmpreaper.8.gz
|
||||
PORTDOCS= README
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (tmpreaper-1.6.13.tar.gz) = da29922f5194e2e8048725171a3e4f71323d905dc621669c9b94fa91314811b7
|
||||
SIZE (tmpreaper-1.6.13.tar.gz) = 135593
|
||||
TIMESTAMP = 1547921747
|
||||
SHA256 (tmpreaper_1.6.14.tar.gz) = 4acb93745ceb8b8c5941313bbba78ceb2af0c3914f1afea0e0ae1f7950d6bdae
|
||||
SIZE (tmpreaper_1.6.14.tar.gz) = 158981
|
||||
|
@ -6,3 +6,5 @@ from deletion with a shell pattern.
|
||||
|
||||
It will not remove symlinks, sockets, fifos, or special files unless given a
|
||||
command line option enabling it to.
|
||||
|
||||
WWW: https://packages.debian.org/sid/tmpreaper
|
||||
|
Loading…
Reference in New Issue
Block a user