mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
Update to 3.0.3
This commit is contained in:
parent
4ae3a46d22
commit
ca43454075
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527540
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wapiti
|
||||
PORTVERSION= 3.0.2
|
||||
PORTVERSION= 3.0.3
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -15,14 +15,13 @@ 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}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} \
|
||||
${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.4+
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1567689735
|
||||
SHA256 (wapiti3-3.0.2.tar.gz) = df86cab9f66c7794cab54fede16029056a764f5da565b2695524f9bd2bc9a384
|
||||
SIZE (wapiti3-3.0.2.tar.gz) = 561658
|
||||
TIMESTAMP = 1583048259
|
||||
SHA256 (wapiti3-3.0.3.tar.gz) = 059f778453ebf05b38e9c6c837d3b3eb9b8921c8fdc6d4029df89f2b0e84f5b7
|
||||
SIZE (wapiti3-3.0.3.tar.gz) = 553259
|
||||
|
@ -1,14 +1,5 @@
|
||||
--- setup.py.orig 2019-09-04 12:31:34 UTC
|
||||
+++ setup.py
|
||||
@@ -50,7 +50,7 @@ doc_and_conf_files = [
|
||||
]
|
||||
),
|
||||
(
|
||||
- "share/man/man1",
|
||||
+ "man/man1",
|
||||
[
|
||||
"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
|
||||
|
Loading…
Reference in New Issue
Block a user