Index: head/sysutils/tmpwatch/Makefile =================================================================== --- head/sysutils/tmpwatch/Makefile (revision 436882) +++ head/sysutils/tmpwatch/Makefile (revision 436883) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= tmpwatch PORTVERSION= 2.11 CATEGORIES= sysutils -MASTER_SITES= https://fedorahosted.org/releases/t/m/tmpwatch/ +MASTER_SITES= https://releases.pagure.org/tmpwatch/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility for removing files based on when they were last accessed LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe tar:bzip2 CPE_VENDOR= redhat GNU_CONFIGURE= yes PLIST_FILES= sbin/tmpwatch \ man/man8/tmpwatch.8.gz post-patch: @${REINPLACE_CMD} -E "s/^#include.+mntent.h.+//g" ${WRKSRC}/tmpwatch.c .include Index: head/sysutils/tmpwatch/pkg-descr =================================================================== --- head/sysutils/tmpwatch/pkg-descr (revision 436882) +++ head/sysutils/tmpwatch/pkg-descr (revision 436883) @@ -1,8 +1,8 @@ The tmpwatch utility recursively searches through specified directories and removes files which have not been accessed in a specified period of time. Tmpwatch is normally used to clean up directories which are used for temporarily holding files (for example, /tmp). Tmpwatch ignores symlinks, won't switch filesystems and only removes empty directories and regular files. -WWW: https://fedorahosted.org/tmpwatch/wiki +WWW: https://pagure.io/tmpwatch