Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2019 07:26:37 +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: r515089 - head/devel/mimalloc
Message-ID:  <201910210726.x9L7Qb59087210@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Oct 21 07:26:37 2019
New Revision: 515089
URL: https://svnweb.freebsd.org/changeset/ports/515089

Log:
  Tell portscout to ignore version checking. Portscout shows broken
  links: 400: Invalid request.

Modified:
  head/devel/mimalloc/Makefile

Modified: head/devel/mimalloc/Makefile
==============================================================================
--- head/devel/mimalloc/Makefile	Mon Oct 21 07:22:10 2019	(r515088)
+++ head/devel/mimalloc/Makefile	Mon Oct 21 07:26:37 2019	(r515089)
@@ -20,4 +20,7 @@ USE_LDCONFIG=	yes
 
 GH_ACCOUNT=	microsoft
 
+# shows broken links: 400: Invalid request
+PORTSCOUT=	ignore
+
 .include <bsd.port.mk>



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