svn commit: r498701 - branches/2019Q2/net/boringtun

Antoine Brodin antoine at FreeBSD.org
Fri Apr 12 07:33:01 UTC 2019


Author: antoine
Date: Fri Apr 12 07:32:59 2019
New Revision: 498701
URL: https://svnweb.freebsd.org/changeset/ports/498701

Log:
  MFH: r497940
  
  net/boringtun: Mark IGNORE because the first and only available release was deleted from upstream

Modified:
  branches/2019Q2/net/boringtun/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/net/boringtun/Makefile
==============================================================================
--- branches/2019Q2/net/boringtun/Makefile	Fri Apr 12 07:12:48 2019	(r498700)
+++ branches/2019Q2/net/boringtun/Makefile	Fri Apr 12 07:32:59 2019	(r498701)
@@ -14,6 +14,9 @@ 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
+
 RUN_DEPENDS=	wg-quick:net/wireguard
 
 USES=		cargo


More information about the svn-ports-all mailing list