svn commit: r561086 - head/audio/milkytracker

Emanuel Haupt ehaupt at FreeBSD.org
Sun Jan 10 16:38:27 UTC 2021


Author: ehaupt
Date: Sun Jan 10 16:38:27 2021
New Revision: 561086
URL: https://svnweb.freebsd.org/changeset/ports/561086

Log:
  Define PORTSCOUT with a skip configuration

Modified:
  head/audio/milkytracker/Makefile

Modified: head/audio/milkytracker/Makefile
==============================================================================
--- head/audio/milkytracker/Makefile	Sun Jan 10 16:35:58 2021	(r561085)
+++ head/audio/milkytracker/Makefile	Sun Jan 10 16:38:27 2021	(r561086)
@@ -27,6 +27,9 @@ ICONS=		carton.ico carton.png
 
 OPTIONS_DEFINE=	DOCS
 
+# ci pipeline creates transient tags
+PORTSCOUT=	ignore:1
+
 post-install:
 .for f in ${ICONS}
 	${INSTALL_DATA} ${WRKSRC}/resources/pictures/${f} \


More information about the svn-ports-head mailing list