pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/JetBrainsMono-ttf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 25 02:04:43 UTC 2022

Modified Files:
        pkgsrc/fonts/JetBrainsMono-ttf: Makefile

Log Message:
JetBrainsMono-ttf: fix MASTER_SITES


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/JetBrainsMono-ttf/Makefile

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

Modified files:

Index: pkgsrc/fonts/JetBrainsMono-ttf/Makefile
diff -u pkgsrc/fonts/JetBrainsMono-ttf/Makefile:1.1 pkgsrc/fonts/JetBrainsMono-ttf/Makefile:1.2
--- pkgsrc/fonts/JetBrainsMono-ttf/Makefile:1.1 Fri Jan 21 13:47:32 2022
+++ pkgsrc/fonts/JetBrainsMono-ttf/Makefile     Tue Jan 25 02:04:43 2022
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2022/01/21 13:47:32 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/25 02:04:43 wiz Exp $
 
 DISTNAME=      JetBrainsMono-2.242
 PKGNAME=       ${DISTNAME:S/Mono/Mono-ttf/}
 CATEGORIES=    fonts
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=JetBrains/}
-GITHUB_RELEASE=        v${PKGVERSION_NOREV}
+#MASTER_SITES= ${MASTER_SITE_GITHUB:=JetBrains/}
+#GITHUB_RELEASE=       v${PKGVERSION_NOREV}
+MASTER_SITES+= https://download.jetbrains.com/fonts/
 EXTRACT_SUFX=  .zip
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index