Created attachment 225490 [details] Update to 0.29.7 Portlint: no errors Tested on FreeBSD RELEASE amd64, i386 FreeBSD 12.2 amd64, i386 FreeBSD 12.1 amd64, i386
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
To correct this you should do like this: 1. Edit port Makefile and replace PORTVERSION with DISTVERSION 2. Generate new diff 3. Upload updated diff file to this PR and check "obsolete" option for old diff.
Created attachment 225583 [details] Update to 0.29.8 Hi, Problems solved.
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=37960a2bd4e7973ee5ab0319bab995391917348f commit 37960a2bd4e7973ee5ab0319bab995391917348f Author: Gabriel Dutra <0xdutra@gmail.com> AuthorDate: 2021-06-07 09:08:03 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2021-06-07 09:08:03 +0000 sysutils/terragrunt: Update to 0.29.8 - Replace PORTVERSION with DISTVERSION ChangeLog: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.29.8 PR: 256364 Approved by: dbaio, garga (mentors, implicit) sysutils/terragrunt/Makefile | 2 +- sysutils/terragrunt/distinfo | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-)
Committed thanks!