pkgsrc-WIP-changes archive

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

ast-grep: update to 0.17.1



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sat Jan 13 09:21:09 2024 +0100
Changeset:	633d607b43b240d69d7e14b5598b1ad2ca6decbd

Modified Files:
	ast-grep/Makefile
	ast-grep/PLIST
	ast-grep/distinfo

Log Message:
ast-grep: update to 0.17.1

 - feat: respect user's language extension option #848

 pkgsrc changes: install both binaries that are built, i.e. 'sg' and 'ast-grep'.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=633d607b43b240d69d7e14b5598b1ad2ca6decbd

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

diffstat:
 ast-grep/Makefile | 7 +++++--
 ast-grep/PLIST    | 1 +
 ast-grep/distinfo | 6 +++---
 3 files changed, 9 insertions(+), 5 deletions(-)

diffs:
diff --git a/ast-grep/Makefile b/ast-grep/Makefile
index 962f92e5d1..f5d17d5d95 100644
--- a/ast-grep/Makefile
+++ b/ast-grep/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	ast-grep-0.17.0
+DISTNAME=	ast-grep-0.17.1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=ast-grep/}
 
@@ -16,7 +16,10 @@ USE_LANGUAGES=	c c++
 INSTALLATION_DIRS+=	bin
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/target/release/sg ${DESTDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/target/release/sg \
+		${DESTDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/target/release/ast-grep \
+		${DESTDIR}${PREFIX}/bin
 
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/ast-grep/PLIST b/ast-grep/PLIST
index 6af9a83a2e..145ede090b 100644
--- a/ast-grep/PLIST
+++ b/ast-grep/PLIST
@@ -1,2 +1,3 @@
 @comment $NetBSD$
+bin/ast-grep
 bin/sg
diff --git a/ast-grep/distinfo b/ast-grep/distinfo
index df67fa5ccb..7cfacedc3a 100644
--- a/ast-grep/distinfo
+++ b/ast-grep/distinfo
@@ -30,9 +30,9 @@ Size (anyhow-1.0.79.crate) = 44931 bytes
 BLAKE2s (assert_cmd-2.0.12.crate) = 4a76f6560524e2c8e5e88fb502003bb39ba568bfb91f8e48e0717a22ca693121
 SHA512 (assert_cmd-2.0.12.crate) = d14783933521ffbcc0bcad8e52e7e0e4fb58cb609123b2a50e20dbee10d7f2df4eb020cdfde386c8cde6b7e0696a3f98e0dbd698c82c99a2c6903c437ec907e4
 Size (assert_cmd-2.0.12.crate) = 25347 bytes
-BLAKE2s (ast-grep-0.17.0.tar.gz) = 01c642fb699a54babe14bbae4544ef671abae2a62d7a942646f71e6e68a6cd88
-SHA512 (ast-grep-0.17.0.tar.gz) = daa0c9f2aed388bad30194b6b09a84bd344d5dd8b7fd259b21ed23eed387c1431a8b4575d66a33467704a4d6a01a15b85543a2109be3d82b8dd6d5c1cf2f1358
-Size (ast-grep-0.17.0.tar.gz) = 804854 bytes
+BLAKE2s (ast-grep-0.17.1.tar.gz) = 13dd4c9709d5c7ca836ebc01af8043ac97c4d1a392ce41a4b1b457b618f0d096
+SHA512 (ast-grep-0.17.1.tar.gz) = 0d0f0cbb85cdc6e71d24a31da4a1f92ec5ff63c58a255e1f8d3d68b820ad4b9a9039707169b296b03aae7caea03503c84396075eb497b4b90b4a675a3d195ea1
+Size (ast-grep-0.17.1.tar.gz) = 804919 bytes
 BLAKE2s (ast-grep-tree-sitter-c-sharp-0.20.0.crate) = f1958f1f71f362d0922fbc0308951dd2314e40bef1e65ac3e93f576970bf6819
 SHA512 (ast-grep-tree-sitter-c-sharp-0.20.0.crate) = bb4d4f79cdeb454fa2408278d669f44165fb0fa75ecba2509122c4cf4ca8ebf66ed8fb3ea19e8c70dcfbf9c8b1503d32c906969414ea67f9257a8bf3de40b592
 Size (ast-grep-tree-sitter-c-sharp-0.20.0.crate) = 908593 bytes


Home | Main Index | Thread Index | Old Index