git: fc30167e0187 - main - net/fort: fix fetching 1.7.0.experimental
Philip Paeps <[email protected]> Sun, 02 Aug 2026 01:09:45 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by philip: URL: https://cgit.FreeBSD.org/ports/commit/?id=fc30167e01877c6f091b6f17e4f94adf01a3d5bf commit fc30167e01877c6f091b6f17e4f94adf01a3d5bf Author: Philip Paeps <[email protected]> AuthorDate: 2026-08-02 01:08:59 +0000 Commit: Philip Paeps <[email protected]> CommitDate: 2026-08-02 01:08:59 +0000 net/fort: fix fetching 1.7.0.experimental Reported by: pkg-fallout Fixes: 4839e2b8d102 ("net/fort: Update to 1.7.0.experimental") MFH: 2026Q3 Pointy hat to: philip --- net/fort/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/fort/Makefile b/net/fort/Makefile index 32b9a2a645b1..b814b37965f7 100644 --- a/net/fort/Makefile +++ b/net/fort/Makefile @@ -2,7 +2,7 @@ PORTNAME= fort DISTVERSION= 1.7.0 DISTVERSIONSUFFIX= .experimental CATEGORIES= net -MASTER_SITES= https://github.com/NICMx/FORT-validator/releases/download/${DISTVERSION}/ +MASTER_SITES= https://github.com/NICMx/FORT-validator/releases/download/${DISTVERSIONFULL}/ MAINTAINER= [email protected] COMMENT= FORT Validator is an open source RPKI validator