svn commit: r514467 - head/sysutils/tmpreaper
Emanuel Haupt
ehaupt at FreeBSD.org
Mon Oct 14 16:53:49 UTC 2019
Author: ehaupt
Date: Mon Oct 14 16:53:49 2019
New Revision: 514467
URL: https://svnweb.freebsd.org/changeset/ports/514467
Log:
Self host distfile since debian keeps releasing new tarballs containing debian
specific meta data changes. Thus drop PORTSCOUT variable containing debian skip
versions.
Modified:
head/sysutils/tmpreaper/Makefile
Modified: head/sysutils/tmpreaper/Makefile
==============================================================================
--- head/sysutils/tmpreaper/Makefile Mon Oct 14 16:51:02 2019 (r514466)
+++ head/sysutils/tmpreaper/Makefile Mon Oct 14 16:53:49 2019 (r514467)
@@ -4,7 +4,7 @@
PORTNAME= tmpreaper
PORTVERSION= 1.6.14
CATEGORIES= sysutils
-MASTER_SITES= DEBIAN_POOL
+MASTER_SITES= LOCAL/ehaupt
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ehaupt at FreeBSD.org
@@ -21,9 +21,6 @@ PORTDOCS= README
OPTIONS_DEFINE= DOCS
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-# contains systemd/linux specific changes
-PORTSCOUT= skipv:1.6.14+nmu1
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
More information about the svn-ports-all
mailing list