git: 1885e2af7366 - main - sysutils/py-upt: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Jan 2024 13:00:06 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1885e2af736636978a6d8489eaa4aaf1db3fbbd5 commit 1885e2af736636978a6d8489eaa4aaf1db3fbbd5 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-31 12:56:11 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-31 12:59:28 +0000 sysutils/py-upt: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/py-upt/Makefile | 1 + sysutils/py-upt/files/patch-setup.cfg | 15 --------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/sysutils/py-upt/Makefile b/sysutils/py-upt/Makefile index 71ca918a87c7..5722ac84ed8a 100644 --- a/sysutils/py-upt/Makefile +++ b/sysutils/py-upt/Makefile @@ -1,5 +1,6 @@ PORTNAME= upt DISTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-upt/files/patch-setup.cfg b/sysutils/py-upt/files/patch-setup.cfg deleted file mode 100644 index 7153b6a12140..000000000000 --- a/sysutils/py-upt/files/patch-setup.cfg +++ /dev/null @@ -1,15 +0,0 @@ -# Uses/python.py (concurrent) doesnt find -# share/* stuff for concurrent processing -# only ^man/man* - ---- setup.cfg.orig 2019-12-27 05:05:29 UTC -+++ setup.cfg -@@ -42,7 +42,7 @@ backends = - upt-openbsd - - [options.data_files] --share/man/man1 = -+man/man1 = - upt.1 - - [egg_info]