git: 103afa165942 - 2026Q3 - net/fort: fix fetching 1.7.0.experimental
Philip Paeps <[email protected]> Sun, 02 Aug 2026 01:11:41 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch 2026Q3 has been updated by philip: URL: https://cgit.FreeBSD.org/ports/commit/?id=103afa165942a585ef6d2a923e741b195176d86c commit 103afa165942a585ef6d2a923e741b195176d86c Author: Philip Paeps <[email protected]> AuthorDate: 2026-08-02 01:08:59 +0000 Commit: Philip Paeps <[email protected]> CommitDate: 2026-08-02 01:10:31 +0000 net/fort: fix fetching 1.7.0.experimental Reported by: pkg-fallout Fixes: 4839e2b8d102 ("net/fort: Update to 1.7.0.experimental") Pointy hat to: philip (cherry picked from commit fc30167e01877c6f091b6f17e4f94adf01a3d5bf) --- 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