svn commit: r527416 - head/security/w3af

Danilo G. Baio dbaio at FreeBSD.org
Sat Feb 29 12:30:18 UTC 2020


Author: dbaio
Date: Sat Feb 29 12:30:16 2020
New Revision: 527416
URL: https://svnweb.freebsd.org/changeset/ports/527416

Log:
  security/w3af: Mark as deprecated and set an expiry date
  
  Upstream still don't have plans for Python 3 and its requirements are
  stuck on a specific version (usually old versions).

Modified:
  head/security/w3af/Makefile

Modified: head/security/w3af/Makefile
==============================================================================
--- head/security/w3af/Makefile	Sat Feb 29 12:22:43 2020	(r527415)
+++ head/security/w3af/Makefile	Sat Feb 29 12:30:16 2020	(r527416)
@@ -6,11 +6,14 @@ PORTVERSION=	1.6.49
 PORTREVISION=	9
 CATEGORIES=	security python www
 
-MAINTAINER=	dbaio at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Web Application Attack and Audit Framework
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/doc/GPL
+
+DEPRECATED=	Uses deprecated version of Python
+EXPIRATION_DATE=2020-03-29
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=2.1:devel/py-lxml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:devel/py-simplejson@${PY_FLAVOR} \


More information about the svn-ports-head mailing list