Date: Sun, 19 May 2024 18:30:41 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 92e2eb052dd5 - main - security/pssh: Fix portlint warnings Message-ID: <202405191830.44JIUfMO002858@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=92e2eb052dd540214af8c6c1e2ec391ae0603536 commit 92e2eb052dd540214af8c6c1e2ec391ae0603536 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-19 18:30:19 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-19 18:30:19 +0000 security/pssh: Fix portlint warnings --- security/pssh/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/pssh/Makefile b/security/pssh/Makefile index c51dba620422..4100b0269c09 100644 --- a/security/pssh/Makefile +++ b/security/pssh/Makefile @@ -1,7 +1,7 @@ PORTNAME= pssh -PORTVERSION= 2.3.5 -PORTREVISION= 1 DISTVERSIONPREFIX= v +DISTVERSION= 2.3.5 +PORTREVISION= 1 CATEGORIES= security net sysutils MAINTAINER= timp87@gmail.com @@ -21,4 +21,5 @@ USE_GITHUB= yes GH_ACCOUNT= lilydjwg NO_ARCH= yes + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405191830.44JIUfMO002858>