Page MenuHomeFreeBSD

net-mgmt/prometheus: Update to 1.6.0
ClosedPublic

Authored by ler on Apr 18 2017, 8:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 11:17 AM
Unknown Object (File)
Mar 14 2024, 5:29 AM
Unknown Object (File)
Mar 13 2024, 5:28 AM
Unknown Object (File)
Mar 9 2024, 7:43 PM
Unknown Object (File)
Feb 18 2024, 7:07 AM
Unknown Object (File)
Dec 27 2023, 5:07 PM
Unknown Object (File)
Dec 27 2023, 4:54 PM
Unknown Object (File)
Dec 20 2023, 3:21 AM
Subscribers

Details

Summary

patch file to update prometheus port to v1.6.0, and some port/packaging improvements

Details of changes in this release are available here: https://github.com/prometheus/prometheus/releases/tag/v1.6.0

PR: 218737
Submitted by: ports@ecadlabs.com (maintainer)
Approved by: (adamw|rene) (mentor)

Test Plan

poudriere (ok on 12)
poudriere testport results:

10.3-RELEASE-p18 amd64 pass
11.0-RELEASE-p9 amd64 pass

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fix a portlint error (tab<->space)

net-mgmt/prometheus/Makefile
24 ↗(On Diff #27533)

Stripping does not break Go binaries, see:

https://honnef.co/posts/2016/10/go-and-strip/

30 ↗(On Diff #27533)

Specifying it as "unknown" seems odd, can we find what rev it actually is and specify that? Also, for the branch, builduser and builddate, see if you can find what upstream used for their release build and use that if possible. Not that we want to pretend to be upstreams binary, but just to have a value other than "unknown" and sane. Does this fail to build without some sort of value specified?

updated to 1.6.1, removed STRIP=, removed unknown's.

This revision is now accepted and ready to land.Apr 23 2017, 4:33 PM
This revision was automatically updated to reflect the committed changes.