mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Restore RUN_DEPENDS on devel/git accidentally removed in r518154
PR: 242185 Reported by: Yasuhiro KIMURA <yasu@utahime.org>
This commit is contained in:
parent
9544524acf
commit
9b55d811e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518431
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user