Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Feb 2020 12:30:17 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527416 - head/security/w3af
Message-ID:  <202002291230.01TCUHwu017581@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	ports@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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002291230.01TCUHwu017581>