aboutsummaryrefslogtreecommitdiff
path: root/devel/git-lfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/git-lfs/Makefile')
-rw-r--r--devel/git-lfs/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/git-lfs/Makefile b/devel/git-lfs/Makefile
index f8306f93736f..a01902936197 100644
--- a/devel/git-lfs/Makefile
+++ b/devel/git-lfs/Makefile
@@ -1,11 +1,9 @@
# $FreeBSD$
PORTNAME= git-lfs
-PORTVERSION= 1.5.3
+PORTVERSION= 1.5.4
DISTVERSIONPREFIX= v
CATEGORIES= devel
-MASTER_SITES= GH GHC
-PKGNAMEPREFIX= go-
MAINTAINER= kenji@k2r.org
COMMENT= Git extension for versioning large files
@@ -17,12 +15,11 @@ RUN_DEPENDS= bash:shells/bash
USES= go
USE_GITHUB= yes
-GH_ACCOUNT= github
PLIST_FILES= bin/git-lfs
-GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
+GO_PKGNAME= github.com/${PORTNAME/${PORTNAME}
-# see https://github.com/github/git-lfs/wiki/Installation
+# see https://github.com/git-lfs/git-lfs/wiki/Installation
do-build:
cd ${WRKSRC} && ${MKDIR} ${WRKSRC}/.tmp && TMPDIR=${WRKSRC}/.tmp script/bootstrap