| 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: |
|
||||||
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 |
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.