Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Mar 2018 07:04:37 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463553 - head/devel/git-lfs
Message-ID:  <201803040704.w2474bc1052483@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Mar  4 07:04:37 2018
New Revision: 463553
URL: https://svnweb.freebsd.org/changeset/ports/463553

Log:
  devel/git-lfs: Update to 2.4.0
  
  Port changes:
  * Removed RUN_DEPENDS=bash (doesn't seem to be needed)
  * Silenced the do-build command
  * Renamed pre-install -> do-install
  * Use ${MAKE_ENV} and ${GO_ENV}
  
  PR:		226338
  Submitted by:	Kenji Rikitake <kenji@k2r.org> (maintainer)
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/devel/git-lfs/Makefile
  head/devel/git-lfs/distinfo

Modified: head/devel/git-lfs/Makefile
==============================================================================
--- head/devel/git-lfs/Makefile	Sun Mar  4 05:26:58 2018	(r463552)
+++ head/devel/git-lfs/Makefile	Sun Mar  4 07:04:37 2018	(r463553)
@@ -2,7 +2,7 @@
 
 PORTNAME=	git-lfs
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.3.4
+DISTVERSION=	2.4.0
 CATEGORIES=	devel
 
 MAINTAINER=	kenji@k2r.org
@@ -12,7 +12,6 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 BUILD_DEPENDS=	bash:shells/bash
-RUN_DEPENDS=	bash:shells/bash
 
 USES=		go
 USE_GITHUB=	yes
@@ -23,9 +22,9 @@ GO_PKGNAME=	github.com/${PORTNAME}/${PORTNAME}
 # see https://github.com/git-lfs/git-lfs/wiki/Installation
 
 do-build:
-	cd ${WRKSRC} && ${MKDIR} ${WRKSRC}/.tmp && TMPDIR=${WRKSRC}/.tmp script/bootstrap
+	@cd ${WRKSRC} && ${MKDIR} ${WRKSRC}/.tmp && ${SETENV} ${MAKE_ENV} ${GO_ENV} TMPDIR=${WRKSRC}/.tmp script/bootstrap
 
-pre-install:
+do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/bin/git-lfs ${STAGEDIR}${PREFIX}/bin/git-lfs
 
 .include <bsd.port.mk>

Modified: head/devel/git-lfs/distinfo
==============================================================================
--- head/devel/git-lfs/distinfo	Sun Mar  4 05:26:58 2018	(r463552)
+++ head/devel/git-lfs/distinfo	Sun Mar  4 07:04:37 2018	(r463553)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1508409891
-SHA256 (git-lfs-git-lfs-v2.3.4_GH0.tar.gz) = 2594fe7bd8cc29d71effd087623b78cadab04a74e506ceeb4971a4ed9a7fbb94
-SIZE (git-lfs-git-lfs-v2.3.4_GH0.tar.gz) = 747313
+TIMESTAMP = 1520146677
+SHA256 (git-lfs-git-lfs-v2.4.0_GH0.tar.gz) = 3f26cd020a965f61c8e8f124a02794d86f46f2fc4627288afe70ed43f398b121
+SIZE (git-lfs-git-lfs-v2.4.0_GH0.tar.gz) = 787610



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803040704.w2474bc1052483>