pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/cesium cesium: switch to USE_GITLAB.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f8e4f9b7db2
branches:  trunk
changeset: 379864:8f8e4f9b7db2
user:      nikita <nikita%pkgsrc.org@localhost>
date:      Tue May 24 11:25:23 2022 +0000

description:
cesium: switch to USE_GITLAB.

diffstat:

 editors/cesium/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 39dbbffbdc8b -r 8f8e4f9b7db2 editors/cesium/Makefile
--- a/editors/cesium/Makefile   Tue May 24 11:15:56 2022 +0000
+++ b/editors/cesium/Makefile   Tue May 24 11:25:23 2022 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2022/02/25 09:08:03 pin Exp $
+# $NetBSD: Makefile,v 1.7 2022/05/24 11:25:23 nikita Exp $
 
 DISTNAME=      cesium-0.2.1
 CATEGORIES=    editors
-MASTER_SITES=  https://gitlab.com/NoahJelen/cesium/-/archive/${PKGVERSION_NOREV}/
+MASTER_SITES=  ${MASTER_SITE_GITLAB:=NoahJelen/}
+GITLAB_PROJECT=        cesium
+GITLAB_RELEASE=        ${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://gitlab.com/NoahJelen/cesium/



Home | Main Index | Thread Index | Old Index