Summary: | [PATCH] net-mgmt/prometheus: Update to 1.6.1 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | jevonearth <ports> | ||||||
Component: | Individual Port(s) | Assignee: | Larry Rosenman <ler> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | ler | ||||||
Priority: | --- | Keywords: | patch | ||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
jevonearth
2017-04-18 19:39:23 UTC
Created attachment 181927 [details]
patch file to update net-mgmt/prometheus to 1.6.1
While waiting for last patch to be committed to ports, the upstream project have released a bug fix point release, so I'm updating this patch here.
FYI: stripping Go binaries doesn't break them since at least Go 1.6. I've removed the STRIP= from the patch. Testing. A commit references this bug: Author: ler Date: Sun Apr 23 16:54:29 UTC 2017 New revision: 439239 URL: https://svnweb.freebsd.org/changeset/ports/439239 Log: Update net-mgmt/prometheus to 1.6.1, add version info Removed STRIP=, as since go 1.6 stripping go binaries doesn't break them. Details of changes in this release are available here: https://github.com/prometheus/prometheus/releases/tag/v1.6.1 PR: 218737 Submitted by: ports@ecadlabs.com (maintainer) Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D10423 Changes: head/net-mgmt/prometheus/Makefile head/net-mgmt/prometheus/distinfo head/net-mgmt/prometheus/files/prometheus.in Committed with modifications. Thanks! |