git: dc1de40d0234 - main - net/miniupnpc: drop obsolte patch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Feb 2022 19:57:49 UTC
The branch main has been updated by dinoex:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dc1de40d0234d76c2ea301bc68f406fdd19ac6d3
commit dc1de40d0234d76c2ea301bc68f406fdd19ac6d3
Author: Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2022-02-07 19:56:15 +0000
Commit: Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2022-02-07 19:57:38 +0000
net/miniupnpc: drop obsolte patch
---
net/miniupnpc/files/patch-setup.py | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/net/miniupnpc/files/patch-setup.py b/net/miniupnpc/files/patch-setup.py
deleted file mode 100644
index adb7ec35fb42..000000000000
--- a/net/miniupnpc/files/patch-setup.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- setup.py.orig 2017-11-02 17:38:01 UTC
-+++ setup.py
-@@ -30,6 +30,6 @@ setup(name="miniupnpc",
- cmdclass={'build_ext': make_then_build_ext},
- ext_modules=[
- Extension(name="miniupnpc", sources=["miniupnpcmodule.c"],
-- extra_objects=EXT)
-+ libraries=["miniupnpc"])
- ])
-