pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/tree-sitter-markdown
Module Name: pkgsrc
Committed By: wiz
Date: Wed Feb 19 12:08:27 UTC 2025
Modified Files:
pkgsrc/textproc/tree-sitter-markdown: Makefile distinfo
Log Message:
tree-sitter-markdown: switch to tree-sitter-grammars version of the grammar
Make sure version number is higher than it was before.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/tree-sitter-markdown/Makefile \
pkgsrc/textproc/tree-sitter-markdown/distinfo
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-markdown/Makefile
diff -u pkgsrc/textproc/tree-sitter-markdown/Makefile:1.1 pkgsrc/textproc/tree-sitter-markdown/Makefile:1.2
--- pkgsrc/textproc/tree-sitter-markdown/Makefile:1.1 Sat Jun 3 06:42:22 2023
+++ pkgsrc/textproc/tree-sitter-markdown/Makefile Wed Feb 19 12:08:27 2025
@@ -1,14 +1,19 @@
-# $NetBSD: Makefile,v 1.1 2023/06/03 06:42:22 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2025/02/19 12:08:27 wiz Exp $
-DISTNAME= tree-sitter-markdown-0.7.1
+DISTNAME= tree-sitter-markdown-0.3.2
+# we switched to from a version that had 0.7.1 as last release to the official one
+# so we need to make sure the version number is higher than it was before
+PKGNAME= ${DISTNAME:S/markdown-/markdown-0.7.1./}
CATEGORIES= textproc devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=ikatyang/}
-GITHUB_TAG= v${PKGVERSION_NOREV}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=tree-sitter-grammars/}
+GITHUB_TAG= v0.3.2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/ikatyang/tree-sitter-markdown/
+HOMEPAGE= https://github.com/tree-sitter-grammars/tree-sitter-markdown
COMMENT= Markdown grammar for tree-sitter
LICENSE= mit
+GRAMMAR_SOURCE_DIR= tree-sitter-markdown/src
+
.include "../../textproc/tree-sitter/grammar.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/tree-sitter-markdown/distinfo
diff -u pkgsrc/textproc/tree-sitter-markdown/distinfo:1.1 pkgsrc/textproc/tree-sitter-markdown/distinfo:1.2
--- pkgsrc/textproc/tree-sitter-markdown/distinfo:1.1 Sat Jun 3 06:42:22 2023
+++ pkgsrc/textproc/tree-sitter-markdown/distinfo Wed Feb 19 12:08:27 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/06/03 06:42:22 wiz Exp $
+$NetBSD: distinfo,v 1.2 2025/02/19 12:08:27 wiz Exp $
-BLAKE2s (tree-sitter-markdown-0.7.1.tar.gz) = 483bdb77e4293d31b180f20abc49ca10e70e97416c35b4473d85432bb7b95361
-SHA512 (tree-sitter-markdown-0.7.1.tar.gz) = ac9d3983fb704b4c6bae4e4c276d05c224a32ff250eeabc72156ed814f604a87a585a3e6828589d4e305e8f677bb1348ba16e80a93da101c698cbd8ae1f282fb
-Size (tree-sitter-markdown-0.7.1.tar.gz) = 409602 bytes
+BLAKE2s (tree-sitter-markdown-0.3.2.tar.gz) = d43cce220db49a6f3c46b9fb0f0ad7a1662ef4d6b231e8e82d84b2de805b8f77
+SHA512 (tree-sitter-markdown-0.3.2.tar.gz) = 04064c3384e0a9f8f1336c4587d15b14cf6a01a4579034c64f99ee85cb0fe1bc217b2f802c53f542ca40db20e7ce3b0bfef0bfe398dd2731caed47360a09ac5b
+Size (tree-sitter-markdown-0.3.2.tar.gz) = 419764 bytes
Home |
Main Index |
Thread Index |
Old Index