From owner-svn-ports-all@freebsd.org Sat Mar 31 11:35:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1467DF7A445; Sat, 31 Mar 2018 11:35:59 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB4A37EECF; Sat, 31 Mar 2018 11:35:58 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A77B01743D; Sat, 31 Mar 2018 11:35:58 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2VBZwZ7013829; Sat, 31 Mar 2018 11:35:58 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2VBZwph013827; Sat, 31 Mar 2018 11:35:58 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201803311135.w2VBZwph013827@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 31 Mar 2018 11:35:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466042 - head/security/w3af X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/security/w3af X-SVN-Commit-Revision: 466042 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Mar 2018 11:35:59 -0000 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