Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:43:28 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2f2caa7fd1d6 - main - textproc/py-sphinx-markdown-tables: Remove CRLF
Message-ID:  <202304051743.335HhSIL010110@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2f2caa7fd1d612383e4c5015d022d8f30284ce5a

commit 2f2caa7fd1d612383e4c5015d022d8f30284ce5a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:26:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:31:59 +0000

    textproc/py-sphinx-markdown-tables: Remove CRLF
    
    Approved by:    portmgr (blanket)
---
 textproc/py-sphinx-markdown-tables/Makefile            |  2 +-
 .../py-sphinx-markdown-tables/files/patch-setup.py     | 18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/textproc/py-sphinx-markdown-tables/Makefile b/textproc/py-sphinx-markdown-tables/Makefile
index ac20ec22baa0..cc236538289b 100644
--- a/textproc/py-sphinx-markdown-tables/Makefile
+++ b/textproc/py-sphinx-markdown-tables/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}markdown>=0:textproc/py-markdown@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		dos2unix python:3.6+
 USE_PYTHON=	autoplist distutils concurrent
 
 NO_ARCH=	yes
diff --git a/textproc/py-sphinx-markdown-tables/files/patch-setup.py b/textproc/py-sphinx-markdown-tables/files/patch-setup.py
index b0c7e4f6dc9f..ff7813aed284 100644
--- a/textproc/py-sphinx-markdown-tables/files/patch-setup.py
+++ b/textproc/py-sphinx-markdown-tables/files/patch-setup.py
@@ -1,11 +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',
+@@ -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',



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051743.335HhSIL010110>