git: 85f4b942ae2f - main - security/nmap-devel: Use version number documented in handbook
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Mar 2024 21:35:47 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=85f4b942ae2fca151da5547a21654f46834c9910 commit 85f4b942ae2fca151da5547a21654f46834c9910 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-03-28 21:23:57 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-03-28 21:34:15 +0000 security/nmap-devel: Use version number documented in handbook As we don't know what the next version number will be, because the upstreasm git repo does not contain any branches or tags, use the current GA 7.94 version incremented by one. Reported by: Daniel Engberg <daniel.engberg.lists@pyret.net> --- security/nmap-devel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/nmap-devel/Makefile b/security/nmap-devel/Makefile index 58048e81f261..94f32fbae102 100644 --- a/security/nmap-devel/Makefile +++ b/security/nmap-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= nmap -PORTVERSION= ${NMAP_COMMIT_DATE} +PORTVERSION= 7.95.${NMAP_COMMIT_DATE} CATEGORIES= security PKGNAMESUFFIX= -devel @@ -9,7 +9,7 @@ WWW= https://nmap.org/ USE_GITHUB= yes GH_TAGNAME= 036714cde -NMAP_COMMIT_DATE= 2024.03.27 +NMAP_COMMIT_DATE= 20240327 MAKE_JOBS_UNSAFE= yes