git: 1de26c726690 - main - net-mgmt/netdata: Unbreak fetch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Dec 2022 23:37:05 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=1de26c726690f5947b21d73fc44b06988134ad94 commit 1de26c726690f5947b21d73fc44b06988134ad94 Author: Trond Endrestol <Trond.Endrestol@ximalas.info> AuthorDate: 2022-12-28 23:35:04 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-12-28 23:35:09 +0000 net-mgmt/netdata: Unbreak fetch Add missing trailing slash to MASTER_SITES PR: 268612 Approved by: portmgr (blanket) --- net-mgmt/netdata/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mgmt/netdata/Makefile b/net-mgmt/netdata/Makefile index 1fe89640759f..8c755c274a6d 100644 --- a/net-mgmt/netdata/Makefile +++ b/net-mgmt/netdata/Makefile @@ -2,7 +2,7 @@ PORTNAME= netdata DISTVERSIONPREFIX= v DISTVERSION= 1.37.1 CATEGORIES= net-mgmt -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION} +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= nc@FreeBSD.org COMMENT= Scalable distributed realtime performance and health monitoring