svn commit: r529904 - head/net/boringtun

Bernhard Froehlich decke at FreeBSD.org
Mon Mar 30 19:04:11 UTC 2020


Author: decke
Date: Mon Mar 30 19:04:02 2020
New Revision: 529904
URL: https://svnweb.freebsd.org/changeset/ports/529904

Log:
  net/boringtun: Mark as DEPRECATED with a one month expiration date since
  the port was marked as IGNORE almost a full year now

Modified:
  head/net/boringtun/Makefile

Modified: head/net/boringtun/Makefile
==============================================================================
--- head/net/boringtun/Makefile	Mon Mar 30 19:03:32 2020	(r529903)
+++ head/net/boringtun/Makefile	Mon Mar 30 19:04:02 2020	(r529904)
@@ -15,8 +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
 
 RUN_DEPENDS=	wg-quick:net/wireguard
 


More information about the svn-ports-all mailing list