Bug 259711 - textproc/consul-template: update to 0.27.2
Summary: textproc/consul-template: update to 0.27.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Steve Wills
URL: https://github.com/hashicorp/consul-t...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-08 12:04 UTC by Boris Korzun
Modified: 2021-12-30 01:51 UTC (History)
4 users (show)

See Also:
drtr0jan: maintainer-feedback? (swills)


Attachments
consul-template.diff (8.44 KB, patch)
2021-11-08 12:04 UTC, Boris Korzun
no flags Details | Diff
consul-template.diff (9.12 KB, patch)
2021-11-19 11:22 UTC, Boris Korzun
drtr0jan: maintainer-approval? (swills)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Korzun 2021-11-08 12:04:08 UTC
Created attachment 229359 [details]
consul-template.diff

1) Update to 0.27.2:
* syslog bug fixed - https://github.com/hashicorp/consul-template/issues/1523

2) RC-script refactor:
* fixed keyword;
* added consul_template_syslog_output_tag variable, making them consistent with the rest of the ports tree;
* fixed codestyle.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2021-11-19 08:16:18 UTC
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.

A/A: USE_RC_SUBR should be after PLIST_FILES

Thanks!
Comment 2 Boris Korzun 2021-11-19 11:22:13 UTC
Created attachment 229590 [details]
consul-template.diff

(In reply to Fernando Apesteguía from comment #1)

Thx for the comment. Portclippy/portfmt (USE_RC_SUBR) has been fixed.

Changelog: https://github.com/hashicorp/consul-template/blob/v0.27.2/CHANGELOG.md
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-12-30 01:49:12 UTC
A commit in branch main references this bug:

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

commit 1c57bbff5e0e63788c0dc83c07109ef5324d75aa
Author:     Boris Korzun <drtr0jan@yandex.ru>
AuthorDate: 2021-12-30 01:44:36 +0000
Commit:     Brad Davis <brd@FreeBSD.org>
CommitDate: 2021-12-30 01:47:42 +0000

    textproc/consul-template: Update to 0.27.2

    1) Update to 0.27.2:
    * syslog bug fixed - https://github.com/hashicorp/consul-template/issues/1523

    2) RC-script refactor:
    * fixed keyword;
    * added consul_template_syslog_output_tag variable, making them consistent with the rest of the ports tree;
    * fixed codestyle.

    PR: 259711

 textproc/consul-template/Makefile                 | 12 ++---
 textproc/consul-template/distinfo                 | 18 +++----
 textproc/consul-template/files/consul-template.in | 58 ++++++++++++-----------
 3 files changed, 46 insertions(+), 42 deletions(-)
Comment 4 Brad Davis freebsd_committer freebsd_triage 2021-12-30 01:51:20 UTC
Thanks for submitting this Boris, sorry I forgot about it!

I corrected the comment about the tag and switched them to be tabs instead of spaces, I hope that is OK.