svn commit: r529963 - head/net/boringtun

Bernhard Froehlich decke at FreeBSD.org
Tue Mar 31 12:56:34 UTC 2020


Author: decke
Date: Tue Mar 31 12:56:22 2020
New Revision: 529963
URL: https://svnweb.freebsd.org/changeset/ports/529963

Log:
  net/boringtun: Bring back IGNORE to avoid building it on the package builders
  
  Reported by:	mat@

Modified:
  head/net/boringtun/Makefile

Modified: head/net/boringtun/Makefile
==============================================================================
--- head/net/boringtun/Makefile	Tue Mar 31 12:54:09 2020	(r529962)
+++ head/net/boringtun/Makefile	Tue Mar 31 12:56:22 2020	(r529963)
@@ -15,6 +15,8 @@ COMMENT=	CloudFlares Userspace WireGuard implementatio
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+IGNORE=		has unclear project status because the only release was \
+		silently deleted upstream
 DEPRECATED=	Status of the project and motivation is unclear
 EXPIRATION_DATE=	2020-04-30
 


More information about the svn-ports-all mailing list