pkgsrc-WIP-changes archive

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

arduino-ctags: Revise PKGNAME and PLIST regen



Module Name:	pkgsrc-wip
Committed By:	Rui-Xiang Guo <rxg%lavabit.com@localhost>
Pushed By:	rxg
Date:		Thu Mar 14 19:07:17 2024 +0800
Changeset:	621655be07ebd1a709ec4884645239f794431883

Modified Files:
	arduino-ctags/Makefile
	arduino-ctags/PLIST
	arduino-ctags/distinfo

Log Message:
arduino-ctags: Revise PKGNAME and PLIST regen

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

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

diffstat:
 arduino-ctags/Makefile | 5 ++++-
 arduino-ctags/PLIST    | 2 +-
 arduino-ctags/distinfo | 6 +++---
 3 files changed, 8 insertions(+), 5 deletions(-)

diffs:
diff --git a/arduino-ctags/Makefile b/arduino-ctags/Makefile
index 12d4da973c..84ab76bf0f 100644
--- a/arduino-ctags/Makefile
+++ b/arduino-ctags/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	arduino-ctags-${GITHUB_TAG:S/-arduino11//}
+DISTNAME=	arduino-ctags-${GITHUB_TAG:S/-/./}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=arduino/}
 GITHUB_PROJECT=	ctags
@@ -12,10 +12,13 @@ COMMENT=	Arduino ctags, based on Exuberant ctags
 LICENSE=	gnu-lgpl-v2
 
 GNU_CONFIGURE=	yes
+USE_LANGUAGES=	c
 
 INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1 \
 			arduino15/packages/builtin/tools/ctags/${GITHUB_TAG}
 
+PLIST_SUBST+=	GITHUB_TAG=${GITHUB_TAG}
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/ctags \
 		${DESTDIR}${PREFIX}/arduino15/packages/builtin/tools/ctags/${GITHUB_TAG}
diff --git a/arduino-ctags/PLIST b/arduino-ctags/PLIST
index a96e9b1f38..59e4d6baf1 100644
--- a/arduino-ctags/PLIST
+++ b/arduino-ctags/PLIST
@@ -1,4 +1,4 @@
 @comment $NetBSD$
-arduino15/packages/builtin/tools/ctags/5.8-arduino11/ctags
+arduino15/packages/builtin/tools/ctags/${GITHUB_TAG}/ctags
 bin/arduino-ctags
 man/man1/arduino-ctags.1
diff --git a/arduino-ctags/distinfo b/arduino-ctags/distinfo
index 6256013600..6002af4fe0 100644
--- a/arduino-ctags/distinfo
+++ b/arduino-ctags/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-BLAKE2s (arduino-ctags-5.8.tar.gz) = 75b7b29e2df7117f25d489f7c5ab292644658f538d8b4ee240e0d680016d52e8
-SHA512 (arduino-ctags-5.8.tar.gz) = 6375077dfd983e98862773dfe6213bd41cd17d99260e39e97f99eff7d7f363f6d6a61582994382c69f0e3dfa7da88c1640a5bc037adbcc526e07f86dbd4f3646
-Size (arduino-ctags-5.8.tar.gz) = 489712 bytes
+BLAKE2s (arduino-ctags-5.8.arduino11.tar.gz) = 75b7b29e2df7117f25d489f7c5ab292644658f538d8b4ee240e0d680016d52e8
+SHA512 (arduino-ctags-5.8.arduino11.tar.gz) = 6375077dfd983e98862773dfe6213bd41cd17d99260e39e97f99eff7d7f363f6d6a61582994382c69f0e3dfa7da88c1640a5bc037adbcc526e07f86dbd4f3646
+Size (arduino-ctags-5.8.arduino11.tar.gz) = 489712 bytes
 SHA1 (patch-c.c) = b4b8ca5c9a1004731b42bbcd68eb4d4ece642eb1
 SHA1 (patch-debug.h) = 6be59bdad9d9b3251164bf7db1ee56c4e6ace4f6
 SHA1 (patch-eiffel.c) = 3a3ddeff8d43f4c5ec28cd23720305615716f88f


Home | Main Index | Thread Index | Old Index