Date: Sat, 31 Dec 2016 11:56:10 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430105 - head/devel/git-lfs Message-ID: <201612311156.uBVBuAc3063430@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Dec 31 11:56:09 2016 New Revision: 430105 URL: https://svnweb.freebsd.org/changeset/ports/430105 Log: - Update to 1.5.4 - While I'm here: - Remove MASTER_SITES - Remove PKGNAMEPREFIX - Remove GH_ACCOUNT and update COMMENT Changes: https://github.com/git-lfs/git-lfs/releases PR: 215678 Submitted by: Kenji Rikitake <kenji@k2r.org> (maintainer) Modified: head/devel/git-lfs/Makefile head/devel/git-lfs/distinfo (contents, props changed) Modified: head/devel/git-lfs/Makefile ============================================================================== --- head/devel/git-lfs/Makefile Sat Dec 31 11:56:04 2016 (r430104) +++ head/devel/git-lfs/Makefile Sat Dec 31 11:56:09 2016 (r430105) @@ -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 Modified: head/devel/git-lfs/distinfo ============================================================================== --- head/devel/git-lfs/distinfo Sat Dec 31 11:56:04 2016 (r430104) +++ head/devel/git-lfs/distinfo Sat Dec 31 11:56:09 2016 (r430105) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482775702 -SHA256 (git-lfs-v1.5.3_GH0.tar.gz) = d84eabad6c04fb80e0ed9e7de62e283ca38a1000fe3fdc0310279eccf1a3aeee -SIZE (git-lfs-v1.5.3_GH0.tar.gz) = 600842 +TIMESTAMP = 1483181569 +SHA256 (git-lfs-git-lfs-v1.5.4_GH0.tar.gz) = 4dc539f54ac51dc3d22ac7eb5991bd61533dcd717ab462e125417266553bf88a +SIZE (git-lfs-git-lfs-v1.5.4_GH0.tar.gz) = 603219
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612311156.uBVBuAc3063430>