aboutsummaryrefslogtreecommitdiff
path: root/devel/git-lfs/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-08-15 14:43:01 +0000
committerSteve Wills <swills@FreeBSD.org>2018-08-15 14:43:01 +0000
commit7967443417889287999e6314333ff826f8fd6aae (patch)
treeca3a0b4d104dc70c53c001d63ab260ce196659af /devel/git-lfs/Makefile
parentf14f6c8bb913c0c165b8dd40a8c59565b3705241 (diff)
downloadports-7967443417889287999e6314333ff826f8fd6aae.tar.gz
ports-7967443417889287999e6314333ff826f8fd6aae.zip
devel/git-lfs: Update to 2.5.1
Actually use the proper patch this time. PR: 230254 Submitted by: Kenji Rikitake <kenji@k2r.org> (maintainer) Reported by: osa Pointyhat to: swills
Notes
Notes: svn path=/head/; revision=477230
Diffstat (limited to 'devel/git-lfs/Makefile')
-rw-r--r--devel/git-lfs/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/git-lfs/Makefile b/devel/git-lfs/Makefile
index bb0fe38419cd..c0b1f061ba3b 100644
--- a/devel/git-lfs/Makefile
+++ b/devel/git-lfs/Makefile
@@ -2,7 +2,7 @@
PORTNAME= git-lfs
DISTVERSIONPREFIX= v
-DISTVERSION= 2.5.0
+DISTVERSION= 2.5.1
CATEGORIES= devel
MAINTAINER= kenji@k2r.org
@@ -19,8 +19,6 @@ 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 && \
${SETENV} ${MAKE_ENV} ${GO_ENV} \