Port details |
- mergify Merge changes from a branch one commit at a time
- g20180512_1 devel =2 g20180512_1Version of this port present on the latest quarterly branch.
- Maintainer: joe@thrallingpenguin.com
- Port Added: 2018-03-12 06:58:15
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/brooksdavis/mergify
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/mergify/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/mergify
- pkg install mergify
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mergify
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1528844337
SHA256 (brooksdavis-mergify-g20180512-606ffbe2df73e4c4edfe399573d2f1df782aefbc_GH0.tar.gz) = b6df007af2c2de89f4d46dfcb7011d580cc80f15fc977044ce4da8698e005321
SIZE (brooksdavis-mergify-g20180512-606ffbe2df73e4c4edfe399573d2f1df782aefbc_GH0.tar.gz) = 4386
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- git : devel/git
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mergify-g20180512_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_mergify
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
g20180512_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
g20180512_1 29 Aug 2021 14:54:01 |
Alexey Dokuchaev (danfe) |
Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}. |
g20180512_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
g20180512_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
g20180512_1 25 Nov 2019 22:14:35 |
brooks |
Restore RUN_DEPENDS on devel/git accidentally removed in r518154
PR: 242185
Reported by: Yasuhiro KIMURA <yasu@utahime.org> |
g20180512 22 Nov 2019 17:25:07 |
brooks |
Enable subversion support by default and remove git-subversion.
Without PROVIDES/REQUIRES support, ports must depend on exactly one git
port/pkg. Subversion is currently FreeBSD's primiary version control
system and it is widely used with git so it makes sense to enable it by
default and provide a consistent user experience.
Approved by: garga
Differential Revision: https://reviews.freebsd.org/D22496 |
g20180512 13 Jun 2018 11:49:17 |
swills |
devel/mergify: update and add git-subversion option
PR: 228971
Approved by: joe@thrallingpenguin.com (maintainer) |
g20170106 12 Mar 2018 06:58:02 |
tobik |
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 |