svn commit: r560871 - head/devel/mimalloc

Emanuel Haupt ehaupt at FreeBSD.org
Sat Jan 9 15:19:57 UTC 2021


Author: ehaupt
Date: Sat Jan  9 15:19:56 2021
New Revision: 560871
URL: https://svnweb.freebsd.org/changeset/ports/560871

Log:
  Restore accidentally removed PORTSCOUT definition

Modified:
  head/devel/mimalloc/Makefile

Modified: head/devel/mimalloc/Makefile
==============================================================================
--- head/devel/mimalloc/Makefile	Sat Jan  9 15:15:50 2021	(r560870)
+++ head/devel/mimalloc/Makefile	Sat Jan  9 15:19:56 2021	(r560871)
@@ -21,4 +21,7 @@ GH_ACCOUNT=	microsoft
 
 LDFLAGS_i386+=	-latomic
 
+# ci pipeline creates transient tags
+PORTSCOUT=	ignore:1
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list