aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-31 12:56:11 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-31 12:59:28 +0000
commit1885e2af736636978a6d8489eaa4aaf1db3fbbd5 (patch)
treea5d84ebcf7f9e7769eafcdadd64e75fbd74c1a00
parenta9d4079217a4709a7d7a3583a7c122096dd48509 (diff)
downloadports-1885e2af736636978a6d8489eaa4aaf1db3fbbd5.tar.gz
ports-1885e2af736636978a6d8489eaa4aaf1db3fbbd5.zip
sysutils/py-upt: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--sysutils/py-upt/Makefile1
-rw-r--r--sysutils/py-upt/files/patch-setup.cfg15
2 files changed, 1 insertions, 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]