git: 67e845fc4f25 - main - graphics/py-pillow: Add missing patch file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Jul 2023 21:53:51 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=67e845fc4f2564c870a8c2ec8c93125079451079
commit 67e845fc4f2564c870a8c2ec8c93125079451079
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-09 21:52:45 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-09 21:52:56 +0000
graphics/py-pillow: Add missing patch file
---
graphics/py-pillow/files/patch-setup.cfg | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/graphics/py-pillow/files/patch-setup.cfg b/graphics/py-pillow/files/patch-setup.cfg
new file mode 100644
index 000000000000..0deb72f56f0e
--- /dev/null
+++ b/graphics/py-pillow/files/patch-setup.cfg
@@ -0,0 +1,9 @@
+--- setup.cfg.orig 2023-07-01 13:04:48 UTC
++++ setup.cfg
+@@ -1,5 +1,5 @@
+ [metadata]
+-name = Pillow
++name = pillow
+ description = Python Imaging Library (Fork)
+ long_description = file: README.md
+ long_description_content_type = text/markdown