Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Mar 2018 11:35:58 +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: r466042 - head/security/w3af
Message-ID:  <201803311135.w2VBZwph013827@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 



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