1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

net/dshell: Update to 3.2.2

This commit is contained in:
MANTANI Nobutaka 2023-03-11 21:23:24 +09:00
parent 62481c8986
commit dfe43944bc
3 changed files with 15 additions and 7 deletions

View File

@ -5,6 +5,15 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20230311:
AFFECTS: users of net/dshell
AUTHOR: nobutaka@FreeBSD.org
net/dshell now depends on net/py-pcapy-ng instead of net/py-pcapy.
Because net/py-pcapy-ng conflicts with net/py-pcapy, please uninstall
py39-pcapy with the following command before upgrading:
# pkg delete -f py39-pcapy
20230310:
AFFECTS: users of net-mgmt/unifi7
AUTHOR: otis@FreeBSD.org

View File

@ -1,5 +1,5 @@
PORTNAME= dshell
PORTVERSION= 3.2.1.b.${SNAPDATE}
PORTVERSION= 3.2.2
CATEGORIES= net
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,7 +14,7 @@ BUILD_DEPENDS= bash:shells/bash \
${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}GeoIP2>0:net/py-GeoIP2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pcapy>0:net/py-pcapy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pcapy-ng>0:net/py-pcapy-ng@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pypacker>0:net/py-pypacker@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}elasticsearch>0:textproc/py-elasticsearch@${PY_FLAVOR}
@ -28,8 +28,7 @@ NO_ARCH= yes
GH_ACCOUNT= USArmyResearchLab
GH_PROJECT= Dshell
GH_TAGNAME= db3ba5e
SNAPDATE= 20220317
GH_TAGNAME= v${PORTVERSION}
SUB_FILES= pkg-message
SUB_LIST= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1673695445
SHA256 (USArmyResearchLab-Dshell-3.2.1.b.20220317-db3ba5e_GH0.tar.gz) = 3b5e41ed3acd9829614a0ec771fd9d22c1375ac03a7a7efdd1df96af14f8ec85
SIZE (USArmyResearchLab-Dshell-3.2.1.b.20220317-db3ba5e_GH0.tar.gz) = 191851
TIMESTAMP = 1678529542
SHA256 (USArmyResearchLab-Dshell-3.2.2-v3.2.2_GH0.tar.gz) = 8aae3f679640356c450ab57d9e14e483af10a38f43f20c702962d92712844d6a
SIZE (USArmyResearchLab-Dshell-3.2.2-v3.2.2_GH0.tar.gz) = 190315