git: 7350f869b648 - main - textproc/py-sphinx-markdown-tables: do not install LICENSE into /usr/local

From: Wen Heping <wen_at_FreeBSD.org>
Date: Thu, 13 Jan 2022 03:09:41 UTC
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7350f869b64883d1a142509b190f27c5d945e83a

commit 7350f869b64883d1a142509b190f27c5d945e83a
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2022-01-13 03:08:19 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2022-01-13 03:08:19 +0000

    textproc/py-sphinx-markdown-tables: do not install LICENSE into /usr/local
    
    PR:             261161
    Reported by:    se@
---
 textproc/py-sphinx-markdown-tables/Makefile             |  1 +
 textproc/py-sphinx-markdown-tables/files/patch-setup.py | 11 +++++++++++
 2 files changed, 12 insertions(+)

diff --git a/textproc/py-sphinx-markdown-tables/Makefile b/textproc/py-sphinx-markdown-tables/Makefile
index c672277e4434..5d8854856cbf 100644
--- a/textproc/py-sphinx-markdown-tables/Makefile
+++ b/textproc/py-sphinx-markdown-tables/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	sphinx-markdown-tables
 PORTVERSION=	0.0.15
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-sphinx-markdown-tables/files/patch-setup.py b/textproc/py-sphinx-markdown-tables/files/patch-setup.py
new file mode 100644
index 000000000000..b0c7e4f6dc9f
--- /dev/null
+++ b/textproc/py-sphinx-markdown-tables/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig	2022-01-13 02:59:07 UTC
++++ setup.py
+@@ -29,7 +29,7 @@ setup(
+     keywords='sphinx markdown tables',
+     packages=['sphinx_markdown_tables'],
+     install_requires=['markdown>=3.0.1'],
+-    data_files=[('', ['LICENSE'])],
++#    data_files=[('', ['LICENSE'])],
+     project_urls={
+         'Bug Reports': 'https://github.com/ryanfox/sphinx-markdown-tables/issues',
+         'Say Thanks!': 'https://foxrow.com',