diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-11-08 18:51:21 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-11-08 18:51:21 +0800 |
commit | b8af0f555d45ea52f1049c999e79716bb3f48c56 (patch) | |
tree | 2c03879244ea89ca6cb2b3e575fbf86c5359565a | |
parent | fd1bd3c891c5008c99fcf07d7b9b3eafe420a18c (diff) | |
download | freebsd-ports-gnome-b8af0f555d45ea52f1049c999e79716bb3f48c56.tar.gz freebsd-ports-gnome-b8af0f555d45ea52f1049c999e79716bb3f48c56.tar.zst freebsd-ports-gnome-b8af0f555d45ea52f1049c999e79716bb3f48c56.zip |
devel/git-lfs: update to 1.4.4
- unbreak
- unexpire
- pass maintainership to submitter
PR: 214154
Submitted by: Kenji Rikitake <kenji@k2r.org>
Approved by: three consecutive maintainer timeouts (kuriyama)
MFH: 2016Q4
-rw-r--r-- | devel/git-lfs/Makefile | 17 | ||||
-rw-r--r-- | devel/git-lfs/distinfo | 5 |
2 files changed, 15 insertions, 7 deletions
diff --git a/devel/git-lfs/Makefile b/devel/git-lfs/Makefile index 51a1011a7a50..b7a868593409 100644 --- a/devel/git-lfs/Makefile +++ b/devel/git-lfs/Makefile @@ -1,20 +1,19 @@ # $FreeBSD$ PORTNAME= git-lfs -PORTVERSION= 1.1.0 +PORTVERSION= 1.4.4 DISTVERSIONPREFIX= v CATEGORIES= devel MASTER_SITES= GH GHC PKGNAMEPREFIX= go- -MAINTAINER= kuriyama@FreeBSD.org +MAINTAINER= kenji@k2r.org COMMENT= Git extension for versioning large files LICENSE= MIT -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-11-01 +BUILD_DEPENDS= bash:shells/bash +RUN_DEPENDS= bash:shells/bash USES= go USE_GITHUB= yes @@ -23,4 +22,12 @@ PLIST_FILES= bin/git-lfs GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} +# see https://github.com/github/git-lfs/wiki/Installation + +do-build: + cd ${WRKSRC} && ${MKDIR} ${WRKSRC}/.tmp && TMPDIR=${WRKSRC}/.tmp script/bootstrap + +pre-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin/git-lfs ${STAGEDIR}${PREFIX}/bin/git-lfs + .include <bsd.port.mk> diff --git a/devel/git-lfs/distinfo b/devel/git-lfs/distinfo index 5a96ef81ba5b..5a0820fa7846 100644 --- a/devel/git-lfs/distinfo +++ b/devel/git-lfs/distinfo @@ -1,2 +1,3 @@ -SHA256 (git-lfs-v1.1.0_GH0.tar.gz) = 1f246ec5f1141677b05847b3e9bcb9929c9d9b1afc78585d5776a9c18186ea9b -SIZE (git-lfs-v1.1.0_GH0.tar.gz) = 345118 +TIMESTAMP = 1478133689 +SHA256 (git-lfs-v1.4.4_GH0.tar.gz) = ee4c3b459dd08cc9443fc5774baf342abc9b7975ffffbefb52b248b3eb91dd33 +SIZE (git-lfs-v1.4.4_GH0.tar.gz) = 581870 |