Created attachment 225491 [details] Update to 0.14.0 Tested on FreeBSD: 13-amd64 13-i386 12-amd64 12-i386 Portlint: no errors
Hello! Could you please use DISTVERSION instead of PORTVERSION? Example 2. Using DISTVERSION When the version only contains numbers separated by dots, dashes or underscores, use DISTVERSION. PORTNAME= nekoto DISTVERSION= 1.2-4 It will generate a PORTVERSION of 1.2.4. https://docs.freebsd.org/en/books/porters-handbook/makefiles/#makefile-naming
Created attachment 225582 [details] Update version 0.14.1 I changed PORTVERSION to DISTVERSION and updated to version 0.14.1.
Is there a changelog link available so that can be added to URL field?
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3ce7a7c07a61ae2d46fa56e6ce5bddd14cad46b commit a3ce7a7c07a61ae2d46fa56e6ce5bddd14cad46b Author: Gabriel Dutra <0xdutra@gmail.com> AuthorDate: 2021-06-14 10:21:15 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2021-06-14 10:21:15 +0000 sysutils/terraform-docs: Update to 0.14.1 - Replace PORTVESION with DISTVERSION ChangeLog: https://github.com/terraform-docs/terraform-docs/releases/tag/v0.14.1 PR: 256365 Approved by: dbaio, garga (mentors, implicit) sysutils/terraform-docs/Makefile | 4 ++-- sysutils/terraform-docs/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-)
Committed thanks!