Tue May 24 11:25:23 2022 UTC ()
cesium: switch to USE_GITLAB.


(nikita)
diff -r1.6 -r1.7 pkgsrc/editors/cesium/Makefile

cvs diff -r1.6 -r1.7 pkgsrc/editors/cesium/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/cesium/Makefile 2022/02/25 09:08:03 1.6
+++ pkgsrc/editors/cesium/Makefile 2022/05/24 11:25:23 1.7
@@ -1,18 +1,20 @@ @@ -1,18 +1,20 @@
1# $NetBSD: Makefile,v 1.6 2022/02/25 09:08:03 pin Exp $ 1# $NetBSD: Makefile,v 1.7 2022/05/24 11:25:23 nikita Exp $
2 2
3DISTNAME= cesium-0.2.1 3DISTNAME= cesium-0.2.1
4CATEGORIES= editors 4CATEGORIES= editors
5MASTER_SITES= https://gitlab.com/NoahJelen/cesium/-/archive/${PKGVERSION_NOREV}/ 5MASTER_SITES= ${MASTER_SITE_GITLAB:=NoahJelen/}
 6GITLAB_PROJECT= cesium
 7GITLAB_RELEASE= ${PKGVERSION_NOREV}
6 8
7MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://gitlab.com/NoahJelen/cesium/ 10HOMEPAGE= https://gitlab.com/NoahJelen/cesium/
9COMMENT= Notepad-like text editor 11COMMENT= Notepad-like text editor
10LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
11 13
12.include "cargo-depends.mk" 14.include "cargo-depends.mk"
13 15
14USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
15USE_NCURSES= yes 17USE_NCURSES= yes
16 18
17INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 19INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
18 20