aboutsummaryrefslogtreecommitdiff
path: root/devel/git/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2020-08-05 12:22:08 +0000
committerRenato Botelho <garga@FreeBSD.org>2020-08-05 12:22:08 +0000
commit67fc5915ec44007f8beddd41928a6f9ee978f45d (patch)
tree75f7afc2c40f23b4b694ad1ad9d5f0a2001b913d /devel/git/Makefile
parent26653412f416ba1c4d400fec186571d7dc4a6569 (diff)
downloadports-67fc5915ec44007f8beddd41928a6f9ee978f45d.tar.gz
ports-67fc5915ec44007f8beddd41928a6f9ee978f45d.zip
devel/git: Update to 2.28.0 and build with svn lts
- Update to 2.28.0 [1] - Change dependency to p5-subversion-lts if WITH_SUBVERSION_VER=LTS is set [2] PR: 248308 [1] Submitted by: Yasuhiro KIMURA <yasu@utahime.org> [1] des [2] Sponsored by: Rubicon Communications, LLC (Netgate)
Notes
Notes: svn path=/head/; revision=544220
Diffstat (limited to 'devel/git/Makefile')
-rw-r--r--devel/git/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile
index e2ccc43d00b6..721e603297dc 100644
--- a/devel/git/Makefile
+++ b/devel/git/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= git
-DISTVERSION= 2.27.0
+DISTVERSION= 2.28.0
CATEGORIES= devel
MASTER_SITES= KERNEL_ORG/software/scm/git
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
@@ -105,13 +105,12 @@ GUI_USES= tk
GUI_MAKE_ARGS= TCL_PATH=${TCLSH} TCLTK_PATH=${WISH}
GUI_MAKE_ARGS_OFF= NO_TCLTK=yes
-# While this port does not explicitly honor WITH_SUBVERSION_VER knob it does
-# depend upon devel/p5-subversion, which does honor that knob. If you want
-# to have git use devel/subversion18 it will be brought in through
-# devel/p5-subversion if you set WITH_SUBVERSION_VER=18. Otherwise
-# devel/subversion will be brought in.
-SVN_RUN_DEPENDS= p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \
- p5-subversion>=0:devel/p5-subversion
+SVN_RUN_DEPENDS= p5-Term-ReadKey>=0:devel/p5-Term-ReadKey
+.if ${WITH_SUBVERSION_VER:U} == LTS
+SVN_RUN_DEPENDS+= p5-subversion-lts>=0:devel/p5-subversion
+.else
+SVN_RUN_DEPENDS+= p5-subversion>=0:devel/p5-subversion
+.endif
SUBTREE_BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor\
xmlto:textproc/xmlto