Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2019 20:34:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511700 - in head/security/wapiti: . files
Message-ID:  <201909092034.x89KYlej096934@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Sep  9 20:34:46 2019
New Revision: 511700
URL: https://svnweb.freebsd.org/changeset/ports/511700

Log:
  Update to 3.0.2

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	Mon Sep  9 20:32:36 2019	(r511699)
+++ head/security/wapiti/Makefile	Mon Sep  9 20:34:46 2019	(r511700)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wapiti
-PORTVERSION=	3.0.1
+PORTVERSION=	3.0.2
 CATEGORIES=	security
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}html5lib>=0:www/py-html5lib@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tld>=0:dns/py-tld@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaswfp>=0:graphics/py-yaswfp@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako@${PY_FLAVOR} \

Modified: head/security/wapiti/distinfo
==============================================================================
--- head/security/wapiti/distinfo	Mon Sep  9 20:32:36 2019	(r511699)
+++ head/security/wapiti/distinfo	Mon Sep  9 20:34:46 2019	(r511700)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554896146
-SHA256 (wapiti3-3.0.1.tar.gz) = bbb8c8f572afe77319734489a6ca0b211df4b87ad294db79b8bf0bda1c5aff29
-SIZE (wapiti3-3.0.1.tar.gz) = 530486
+TIMESTAMP = 1567689735
+SHA256 (wapiti3-3.0.2.tar.gz) = df86cab9f66c7794cab54fede16029056a764f5da565b2695524f9bd2bc9a384
+SIZE (wapiti3-3.0.2.tar.gz) = 561658

Modified: head/security/wapiti/files/patch-setup.py
==============================================================================
--- head/security/wapiti/files/patch-setup.py	Mon Sep  9 20:32:36 2019	(r511699)
+++ head/security/wapiti/files/patch-setup.py	Mon Sep  9 20:34:46 2019	(r511700)
@@ -1,6 +1,6 @@
---- setup.py.orig	2018-05-11 13:42:27 UTC
+--- setup.py.orig	2019-09-04 12:31:34 UTC
 +++ setup.py
-@@ -23,7 +23,7 @@ doc_and_conf_files = [
+@@ -50,7 +50,7 @@ doc_and_conf_files = [
          ]
      ),
      (
@@ -9,3 +9,10 @@
          [
              "doc/wapiti.1",
              "doc/wapiti-getcookie.1"
+@@ -122,6 +122,5 @@ if a script is vulnerable.""",
+     },
+     # https://buildmedia.readthedocs.org/media/pdf/pytest/3.6.0/pytest.pdf
+     tests_require=["pytest", "responses"],
+-    setup_requires=["pytest-runner"],
+     cmdclass={"test": PyTest}
+ )



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