git: 92e2eb052dd5 - main - security/pssh: Fix portlint warnings
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 May 2024 18:30:41 UTC
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>