From owner-svn-ports-head@freebsd.org Wed Aug 5 12:22:10 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2F580375630; Wed, 5 Aug 2020 12:22:10 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BM9jZ0SZ1z4n82; Wed, 5 Aug 2020 12:22:10 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E864E161B0; Wed, 5 Aug 2020 12:22:09 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 075CM9KP022174; Wed, 5 Aug 2020 12:22:09 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 075CM9NH022171; Wed, 5 Aug 2020 12:22:09 GMT (envelope-from garga@FreeBSD.org) Message-Id: <202008051222.075CM9NH022171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Wed, 5 Aug 2020 12:22:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544220 - head/devel/git X-SVN-Group: ports-head X-SVN-Commit-Author: garga X-SVN-Commit-Paths: head/devel/git X-SVN-Commit-Revision: 544220 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2020 12:22:10 -0000 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 [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