diff --git a/devel/git-lfs/Makefile b/devel/git-lfs/Makefile index 519f7c4ce1d5..860c07e286d7 100644 --- a/devel/git-lfs/Makefile +++ b/devel/git-lfs/Makefile @@ -3,7 +3,7 @@ PORTNAME= git-lfs DISTVERSIONPREFIX= v DISTVERSION= 2.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= egypcio@FreeBSD.org @@ -12,6 +12,8 @@ COMMENT= Git extension for versioning large files LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +RUN_DEPENDS= git:devel/git + USES= go:modules USE_GITHUB= yes diff --git a/devel/git-modes/Makefile b/devel/git-modes/Makefile index 3ec99bfd2be8..9f9e9aaf0887 100644 --- a/devel/git-modes/Makefile +++ b/devel/git-modes/Makefile @@ -3,7 +3,7 @@ PORTNAME= git-modes DISTVERSION= 1.2.8 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} @@ -14,6 +14,8 @@ COMMENT= GNU Emacs modes for Git-related files LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= git:devel/git + USES= emacs gmake USE_GITHUB= yes GH_ACCOUNT= magit diff --git a/devel/hub/Makefile b/devel/hub/Makefile index 08bc1feeeee5..8b2cec28719c 100644 --- a/devel/hub/Makefile +++ b/devel/hub/Makefile @@ -4,7 +4,7 @@ PORTNAME= hub PORTVERSION= 2.13.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel sysutils MAINTAINER= egypcio@FreeBSD.org @@ -13,6 +13,8 @@ COMMENT= Introduces git to GitHub LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= git:devel/git + USES= go:modules USE_GITHUB= yes diff --git a/devel/lab/Makefile b/devel/lab/Makefile index 6eb8af954c37..9e62d1676ffd 100644 --- a/devel/lab/Makefile +++ b/devel/lab/Makefile @@ -2,6 +2,7 @@ PORTNAME= lab PORTVERSION= 0.16.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -11,6 +12,8 @@ COMMENT= Lab makes it simple to work with repositories on GitLab LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= git:devel/git + USES= go:modules USE_GITHUB= yes diff --git a/devel/magit/Makefile b/devel/magit/Makefile index 3d05ee7b995f..66d85a9cb3d4 100644 --- a/devel/magit/Makefile +++ b/devel/magit/Makefile @@ -3,7 +3,7 @@ PORTNAME= magit PORTVERSION= 2.90.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel elisp MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} @@ -16,10 +16,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>=2.14.1:devel/dash.el@${EMACS_FLAVOR} \ ghub${EMACS_PKGNAMESUFFIX}>=3.0.0:devel/ghub@${EMACS_FLAVOR} \ + git:devel/git \ magit-popup${EMACS_PKGNAMESUFFIX}>=2.12.4:devel/magit-popup@${EMACS_FLAVOR} \ with-editor${EMACS_PKGNAMESUFFIX}>=2.8.0:editors/with-editor@${EMACS_FLAVOR} RUN_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>=2.14.1:devel/dash.el@${EMACS_FLAVOR} \ ghub${EMACS_PKGNAMESUFFIX}>=3.0.0:devel/ghub@${EMACS_FLAVOR} \ + git>0:devel/git \ magit-popup${EMACS_PKGNAMESUFFIX}>=2.12.4:devel/magit-popup@${EMACS_FLAVOR} \ with-editor${EMACS_PKGNAMESUFFIX}>=2.8.0:editors/with-editor@${EMACS_FLAVOR} diff --git a/devel/mergify/Makefile b/devel/mergify/Makefile index 33b579cb8119..7791800762f5 100644 --- a/devel/mergify/Makefile +++ b/devel/mergify/Makefile @@ -2,6 +2,7 @@ PORTNAME= mergify PORTVERSION= g20180512 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= joe@thrallingpenguin.com @@ -9,6 +10,8 @@ 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