pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/tree-sitter-tsx



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 12 04:31:32 UTC 2024

Modified Files:
        pkgsrc/textproc/tree-sitter-tsx: Makefile

Log Message:
tree-sitter-tsx: fix GITHUB_PROJECT


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/tree-sitter-tsx/Makefile

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

Modified files:

Index: pkgsrc/textproc/tree-sitter-tsx/Makefile
diff -u pkgsrc/textproc/tree-sitter-tsx/Makefile:1.1 pkgsrc/textproc/tree-sitter-tsx/Makefile:1.2
--- pkgsrc/textproc/tree-sitter-tsx/Makefile:1.1        Sat Jun  3 06:37:46 2023
+++ pkgsrc/textproc/tree-sitter-tsx/Makefile    Mon Aug 12 04:31:32 2024
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2023/06/03 06:37:46 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/12 04:31:32 wiz Exp $
 
 DISTNAME=      tree-sitter-typescript-0.20.2
 PKGNAME=       ${DISTNAME:S/typescript/tsx/}
 CATEGORIES=    textproc devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tree-sitter/}
+GITHUB_PROJECT=        tree-sitter-typescript
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index