Bug 229631 - [PATCH] devel/hub's Makefile upgrade (update to 2.5.0, new shell completions and USES=go)
Summary: [PATCH] devel/hub's Makefile upgrade (update to 2.5.0, new shell completions ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Renato Botelho
URL: https://reviews.freebsd.org/D16194
Keywords: patch
Depends on:
Blocks:
 
Reported: 2018-07-09 09:41 UTC by Vinícius Zavam
Modified: 2018-07-11 13:16 UTC (History)
4 users (show)

See Also:


Attachments
[PATCH] devel/hub's Makefile upgrade (update to 2.5.0, new shell completions and USES=go) (2.80 KB, patch)
2018-07-09 09:41 UTC, Vinícius Zavam
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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