git: a2244f88da0c - main - databases/rrdtool: Fix fetch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jul 2024 13:37:41 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2244f88da0ce140b333ccbd1223aa84bfd96cdd commit a2244f88da0ce140b333ccbd1223aa84bfd96cdd Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-07-29 13:36:05 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-07-29 13:36:05 +0000 databases/rrdtool: Fix fetch Reported by: Michael Butler <imb@protected-networks.net> --- databases/rrdtool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index bda5157d9843..4db263ee0466 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -1,7 +1,7 @@ PORTNAME= rrdtool DISTVERSION= 1.9.0 CATEGORIES= databases graphics -MASTER_SITES= https://github.com/oetiker/rrdtool-1.x/releases/download/v${DISTVERSION}off/ +MASTER_SITES= https://github.com/oetiker/rrdtool-1.x/releases/download/v${DISTVERSION}/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Round Robin Database Tools