Bug 215048 - [NEW PORT] devel/mergify: tool to merge changes from a branch one commit at a time
Summary: [NEW PORT] devel/mergify: tool to merge changes from a branch one commit at a...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-04 17:48 UTC by joe
Modified: 2018-03-12 06:59 UTC (History)
3 users (show)

See Also:


Attachments
devel/mergify: opted for git patch, instead of shar (2.17 KB, patch)
2016-12-04 17:48 UTC, joe
no flags Details | Diff
Poudriere build log (25.61 KB, text/plain)
2016-12-04 17:50 UTC, joe
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description joe 2016-12-04 17:48:36 UTC
Created attachment 177660 [details]
devel/mergify: opted for git patch, instead of shar

Mergify is a tool to merge changes from a branch one commit at a time.
This is most useful when merging changes to a highly diverged fork
of a project.

WWW: https://github.com/brooksdavis/mergify
Comment 1 joe 2016-12-04 17:50:50 UTC
Created attachment 177661 [details]
Poudriere build log
Comment 2 joe 2016-12-04 17:51:15 UTC
I will also assume maintainer of this port, when accepted.
Comment 3 Miroslav Lachman 2017-04-24 09:52:26 UTC
I think there should be note that it is for Git and not other VCS.

Anyway I don't know why it takes so long - 5 month and still not commited. :(
Comment 4 commit-hook freebsd_committer freebsd_triage 2018-03-12 06:58:10 UTC
A commit references this bug:

Author: tobik
Date: Mon Mar 12 06:58:02 UTC 2018
New revision: 464225
URL: https://svnweb.freebsd.org/changeset/ports/464225

Log:
  New port: devel/mergify

  Mergify is a tool to merge changes from a branch one commit at a time.
  This is most useful when merging changes to a highly diverged fork
  of a project.

  It only supports Git.

  WWW: https://github.com/brooksdavis/mergify

  PR:		215048
  Submitted by:	joe@thrallingpenguin.com

Changes:
  head/devel/Makefile
  head/devel/mergify/
  head/devel/mergify/Makefile
  head/devel/mergify/distinfo
  head/devel/mergify/pkg-descr
Comment 5 Tobias Kortkamp freebsd_committer freebsd_triage 2018-03-12 06:59:13 UTC
Committed. Thanks!

Sorry that this took so long.  I took the liberity of updating it the latest
commit too. I hope that's ok.