Date: Wed, 5 Aug 2020 12:22:09 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544220 - head/devel/git Message-ID: <202008051222.075CM9NH022171@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: garga Date: Wed Aug 5 12:22:08 2020 New Revision: 544220 URL: https://svnweb.freebsd.org/changeset/ports/544220 Log: 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) Modified: head/devel/git/Makefile head/devel/git/distinfo head/devel/git/pkg-plist Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Wed Aug 5 11:48:16 2020 (r544219) +++ head/devel/git/Makefile Wed Aug 5 12:22:08 2020 (r544220) @@ -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 Modified: head/devel/git/distinfo ============================================================================== --- head/devel/git/distinfo Wed Aug 5 11:48:16 2020 (r544219) +++ head/devel/git/distinfo Wed Aug 5 12:22:08 2020 (r544220) @@ -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 Modified: head/devel/git/pkg-plist ============================================================================== --- head/devel/git/pkg-plist Wed Aug 5 11:48:16 2020 (r544219) +++ head/devel/git/pkg-plist Wed Aug 5 12:22:08 2020 (r544220) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008051222.075CM9NH022171>