Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2019 16:53:49 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514467 - head/sysutils/tmpreaper
Message-ID:  <201910141653.x9EGrn4O045820@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910141653.x9EGrn4O045820>