Bug 221868

Summary: security/vuls: Update to 0.4.0
Product: Ports & Packages Reporter: Alexandru Ciobanu <iscandr>
Component: Individual Port(s)Assignee: Richard Gallamore <ultima>
Status: Closed FIXED    
Severity: Affects Only Me CC: ultima
Priority: --- Keywords: patch-ready
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
vuls.diff iscandr: maintainer-approval+

Description Alexandru Ciobanu 2017-08-27 22:54:36 UTC
Created attachment 185829 [details]
vuls.diff

When applied this patch will:
* Update to 0.4.0
* Update build dependencies
* Reorder GH_TUPLE alphabetically
* Remove parts of the post-patch target from Makefile(fixed upstream)

portlint warnings:
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.

testport: OK (poudriere: 10.3-RELEASE-p20, 11.0-RELEASE-p11, 11.1-RELEASE, 12.0-CURRENT, amd64 and i386 tested)
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-09-03 18:42:26 UTC
A commit references this bug:

Author: ultima
Date: Sun Sep  3 18:42:17 UTC 2017
New revision: 449215
URL: https://svnweb.freebsd.org/changeset/ports/449215

Log:
  Update to 0.4.0, reordered tuple alphabetically for sanity and cleanup fixed items upstream

  PR:		221868
  Submitted by:	Alexandru Ciobanu (maintainer)
  Reviewed by:	lifanov (mentor), matthew (mentor)
  Approved by:	lifanov (mentor), matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12209

Changes:
  head/security/vuls/Makefile
  head/security/vuls/distinfo
  head/security/vuls/files/patch-commands_tui.go
  head/security/vuls/files/patch-src_gopkg.in_cheggaaa_pb.v2_Gopkg.lock
  head/security/vuls/files/patch-src_gopkg.in_cheggaaa_pb.v2_Gopkg.toml
Comment 2 Richard Gallamore freebsd_committer freebsd_triage 2017-09-03 18:58:16 UTC
Be care when using make makepatch, this will create patches changing %%ETCDIR%% to the path.


Committed, thanks!