Index: head/sysutils/tmpreaper/Makefile =================================================================== --- head/sysutils/tmpreaper/Makefile (revision 490730) +++ head/sysutils/tmpreaper/Makefile (revision 490731) @@ -1,26 +1,29 @@ # Created by: Emanuel Haupt # $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} .include Index: head/sysutils/tmpreaper/distinfo =================================================================== --- head/sysutils/tmpreaper/distinfo (revision 490730) +++ head/sysutils/tmpreaper/distinfo (revision 490731) @@ -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 Index: head/sysutils/tmpreaper/pkg-descr =================================================================== --- head/sysutils/tmpreaper/pkg-descr (revision 490730) +++ head/sysutils/tmpreaper/pkg-descr (revision 490731) @@ -1,8 +1,10 @@ This port provides a program that can be used to clean out temporary-file directories. It recursively searches the directory, refusing to chdir() across symlinks, and removes files that have not been accessed in a user-specified amount of time. You can specify a set of files to protect 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