summaryrefslogtreecommitdiff
path: root/security/py-ospd
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-ospd')
-rw-r--r--security/py-ospd/Makefile2
-rw-r--r--security/py-ospd/distinfo6
-rw-r--r--security/py-ospd/files/patch-setup.py11
3 files changed, 15 insertions, 4 deletions
diff --git a/security/py-ospd/Makefile b/security/py-ospd/Makefile
index bcd9d7d772da..05f4bd5b7230 100644
--- a/security/py-ospd/Makefile
+++ b/security/py-ospd/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ospd
-DISTVERSION= 21.4.1
+DISTVERSION= 21.4.3
CATEGORIES= security net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/security/py-ospd/distinfo b/security/py-ospd/distinfo
index d9f8add9b591..1622881c6cbc 100644
--- a/security/py-ospd/distinfo
+++ b/security/py-ospd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1624924217
-SHA256 (ospd-21.4.1.tar.gz) = ece48bf03ea39a945a94077a229b367297c1f6310e790337fb7d1d0005c893d4
-SIZE (ospd-21.4.1.tar.gz) = 100036
+TIMESTAMP = 1630802185
+SHA256 (ospd-21.4.3.tar.gz) = 54f81cb618662b4c0bb8e2d1552b5e770206777c4bd1bfa05004f2cb05999789
+SIZE (ospd-21.4.3.tar.gz) = 100437
diff --git a/security/py-ospd/files/patch-setup.py b/security/py-ospd/files/patch-setup.py
new file mode 100644
index 000000000000..91c26e03a037
--- /dev/null
+++ b/security/py-ospd/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2021-09-04 19:49:01.514046000 -0500
++++ setup.py 2021-09-04 20:24:10.187804000 -0500
+@@ -2,7 +2,7 @@
+ from setuptools import setup
+
+ packages = \
+-['ospd', 'ospd.command', 'tests', 'tests.command']
++['ospd', 'ospd.command']
+
+ package_data = \
+ {'': ['*']}