svn commit: r477230 - head/devel/git-lfs

Steve Wills swills at FreeBSD.org
Wed Aug 15 14:43:03 UTC 2018


Author: swills
Date: Wed Aug 15 14:43:01 2018
New Revision: 477230
URL: https://svnweb.freebsd.org/changeset/ports/477230

Log:
  devel/git-lfs: Update to 2.5.1
  
  Actually use the proper patch this time.
  
  PR:		230254
  Submitted by:	Kenji Rikitake <kenji at k2r.org> (maintainer)
  Reported by:	osa
  Pointyhat to:	swills

Modified:
  head/devel/git-lfs/Makefile   (contents, props changed)
  head/devel/git-lfs/distinfo   (contents, props changed)

Modified: head/devel/git-lfs/Makefile
==============================================================================
--- head/devel/git-lfs/Makefile	Wed Aug 15 14:16:18 2018	(r477229)
+++ head/devel/git-lfs/Makefile	Wed Aug 15 14:43:01 2018	(r477230)
@@ -2,7 +2,7 @@
 
 PORTNAME=	git-lfs
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.5.0
+DISTVERSION=	2.5.1
 CATEGORIES=	devel
 
 MAINTAINER=	kenji at k2r.org
@@ -18,8 +18,6 @@ USE_GITHUB=	yes
 PLIST_FILES=	bin/git-lfs
 
 GO_PKGNAME=	github.com/${PORTNAME}/${PORTNAME}
-
-# See https://github.com/git-lfs/git-lfs/issues/3159
 
 do-build:
 	@cd ${GO_WRKSRC} && ${MKDIR} ${WRKSRC}/.tmp && \

Modified: head/devel/git-lfs/distinfo
==============================================================================
--- head/devel/git-lfs/distinfo	Wed Aug 15 14:16:18 2018	(r477229)
+++ head/devel/git-lfs/distinfo	Wed Aug 15 14:43:01 2018	(r477230)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532969608
-SHA256 (git-lfs-git-lfs-v2.5.0_GH0.tar.gz) = a09304d8bc767643469d738d3a1defbe5b3627dd4777bc668517a6a4f6018373
-SIZE (git-lfs-git-lfs-v2.5.0_GH0.tar.gz) = 944538
+TIMESTAMP = 1533299419
+SHA256 (git-lfs-git-lfs-v2.5.1_GH0.tar.gz) = 85c3148c7cbd9216e356b9317bc726ff8d982b37654ec1b26c537238ba9bfd8e
+SIZE (git-lfs-git-lfs-v2.5.1_GH0.tar.gz) = 946596


More information about the svn-ports-all mailing list