pkgsrc-WIP-changes archive

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

arduino-ctags: Adjust DISTNAME/PKGNAME/PKGVERSION handling



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Mar 28 18:55:57 2019 +0100
Changeset:	1cdf3ad9c16d95bce0fa8ee74b5d5176f1643e2a

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

Log Message:
arduino-ctags: Adjust DISTNAME/PKGNAME/PKGVERSION handling

- Rename the package from ctags to arduino-ctags in order to be consistent with
  PKGPATH and avoid possible conflicts with ctags-git
- Adjust PKGVERSION in order to be handled gracefully by pkg_install
- Remove PKGNAME initialization, it's already DISTNAME by default

Discussed with MAINTAINER on #netbsd-code, thanks!

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

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

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

diffs:
diff --git a/arduino-ctags/Makefile b/arduino-ctags/Makefile
index a9d11f783d..05d7054d57 100644
--- a/arduino-ctags/Makefile
+++ b/arduino-ctags/Makefile
@@ -1,12 +1,10 @@
 # $NetBSD$
 
-DISTNAME=	ctags-5.8-arduino11
-PKGNAME=	${DISTNAME}
+DISTNAME=	arduino-ctags-${GITHUB_TAG:S/-arduino/./}
 CATEGORIES=	wip
 MASTER_SITES=	${MASTER_SITE_GITHUB:=arduino/}
 GITHUB_PROJECT=	ctags
 GITHUB_TAG=	5.8-arduino11
-
 EXTRACT_SUFX=	.zip
 
 MAINTAINER=	krz.lasocki%gmail.com@localhost
diff --git a/arduino-ctags/distinfo b/arduino-ctags/distinfo
index c585895353..f306537f45 100644
--- a/arduino-ctags/distinfo
+++ b/arduino-ctags/distinfo
@@ -1,9 +1,9 @@
 $NetBSD$
 
-SHA1 (ctags-5.8-arduino11.zip) = 10d483cd6085431b349c6b5827e48aee6619c327
-RMD160 (ctags-5.8-arduino11.zip) = a4bc68c4ff05129f463fb17d2319239afc805a5d
-SHA512 (ctags-5.8-arduino11.zip) = c52ec982e843ab1b489168258619bb87825f7c413ea1c15389db6449572d30403199c840b1c0391b20387b3e22e9bffaaea8b11f4b124160b1fea9112f7c8aad
-Size (ctags-5.8-arduino11.zip) = 561013 bytes
+SHA1 (arduino-ctags-5.8.11.zip) = 10d483cd6085431b349c6b5827e48aee6619c327
+RMD160 (arduino-ctags-5.8.11.zip) = a4bc68c4ff05129f463fb17d2319239afc805a5d
+SHA512 (arduino-ctags-5.8.11.zip) = c52ec982e843ab1b489168258619bb87825f7c413ea1c15389db6449572d30403199c840b1c0391b20387b3e22e9bffaaea8b11f4b124160b1fea9112f7c8aad
+Size (arduino-ctags-5.8.11.zip) = 561013 bytes
 SHA1 (patch-c.c) = b4b8ca5c9a1004731b42bbcd68eb4d4ece642eb1
 SHA1 (patch-debug.h) = 6be59bdad9d9b3251164bf7db1ee56c4e6ace4f6
 SHA1 (patch-eiffel.c) = 3a3ddeff8d43f4c5ec28cd23720305615716f88f


Home | Main Index | Thread Index | Old Index