From owner-svn-ports-head@freebsd.org Sat Dec 31 11:56:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62BFAC995BF; Sat, 31 Dec 2016 11:56:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0062B18DD; Sat, 31 Dec 2016 11:56:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBVBuAbt063432; Sat, 31 Dec 2016 11:56:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBVBuAc3063430; Sat, 31 Dec 2016 11:56:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612311156.uBVBuAc3063430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 31 Dec 2016 11:56:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430105 - head/devel/git-lfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2016 11:56:11 -0000 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 (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