Register CONFLICTS between ports that install bin/git.
PR: ports/93315 Submitted by: John E. Hein <jhein@timing.com>
This commit is contained in:
parent
6fbdc49389
commit
beec8de8c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156062
4 changed files with 8 additions and 0 deletions
|
@ -20,6 +20,8 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
|||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 \
|
||||
rsync:${PORTSDIR}/net/rsync
|
||||
|
||||
CONFLICTS= git-[0-9]*
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
|
|
|
@ -19,6 +19,8 @@ RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
|||
wish8.4:${PORTSDIR}/x11-toolkits/tk84
|
||||
LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2
|
||||
|
||||
CONFLICTS= cogito-[0-9]* git-4.*
|
||||
|
||||
USE_PERL5= yes
|
||||
USE_PYTHON= yes
|
||||
USE_ICONV= yes
|
||||
|
|
|
@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GNU Interactive Tools - a file system browser for UNIX systems
|
||||
|
||||
CONFLICTS= git-1.* cogito-[0-9]*
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 \
|
||||
gitrgrep.1 gitunpack.1
|
||||
|
|
|
@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GNU Interactive Tools - a file system browser for UNIX systems
|
||||
|
||||
CONFLICTS= git-1.* cogito-[0-9]*
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 \
|
||||
gitrgrep.1 gitunpack.1
|
||||
|
|
Loading…
Reference in a new issue