Created attachment 244023 [details] Update to 3.0.1 https://gitlab.com/dps8m/dps8m/-/wikis/DPS8M-R3.0.1-Release-Notes
Created attachment 244025 [details] Update to 3.0.1
Will get rid of GL_TAGNAME on commit. Due to a recent change in our gitlab framework, we can now directly access gitlab tarballs by tag. To enable this, I'll add DISTVERSIONPREFIX= R to the Makefile. I will also remove the post-install target. Our ${INSTALL_PROGRAM} macro already strips the binaries it installs.
Exellent! And thanks for the info about the GitLab-Framework.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=063725f916cf8aa47bc5bc62cc1c8b597981a091 commit 063725f916cf8aa47bc5bc62cc1c8b597981a091 Author: Gian-Simon Purkert <gspurki@gmail.com> AuthorDate: 2023-08-11 22:55:20 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-08-13 09:35:32 +0000 emulators/dps8m: update to 3.0.1 Changelog: https://gitlab.com/dps8m/dps8m/-/wikis/DPS8M-R3.0.1-Release-Notes PR: 273068 emulators/dps8m/Makefile | 17 +++-------------- emulators/dps8m/distinfo | 6 +++--- emulators/dps8m/files/patch-src_Makefile.mk (gone) | 11 ----------- emulators/dps8m/pkg-descr | 2 +- 4 files changed, 7 insertions(+), 29 deletions(-)
Thank you for your contribution.