svn commit: r512807 - head/sysutils/tmpreaper

Emanuel Haupt ehaupt at FreeBSD.org
Wed Sep 25 19:49:14 UTC 2019


Author: ehaupt
Date: Wed Sep 25 19:49:13 2019
New Revision: 512807
URL: https://svnweb.freebsd.org/changeset/ports/512807

Log:
  Define PORTSCOUT

Modified:
  head/sysutils/tmpreaper/Makefile

Modified: head/sysutils/tmpreaper/Makefile
==============================================================================
--- head/sysutils/tmpreaper/Makefile	Wed Sep 25 19:44:18 2019	(r512806)
+++ head/sysutils/tmpreaper/Makefile	Wed Sep 25 19:49:13 2019	(r512807)
@@ -22,6 +22,9 @@ 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}
 	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list