pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/tp-note



Module Name:    pkgsrc
Committed By:   nikita
Date:           Tue May 24 10:38:51 UTC 2022

Modified Files:
        pkgsrc/editors/tp-note: Makefile

Log Message:
tp-note: switch to USE_GITLAB.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/tp-note/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/tp-note/Makefile
diff -u pkgsrc/editors/tp-note/Makefile:1.1 pkgsrc/editors/tp-note/Makefile:1.2
--- pkgsrc/editors/tp-note/Makefile:1.1 Fri May 20 16:34:20 2022
+++ pkgsrc/editors/tp-note/Makefile     Tue May 24 10:38:50 2022
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2022/05/20 16:34:20 pin Exp $
+# $NetBSD: Makefile,v 1.2 2022/05/24 10:38:50 nikita Exp $
 
 DISTNAME=      tp-note-1.16.6
 CATEGORIES=    editors
-MASTER_SITES=  https://gitlab.com/getreu/tp-note/-/archive/v${PKGVERSION_NOREV}/
+MASTER_SITES=  ${MASTER_SITE_GITLAB:=getreu/}
+GITLAB_PROJECT=        tp-note
+GITLAB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    pin%NetBSD.org@localhost
 HOMEPAGE=      https://blog.getreu.net/projects/tp-note/



Home | Main Index | Thread Index | Old Index