Created attachment 246121 [details] patch for new port A new release was committed. Changes to Makefile and distinfo only.
Is there a particular reason why you don't use the release tags provided by upstream?
They aren't very consistent, also I did not really know that I could. Happy to take guidance.
Ideally you'd just set DISTVERSION to the version used in upstreams tag such that ${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} forms the name of upstreams tag. Then remove GH_TAGNAME as it defaults to that. I see that upstream's versioning is indeed inconsistent, but perhaps you can ask them to be more consistent. Right now it should work to just put in DISTVERSION= 23.10 then remove GH_TAGNAME and regenerate distinfo. See § 5.4.3 Porter's Handbook for more details.
Thanks, that’s really helpful; will sort tomorrow, much appreciated.
Created attachment 246142 [details] improved patch Changes as per fuz@
Have altered accordingly, thanks again.
LGTM for ports. If it passes your testing, feel free to commit.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c45f49322312d1544b07511eafd9bb7416a3a214 commit c45f49322312d1544b07511eafd9bb7416a3a214 Author: Ceri Davies <ceri@FreeBSD.org> AuthorDate: 2023-11-05 18:50:22 +0000 Commit: Ceri Davies <ceri@FreeBSD.org> CommitDate: 2023-11-05 18:50:22 +0000 textproc/cy-hunspell: update to version 23.10 PR: 274917 Approved by: fuz textproc/cy-hunspell/Makefile | 3 +-- textproc/cy-hunspell/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-)
Closing, thanks fuz@ for your help