Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Apr 2021 16:47:36 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1899b4ccd816 - main - Add GNOME GitLab to bsd.sites.mk and use where needed
Message-ID:  <202104091647.139GlaFo051823@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1899b4ccd8164098ddeca24cd4017aa92513c5fc

commit 1899b4ccd8164098ddeca24cd4017aa92513c5fc
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-04-09 16:47:27 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-04-09 16:47:27 +0000

    Add GNOME GitLab to bsd.sites.mk and use where needed
---
 Mk/bsd.sites.mk            | 1 +
 x11-toolkits/vte3/Makefile | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 70f1193621b5..12415402847d 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -640,6 +640,7 @@ git-clone-${_group}: ${_GITLAB_CLONE_DIR}
 MASTER_SITE_GNOME+= \
 	https://download.gnome.org/%SUBDIR%/ \
 	http://download.gnome.org/%SUBDIR%/ \
+	https://gitlab.gnome.org/GNOME/${PORTNAME}/-/archive/${PORTVERSION}/ \
 	http://ftp.belnet.be/mirror/ftp.gnome.org/%SUBDIR%/ \
 	ftp://ftp.belnet.be/mirror/ftp.gnome.org/%SUBDIR%/ \
 	https://ftp.acc.umu.se/pub/GNOME/%SUBDIR%/ \
diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile
index 2f706349c351..a02367e84e11 100644
--- a/x11-toolkits/vte3/Makefile
+++ b/x11-toolkits/vte3/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	vte
 PORTVERSION=	0.64.0
 CATEGORIES=	x11-toolkits gnome
-MASTER_SITES=	https://gitlab.gnome.org/GNOME/vte/-/archive/${PORTVERSION}/
+MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	3
 DIST_SUBDIR=	gnome
 



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