Bug 197999 - devel/hub: update to 2.2.0
Summary: devel/hub: update to 2.2.0
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-24 19:01 UTC by Steve Wills
Modified: 2015-03-26 19:36 UTC (History)
1 user (show)

See Also:
koukopoulos: maintainer-feedback+


Attachments
diff to update to 2.2.0 (1.56 KB, text/plain)
2015-02-24 19:01 UTC, Steve Wills
no flags Details
updated diff to port (1.61 KB, patch)
2015-03-11 08:58 UTC, koukopoulos
koukopoulos: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2015-02-24 19:01:11 UTC
Created attachment 153456 [details]
diff to update to 2.2.0

See attached diff to update to latest version 2.2.0 using Go.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-02-24 19:01:11 UTC
Maintainer CC'd
Comment 2 koukopoulos 2015-03-11 08:58:50 UTC
Created attachment 154184 [details]
updated diff to port

updated patch
Comment 3 koukopoulos 2015-03-11 09:00:00 UTC
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')
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-03-26 19:34:09 UTC
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
Comment 5 Steve Wills freebsd_committer freebsd_triage 2015-03-26 19:36:03 UTC
Committed, thanks!