Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jan 2022 19:56:55 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: ede1df2ff7fe - main - textproc/py-ttp: Do not install LICENSE to PREFIX
Message-ID:  <202201251956.20PJutpQ024973@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=ede1df2ff7fe2a56b09845fb285e1fae1aad14b0

commit ede1df2ff7fe2a56b09845fb285e1fae1aad14b0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-25 19:35:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-25 19:51:17 +0000

    textproc/py-ttp: Do not install LICENSE to PREFIX
    
    - Bump PORTREVISION for package change
    
    PR:             261163
    Reported by:    se
---
 textproc/py-ttp/Makefile             |  1 +
 textproc/py-ttp/files/patch-setup.py | 10 ++++++++++
 2 files changed, 11 insertions(+)

diff --git a/textproc/py-ttp/Makefile b/textproc/py-ttp/Makefile
index d7d7ccfe5284..2820c4727088 100644
--- a/textproc/py-ttp/Makefile
+++ b/textproc/py-ttp/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	ttp
 PORTVERSION=	0.8.4
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-ttp/files/patch-setup.py b/textproc/py-ttp/files/patch-setup.py
new file mode 100644
index 000000000000..a47c9eff131a
--- /dev/null
+++ b/textproc/py-ttp/files/patch-setup.py
@@ -0,0 +1,10 @@
+--- setup.py.orig	2022-01-15 23:40:48 UTC
++++ setup.py
+@@ -16,7 +16,6 @@ setup(
+     url="https://github.com/dmulyalin/ttp",
+     packages=find_packages(),
+     include_package_data=True,
+-    data_files=[("", ["LICENSE"])],
+     classifiers=[
+         "Topic :: Utilities",
+         "Programming Language :: Python :: 2.7",



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