Bug 256461 - sysutils/tflint: Update to 0.29.1
Summary: sysutils/tflint: Update to 0.29.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL: https://github.com/terraform-linters/...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-07 03:08 UTC by Gabriel M. Dutra
Modified: 2021-06-29 07:28 UTC (History)
2 users (show)

See Also:


Attachments
Update to 0.29.0 (18.76 KB, patch)
2021-06-07 03:08 UTC, Gabriel M. Dutra
dutra: maintainer-approval+
Details | Diff
Update to 0.29.1 (18.79 KB, patch)
2021-06-16 00:10 UTC, Gabriel M. Dutra
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!