Update to 3.0.1
This commit is contained in:
parent
a29084e923
commit
1e17cb8280
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498561
3 changed files with 8 additions and 8 deletions
|
@ -2,11 +2,11 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wapiti
|
||||
PORTVERSION= 3.0.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.0.1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= ${PORTNAME}3-${DISTVERSIONFULL}
|
||||
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= Wapiti is a vulnerability scanner for web applications
|
||||
|
@ -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}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}html5lib>=0:www/py-html5lib@${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} \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1516688241
|
||||
SHA256 (wapiti-3.0.0.tar.gz) = 4238b336773b6cb1a36a5a2f2fa0bbe413a41e13fa6f5b109dbf6bbc897e4b46
|
||||
SIZE (wapiti-3.0.0.tar.gz) = 528312
|
||||
TIMESTAMP = 1554896146
|
||||
SHA256 (wapiti3-3.0.1.tar.gz) = bbb8c8f572afe77319734489a6ca0b211df4b87ad294db79b8bf0bda1c5aff29
|
||||
SIZE (wapiti3-3.0.1.tar.gz) = 530486
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- setup.py.orig 2018-01-03 08:51:42 UTC
|
||||
--- setup.py.orig 2018-05-11 13:42:27 UTC
|
||||
+++ setup.py
|
||||
@@ -24,7 +24,7 @@ doc_and_conf_files = [
|
||||
@@ -23,7 +23,7 @@ doc_and_conf_files = [
|
||||
]
|
||||
),
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue