svn commit: r548614 - head/security/sandsifter

Rene Ladan rene at FreeBSD.org
Mon Sep 14 14:35:15 UTC 2020


Author: rene
Date: Mon Sep 14 14:35:15 2020
New Revision: 548614
URL: https://svnweb.freebsd.org/changeset/ports/548614

Log:
  security/sandsifter: extend lifespan, upstream is working on py3 support.

Modified:
  head/security/sandsifter/Makefile

Modified: head/security/sandsifter/Makefile
==============================================================================
--- head/security/sandsifter/Makefile	Mon Sep 14 14:31:21 2020	(r548613)
+++ head/security/sandsifter/Makefile	Mon Sep 14 14:35:15 2020	(r548614)
@@ -12,8 +12,8 @@ COMMENT=	Processor fuzzer for x86 CPUs
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-09-15
+DEPRECATED=	Uses deprecated version of python, see https://github.com/rigred/sandsifter/issues/10
+EXPIRATION_DATE=	2020-12-31
 
 ONLY_FOR_ARCHS=	amd64 i386
 ONLY_FOR_ARCHS_REASON=Designed for x86


More information about the svn-ports-head mailing list