summaryrefslogtreecommitdiff
path: root/games/py-pychess/files/patch-setup
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-04-10 18:04:49 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-04-10 18:04:49 +0000
commit0d551e66112fa1986799a2b1189f8695218444b6 (patch)
tree1466453bdc3955b8067ca8741a575f7e1b2e4d6d /games/py-pychess/files/patch-setup
parentdevel/rust-cbindgen: update to 0.14.1 (diff)
Delete py-pychess, new BROKEN port
With hat: portmgr
Diffstat (limited to 'games/py-pychess/files/patch-setup')
-rw-r--r--games/py-pychess/files/patch-setup9
1 files changed, 0 insertions, 9 deletions
diff --git a/games/py-pychess/files/patch-setup b/games/py-pychess/files/patch-setup
deleted file mode 100644
index 96fc1fb3be87..000000000000
--- a/games/py-pychess/files/patch-setup
+++ /dev/null
@@ -1,9 +0,0 @@
---- setup.py 2019-03-10 06:22:01.000000000 -0400
-+++ setup.py 2020-04-05 12:09:51.478233000 -0400
-@@ -343,5 +343,4 @@
- scripts=['pychess'],
- options={"build_exe": build_exe_options,
-- "bdist_msi": bdist_msi_options},
-- executables=executables
-+ "bdist_msi": bdist_msi_options}
- )