svn commit: r466042 - head/security/w3af

Danilo G. Baio dbaio at FreeBSD.org
Sat Mar 31 11:35:59 UTC 2018


Author: dbaio
Date: Sat Mar 31 11:35:58 2018
New Revision: 466042
URL: https://svnweb.freebsd.org/changeset/ports/466042

Log:
  security/w3af: Fix GUI, Update WWW

Modified:
  head/security/w3af/Makefile
  head/security/w3af/pkg-descr

Modified: head/security/w3af/Makefile
==============================================================================
--- head/security/w3af/Makefile	Sat Mar 31 11:30:40 2018	(r466041)
+++ head/security/w3af/Makefile	Sat Mar 31 11:35:58 2018	(r466042)
@@ -3,7 +3,7 @@
 
 PORTNAME=	w3af
 PORTVERSION=	1.6.49
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security python www
 
 MAINTAINER=	dbaio at FreeBSD.org
@@ -62,7 +62,7 @@ OPTIONS_SUB=	yes
 
 GUI_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygraphviz>0:graphics/py-pygraphviz@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}gtksourceview>=2.10.1:x11-toolkits/py-gtksourceview@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}xdot>=0.7:x11/py-xdot@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}xdot-06=0.6:x11/py-xdot06@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}webkitgtk>=1.1.8:www/py-webkitgtk@${FLAVOR}
 
 GUI_USE=	GNOME=pygtk2

Modified: head/security/w3af/pkg-descr
==============================================================================
--- head/security/w3af/pkg-descr	Sat Mar 31 11:30:40 2018	(r466041)
+++ head/security/w3af/pkg-descr	Sat Mar 31 11:35:58 2018	(r466042)
@@ -2,4 +2,4 @@ w3af is a Web Application Attack and Audit Framework. 
 goal is to create a framework to find and exploit web application
 vulnerabilities that is easy to use and extend.
 
-WWW: http://w3af.sourceforge.net
+WWW: http://w3af.org 


More information about the svn-ports-head mailing list