git: 1899b4ccd816 - main - Add GNOME GitLab to bsd.sites.mk and use where needed

Neel Chauhan nc at FreeBSD.org
Fri Apr 9 16:47:37 UTC 2021


The branch main has been updated by nc:

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

commit 1899b4ccd8164098ddeca24cd4017aa92513c5fc
Author:     Neel Chauhan <nc at FreeBSD.org>
AuthorDate: 2021-04-09 16:47:27 +0000
Commit:     Neel Chauhan <nc at 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
 


More information about the dev-commits-ports-all mailing list