Date: Sun, 25 Feb 2024 12:55:31 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1cb23393c0b2 - main - security/cfv: Moved man to share/man Message-ID: <202402251255.41PCtVsD006845@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1cb23393c0b279c24e72601ccab7cbb23b0039e1 commit 1cb23393c0b279c24e72601ccab7cbb23b0039e1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 12:36:25 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 12:54:49 +0000 security/cfv: Moved man to share/man Approved by: portmgr (blanket) --- security/cfv/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/security/cfv/Makefile b/security/cfv/Makefile index de2b8d884b80..fa9e6e57ac68 100644 --- a/security/cfv/Makefile +++ b/security/cfv/Makefile @@ -1,6 +1,7 @@ PORTNAME= cfv DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GH PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,6 +24,9 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +post-patch: + @${REINPLACE_CMD} -e 's|man/man1|share/man/man1|' ${WRKSRC}/setup.py + do-test: cd ${WRKSRC}/test && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} test.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251255.41PCtVsD006845>