Hi, This is a maintainer update. Patch to be attached after bug creation. Thanks and regards.
Maintainer informed via mail
Created attachment 242425 [details] Patch
Thank you for your submission. Do you have a changelog for this update? If upstream has tagged releases, please use the version number and tag name from upstream. In this case, you can achieve that by removing GH_TAGNAME and then setting DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 There's no need to manually add a date to the version. I'm not sure why you did that.
Created attachment 242432 [details] Patch Mention changes in the commit message.
(In reply to Robert Clausecker from comment #3) Hi, Addition of the date is deliberate. This is because the port doesn't point to the new version, but to the latest commit instead. I've done this for other ports, and this is what the Porters Handbook seems to recommend for ports that sometimes are based on released versions but sometimes on specific commits (it avoids bumping PORTEPOCH repeatedly). Thanks.
Will commit with my next batch and MFH.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2bc331659d6921f8ac6ebad1429b02d987021494 commit 2bc331659d6921f8ac6ebad1429b02d987021494 Author: Olivier Certner <olce.freebsd@certner.fr> AuthorDate: 2023-05-26 12:46:51 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-05-29 23:24:53 +0000 editors/sly-asdf: Update to the latest version (0.2.0 + 1 one commit) As the port seems to be using explicit versioning, switch to a "version-date" scheme and bump PORTEPOCH. Changes: A fix for query-replace across a system, a possible ECL fix, fix jumping to source for errors. Changelog: https://github.com/mmgeorge/sly-asdf/compare/bcaeba9b...6f9d7514 PR: 271654 editors/sly-asdf/Makefile | 6 +++--- editors/sly-asdf/distinfo | 6 +++--- editors/sly-asdf/files/patch-README.md (gone) | 16 ---------------- editors/sly-asdf/files/patch-sly-asdf.el | 4 ++-- editors/sly-asdf/pkg-message | 8 ++++---- 5 files changed, 12 insertions(+), 28 deletions(-)
Thank you for your contribution.
A commit in branch 2023Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=daf426a933230f57eabda11909068c9bdb72d882 commit daf426a933230f57eabda11909068c9bdb72d882 Author: Olivier Certner <olce.freebsd@certner.fr> AuthorDate: 2023-05-26 12:46:51 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-05-29 23:33:36 +0000 editors/sly-asdf: Update to the latest version (0.2.0 + 1 one commit) As the port seems to be using explicit versioning, switch to a "version-date" scheme and bump PORTEPOCH. Changes: A fix for query-replace across a system, a possible ECL fix, fix jumping to source for errors. Changelog: https://github.com/mmgeorge/sly-asdf/compare/bcaeba9b...6f9d7514 PR: 271654 (cherry picked from commit 2bc331659d6921f8ac6ebad1429b02d987021494) editors/sly-asdf/Makefile | 6 +++--- editors/sly-asdf/distinfo | 6 +++--- editors/sly-asdf/files/patch-README.md (gone) | 16 ---------------- editors/sly-asdf/files/patch-sly-asdf.el | 4 ++-- editors/sly-asdf/pkg-message | 8 ++++---- 5 files changed, 12 insertions(+), 28 deletions(-)
Thanks for committing! Regards.