svn commit: r452648 - head/security/webshag

Tobias Kortkamp tobik at FreeBSD.org
Sun Oct 22 14:42:37 UTC 2017


Author: tobik
Date: Sun Oct 22 14:42:35 2017
New Revision: 452648
URL: https://svnweb.freebsd.org/changeset/ports/452648

Log:
  security/webshag: Mark deprecated
  
  There are better audit tools available and this was abandoned.
  
  - Also reset maintainer
  
  PR:		193474
  Requested by:	clutton at zoho.com (maintainer)

Modified:
  head/security/webshag/Makefile

Modified: head/security/webshag/Makefile
==============================================================================
--- head/security/webshag/Makefile	Sun Oct 22 14:40:54 2017	(r452647)
+++ head/security/webshag/Makefile	Sun Oct 22 14:42:35 2017	(r452648)
@@ -7,10 +7,13 @@ CATEGORIES=	security www
 MASTER_SITES=	http://www.scrt.ch/outils/webshag/
 DISTNAME=	ws110
 
-MAINTAINER=	clutton at zoho.com
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Multi-threaded, multi-platform web server audit tool
 
 LICENSE=	GPLv3
+
+DEPRECATED=	Abandoned
+EXPIRATION_DATE=	2017-11-30
 
 USES=		python:2.7 dos2unix
 USE_PYTHON=distutils


More information about the svn-ports-all mailing list