1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

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)
This commit is contained in:
Renato Botelho 2020-08-05 12:22:08 +00:00
parent 26653412f4
commit 67fc5915ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544220
3 changed files with 15 additions and 15 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
TIMESTAMP = 1591273612
SHA256 (git-2.27.0.tar.xz) = 73ca9774d7fa226e1d87c1909401623f96dca6a044e583b9a762e84d7d1a73f9
SIZE (git-2.27.0.tar.xz) = 6074636
SHA256 (git-manpages-2.27.0.tar.xz) = e6cbab49b04c975886fdddf46eb24c5645c6799224208db8b01143091d9bd49c
SIZE (git-manpages-2.27.0.tar.xz) = 470724
SHA256 (git-htmldocs-2.27.0.tar.xz) = ffa91681b6a8f558745924b1dbb76d604c9e52b27c525c6bd470c0123f7f4af3
SIZE (git-htmldocs-2.27.0.tar.xz) = 1325820
TIMESTAMP = 1596624620
SHA256 (git-2.28.0.tar.xz) = dfa5d1a253aa451465478fe45c6a40ab8605b340fdb4c4e80b16d7f87708439d
SIZE (git-2.28.0.tar.xz) = 6117608
SHA256 (git-manpages-2.28.0.tar.xz) = 665a7fa41f9a39248e48422dcf533e1a0133a4a6eddfc25ee55e28e42fc07cb7
SIZE (git-manpages-2.28.0.tar.xz) = 472524
SHA256 (git-htmldocs-2.28.0.tar.xz) = 24feed3b584e2121418de9bde9f2e23fdcf78e4f914279787f669d3dc375bfe6
SIZE (git-htmldocs-2.28.0.tar.xz) = 1347596

View File

@ -709,6 +709,7 @@ man/man7/gitworkflows.7.gz
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.26.1.txt
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.26.2.txt
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.27.0.txt
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.28.0.txt
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.0.txt
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.1.txt
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.2.txt