Bug 256461

Summary: sysutils/tflint: Update to 0.29.1
Product: Ports & Packages Reporter: Gabriel M. Dutra <dutra>
Component: Individual Port(s)Assignee: Nuno Teixeira <eduardo>
Status: Closed FIXED    
Severity: Affects Only Me CC: dutra, eduardo
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/terraform-linters/tflint/releases
Attachments:
Description Flags
Update to 0.29.0
dutra: maintainer-approval+
Update to 0.29.1 none

Description Gabriel M. Dutra freebsd_committer freebsd_triage 2021-06-07 03:08:17 UTC
Created attachment 225617 [details]
Update to 0.29.0

Update to 0.29.0

Tested on

FreeBSD RELEASE amd64, i386
FreeBSD 12.2    amd64, i386
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2021-06-08 10:21:42 UTC
Hello,

Please update port diff by replacing PORTVERSION with DISTVERSION:

---
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
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2021-06-15 06:25:56 UTC
I'm getting the following error on 'make extract':

===>  Extracting for tflint-0.29.0
=> SHA256 Checksum OK for terraform-linters-tflint-v0.29.0_GH0.tar.gz.
install: /storage: realpath: No such file or directory
*** Error code 71

Could you test it and see if you get same error?
Comment 3 Gabriel M. Dutra freebsd_committer freebsd_triage 2021-06-16 00:10:56 UTC
Created attachment 225840 [details]
Update to 0.29.1

Hi, Nuno!

I upgraded to version 0.29.1.

As for make extract, I had no errors in the execution.
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-06-29 07:28:11 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a7f528a830642f2a1b8bf5b5b668617c53466264

commit a7f528a830642f2a1b8bf5b5b668617c53466264
Author:     Gabriel Dutra <0xdutra@gmail.com>
AuthorDate: 2021-06-29 07:24:19 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2021-06-29 07:24:19 +0000

    sysutils/tflint: Update to 0.29.1

    - pet portclippy
    - reformat Makefile with portfmt

    ChangeLog: https://github.com/terraform-linters/tflint/releases

    PR:             256461
    Approved by:    dbaio, garga (mentors)

 sysutils/tflint/Makefile | 44 ++++++++++++++++++++++----------
 sysutils/tflint/distinfo | 66 ++++++++++++++++++++++++++++++++++--------------
 2 files changed, 77 insertions(+), 33 deletions(-)
Comment 5 Nuno Teixeira freebsd_committer freebsd_triage 2021-06-29 07:28:57 UTC
Committed thanks!