Created attachment 153456 [details] diff to update to 2.2.0 See attached diff to update to latest version 2.2.0 using Go.
Maintainer CC'd
Created attachment 154184 [details] updated diff to port updated patch
Hi all, sorry for the delay in responding. Build failed for me because there's a mismatch between the tarball that `make fetch` fetches (from https://codeload.github.com/github/hub/legacy.tar.gz/v2.2.0) and the information in distinfo as patched by the submitter (presumably it refers to a tarball fetched via hand from https://github.com/github/hub/archive/v2.2.0.tar.gz ?). The contents, after uncompressing, are exactly the same, so I assume GitHub uses different parameters for the compression in each case. I am uploading an updated diff of the port, with the following changes compared to the one submitted by Steve: 1. use MASTER_SITES=GHR 2. replace GH_TAGNAME with DISTVERSIONPREFIX in order to be in line with vendor release versions. 3. update the distinfo to use the filename `hub-v2.2.0.tar.gz` (notice the 'v')
A commit references this bug: Author: swills Date: Thu Mar 26 19:33:36 UTC 2015 New revision: 382338 URL: https://svnweb.freebsd.org/changeset/ports/382338 Log: devel/hub: update to 2.2.0 PR: 197999 Submitted by: swills (myself) Approved by: koukopoulos@gmail.com (maintainer) Changes: head/devel/hub/Makefile head/devel/hub/distinfo
Committed, thanks!