Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Dec 2022 23:37:05 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1de26c726690 - main - net-mgmt/netdata: Unbreak fetch
Message-ID:  <202212282337.2BSNb5al013301@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212282337.2BSNb5al013301>