From owner-svn-ports-head@freebsd.org Sun Jan 21 13:39:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E682ECB091; Sun, 21 Jan 2018 13:39:52 +0000 (UTC) (envelope-from antoine@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 0157F6C166; Sun, 21 Jan 2018 13:39:52 +0000 (UTC) (envelope-from antoine@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 3ADF94681; Sun, 21 Jan 2018 13:39:51 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0LDdpZP046870; Sun, 21 Jan 2018 13:39:51 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0LDdo4Z046865; Sun, 21 Jan 2018 13:39:50 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201801211339.w0LDdo4Z046865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 21 Jan 2018 13:39:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459607 - in head/security/wapiti: . files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/security/wapiti: . files X-SVN-Commit-Revision: 459607 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jan 2018 13:39:52 -0000 Author: antoine Date: Sun Jan 21 13:39:50 2018 New Revision: 459607 URL: https://svnweb.freebsd.org/changeset/ports/459607 Log: Update to 3.0.0 Deleted: head/security/wapiti/files/patch-wapitiCore__language__language.py Modified: head/security/wapiti/Makefile head/security/wapiti/distinfo head/security/wapiti/files/patch-setup.py Modified: head/security/wapiti/Makefile ============================================================================== --- head/security/wapiti/Makefile Sun Jan 21 13:30:43 2018 (r459606) +++ head/security/wapiti/Makefile Sun Jan 21 13:39:50 2018 (r459607) @@ -2,20 +2,26 @@ # $FreeBSD$ PORTNAME= wapiti -PORTVERSION= 2.3.0 -PORTREVISION= 2 +PORTVERSION= 3.0.0 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= antoine@FreeBSD.org COMMENT= Wapiti is a vulnerability scanner for web applications LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>=0:www/py-beautifulsoup32@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=1.2.3:www/py-requests@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tld>=0:dns/py-tld@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaswfp>=0:graphics/py-yaswfp@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${FLAVOR} -USES= python:2 +USES= python:3.4+ USE_PYTHON= distutils autoplist .include Modified: head/security/wapiti/distinfo ============================================================================== --- head/security/wapiti/distinfo Sun Jan 21 13:30:43 2018 (r459606) +++ head/security/wapiti/distinfo Sun Jan 21 13:39:50 2018 (r459607) @@ -1,2 +1,3 @@ -SHA256 (wapiti-2.3.0.tar.gz) = 6b836a4810f17b7eda4345fb12293112129961ba243140c72a8da0ac2572f4b4 -SIZE (wapiti-2.3.0.tar.gz) = 305739 +TIMESTAMP = 1515566240 +SHA256 (wapiti-3.0.0.tar.gz) = 4708fa1d8159b0a5e606bdb26e1454e8df1d8bf6e11d9ad63c84e12e8edc8daa +SIZE (wapiti-3.0.0.tar.gz) = 528316 Modified: head/security/wapiti/files/patch-setup.py ============================================================================== --- head/security/wapiti/files/patch-setup.py Sun Jan 21 13:30:43 2018 (r459606) +++ head/security/wapiti/files/patch-setup.py Sun Jan 21 13:39:50 2018 (r459607) @@ -1,11 +1,11 @@ ---- ./setup.py.orig 2013-10-20 12:04:17.000000000 +0000 -+++ ./setup.py 2013-11-28 19:47:25.000000000 +0000 -@@ -14,7 +14,7 @@ - "README", - "TODO", - "VERSION"])) --doc_and_conf_files.append(("share/man/man1", ["doc/wapiti.1.gz"])) -+doc_and_conf_files.append(("man/man1", ["doc/wapiti.1.gz"])) - - # Main - setup( +--- setup.py.orig 2018-01-03 08:51:42 UTC ++++ setup.py +@@ -24,7 +24,7 @@ doc_and_conf_files = [ + ] + ), + ( +- "share/man/man1", ++ "man/man1", + [ + "doc/wapiti.1", + "doc/wapiti-getcookie.1"