Bug 229631

Summary: [PATCH] devel/hub's Makefile upgrade (update to 2.5.0, new shell completions and USES=go)
Product: Ports & Packages Reporter: Vinícius Zavam <egypcio>
Component: Individual Port(s)Assignee: Renato Botelho <garga>
Status: Closed FIXED    
Severity: Affects Some People CC: dbaio, ehaupt, fernape, garga
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D16194
Attachments:
Description Flags
[PATCH] devel/hub's Makefile upgrade (update to 2.5.0, new shell completions and USES=go) none

Description Vinícius Zavam freebsd_committer freebsd_triage 2018-07-09 09:41:13 UTC
Created attachment 194985 [details]
[PATCH] devel/hub's Makefile upgrade (update to 2.5.0, new shell completions and USES=go)

before this patch, shells/bash was used to build this Go port.

this patch updates devel/hub to version 2.5.0 and:

  * adds LICENSE_FILE;
  * pulls USES=go to build the port - without adding Go libs;
  * removes shells/bash as BUILD_DEPENDS;
  * presents Options Helpers to the Makefile
  * offers a new shell completion for shells/fish.

once shells/bash was NOT present in RUN_DEPENDS, its completions options is NOT enabled by default.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-07-11 13:08:56 UTC
A commit references this bug:

Author: garga
Date: Wed Jul 11 13:08:46 UTC 2018
New revision: 474444
URL: https://svnweb.freebsd.org/changeset/ports/474444

Log:
  Update devel/hub to version 2.5.0 and:

  * adds LICENSE_FILE;
  * pulls USES=go to build the port - without adding Go libs;
  * removes shells/bash as BUILD_DEPENDS;
  * presents Options Helpers to the Makefile
  * offers a new shell completion for shells/fish.

  Once shells/bash was NOT present in RUN_DEPENDS, its completions options is
  NOT enabled by default.

  PR:		229631
  Submitted by:	maintainer
  Sponsored by:	Rubicon Communications, LLC (Netgate)
  Differential Revision:	https://reviews.freebsd.org/D16194

Changes:
  head/devel/hub/Makefile
  head/devel/hub/distinfo