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
This commit is contained in:
Tobias Kortkamp 2018-03-12 06:58:02 +00:00
parent 95a11fa80a
commit 91c5fd8d4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464225
4 changed files with 45 additions and 0 deletions

View file

@ -1701,6 +1701,7 @@
SUBDIR += mercator
SUBDIR += mercurial
SUBDIR += mercurialeclipse
SUBDIR += mergify
SUBDIR += meson
SUBDIR += mico
SUBDIR += mime

34
devel/mergify/Makefile Normal file
View file

@ -0,0 +1,34 @@
# $FreeBSD$
PORTNAME= mergify
PORTVERSION= g20170106
CATEGORIES= devel
MAINTAINER= joe@thrallingpenguin.com
COMMENT= Merge changes from a branch one commit at a time
LICENSE= BSD2CLAUSE
RUN_DEPENDS= git:devel/git
USE_GITHUB= yes
GH_ACCOUNT= brooksdavis
GH_PROJECT= mergify
GH_TAGNAME= 02519f69ab096797fc626487610cab9acdcba26f
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/mergify
PORTDOCS= README.md
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/mergify ${STAGEDIR}${PREFIX}/bin
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

3
devel/mergify/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1520837648
SHA256 (brooksdavis-mergify-g20170106-02519f69ab096797fc626487610cab9acdcba26f_GH0.tar.gz) = e9904e0d8556b30d1748ecd84ce8c209b236a5f3c2315847c6ce2f8f28477809
SIZE (brooksdavis-mergify-g20170106-02519f69ab096797fc626487610cab9acdcba26f_GH0.tar.gz) = 3983

7
devel/mergify/pkg-descr Normal file
View file

@ -0,0 +1,7 @@
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