Bug 218737

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 Flags
patch file to update net-mgmt/prometheus to 1.6.0
ports: maintainer-approval+
patch file to update net-mgmt/prometheus to 1.6.1 ports: maintainer-approval+

Description jevonearth 2017-04-18 19:39:23 UTC
Created attachment 181875 [details]
patch file to update net-mgmt/prometheus to 1.6.0

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

poudriere testport results:

10.3-RELEASE-p18 amd64 pass
11.0-RELEASE-p9  amd64 pass
Comment 1 jevonearth 2017-04-20 03:20:14 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.
Comment 2 Larry Rosenman freebsd_committer freebsd_triage 2017-04-23 13:54:04 UTC
FYI: stripping Go binaries doesn't break them since at least Go 1.6.  I've removed the STRIP= from the patch.

Testing.
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-04-23 16:54:59 UTC
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
Comment 4 Larry Rosenman freebsd_committer freebsd_triage 2017-04-23 16:55:47 UTC
Committed with modifications.  Thanks!