From owner-svn-ports-head@freebsd.org Mon Aug 5 12:27:45 2019 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 324AEC27D1; Mon, 5 Aug 2019 12:27:45 +0000 (UTC) (envelope-from egypcio@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) server-signature RSA-PSS (4096 bits) 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 462H8x0F2Jz4bHm; Mon, 5 Aug 2019 12:27:45 +0000 (UTC) (envelope-from egypcio@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 DF7A51BBA4; Mon, 5 Aug 2019 12:27:44 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x75CRi2g004377; Mon, 5 Aug 2019 12:27:44 GMT (envelope-from egypcio@FreeBSD.org) Received: (from egypcio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x75CRii5004375; Mon, 5 Aug 2019 12:27:44 GMT (envelope-from egypcio@FreeBSD.org) Message-Id: <201908051227.x75CRii5004375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: egypcio set sender to egypcio@FreeBSD.org using -f From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= Date: Mon, 5 Aug 2019 12:27:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508165 - head/devel/git-lfs X-SVN-Group: ports-head X-SVN-Commit-Author: egypcio X-SVN-Commit-Paths: head/devel/git-lfs X-SVN-Commit-Revision: 508165 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.29 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: Mon, 05 Aug 2019 12:27:45 -0000 Author: egypcio Date: Mon Aug 5 12:27:44 2019 New Revision: 508165 URL: https://svnweb.freebsd.org/changeset/ports/508165 Log: devel/git-lfs: update 2.7.2 to 2.8.0, and offer git-subversion as backend Makefile - new option: GIT_SUBVERSION Modified: head/devel/git-lfs/Makefile head/devel/git-lfs/distinfo Modified: head/devel/git-lfs/Makefile ============================================================================== --- head/devel/git-lfs/Makefile Mon Aug 5 12:24:49 2019 (r508164) +++ head/devel/git-lfs/Makefile Mon Aug 5 12:27:44 2019 (r508165) @@ -2,7 +2,7 @@ PORTNAME= git-lfs DISTVERSIONPREFIX= v -DISTVERSION= 2.7.2 +DISTVERSION= 2.8.0 CATEGORIES= devel MAINTAINER= egypcio@FreeBSD.org @@ -11,16 +11,18 @@ COMMENT= Git extension for versioning large files LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= git:devel/git - USES= go:modules USE_GITHUB= yes GO_PKGNAME= github.com/${PORTNAME}/${PORTNAME} -OPTIONS_DEFINE= MANPAGES +OPTIONS_DEFINE= GIT_SUBVERSION MANPAGES OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes + +GIT_SUBVERSION_DESC= Use 'git-subversion' instead of 'git' as backend +GIT_SUBVERSION_RUN_DEPENDS= git-subversion>0:devel/git-subversion +GIT_SUBVERSION_RUN_DEPENDS_OFF= git:devel/git MANPAGES_BUILD_DEPENDS= ronn:textproc/rubygem-ronn Modified: head/devel/git-lfs/distinfo ============================================================================== --- head/devel/git-lfs/distinfo Mon Aug 5 12:24:49 2019 (r508164) +++ head/devel/git-lfs/distinfo Mon Aug 5 12:27:44 2019 (r508165) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556093086 -SHA256 (git-lfs-git-lfs-v2.7.2_GH0.tar.gz) = e65659f12ec557ae8c778c01ca62d921413221864b68bd93cfa41399028ae67f -SIZE (git-lfs-git-lfs-v2.7.2_GH0.tar.gz) = 1672700 +TIMESTAMP = 1564992563 +SHA256 (git-lfs-git-lfs-v2.8.0_GH0.tar.gz) = 10b476bb8862ebceddc6f0a55f5fb63e2c1e5bed6554f6e3b207dd0155a196ad +SIZE (git-lfs-git-lfs-v2.8.0_GH0.tar.gz) = 1679871