Monday, December 04, 2023

update devel/mspdebug to 0.25

Update devel/mspdebug from 0.23 to the last commit after 0.25.

Upstream has not tagged an official release since 0.25 (2017).
Development has continued since then, however, with many fixes
and additions, until last commit in 2022. So I think it is ok
to replace GH_TAGNAME with GH_COMMIT here.

Ok?

I have been working with a MSP430 development board at day job
lately. And to work comfortably with it in my personal laptop
(running OpenBSD) I have updated and written a few MSP-related
ports. So expect more mails.

-- Lucas de Sena


Index: devel/mspdebug/Makefile
===================================================================
RCS file: /cvs/ports/devel/mspdebug/Makefile,v
retrieving revision 1.25
diff -u -p -r1.25 Makefile
--- devel/mspdebug/Makefile 11 Mar 2022 18:50:50 -0000 1.25
+++ devel/mspdebug/Makefile 4 Dec 2023 13:23:52 -0000
@@ -1,9 +1,10 @@
COMMENT= debugger for use with MSP 430 MCUs

+V = 0.25pl20220518
GH_ACCOUNT= dlbeer
GH_PROJECT= mspdebug
-GH_TAGNAME= v0.23
-REVISION= 1
+GH_COMMIT= 985b390ba22f4229aeca9f02e273a54eb4a76a9a
+DISTNAME = ${GH_PROJECT}-${V}
CATEGORIES= devel

HOMEPAGE= https://dlbeer.co.nz/mspdebug/
Index: devel/mspdebug/distinfo
===================================================================
RCS file: /cvs/ports/devel/mspdebug/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- devel/mspdebug/distinfo 10 Jul 2018 13:13:42 -0000 1.12
+++ devel/mspdebug/distinfo 4 Dec 2023 13:23:52 -0000
@@ -1,2 +1,2 @@
-SHA256 (mspdebug-0.23.tar.gz) = 5NuaxRnVmJqkjkPpLwSmghpdx9/4yLN5VQinfsTt3oQ=
-SIZE (mspdebug-0.23.tar.gz) = 322556
+SHA256 (mspdebug-0.25pl20220518-985b390b.tar.gz) = ARSYUPS0WwGOKKaUEVLk3Lvix10lTPugyWQPBMJBRbs=
+SIZE (mspdebug-0.25pl20220518-985b390b.tar.gz) = 367105

No comments:

Post a Comment