From owner-svn-ports-all@freebsd.org Fri Feb 2 18:36:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C20BDEE8A51; Fri, 2 Feb 2018 18:36:35 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 702E779A59; Fri, 2 Feb 2018 18:36:35 +0000 (UTC) (envelope-from pi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 658D51F6E4; Fri, 2 Feb 2018 18:36:35 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w12IaZXi026969; Fri, 2 Feb 2018 18:36:35 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w12IaZKV026967; Fri, 2 Feb 2018 18:36:35 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201802021836.w12IaZKV026967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 2 Feb 2018 18:36:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460724 - head/sysutils/ipfs-go X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/sysutils/ipfs-go X-SVN-Commit-Revision: 460724 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2018 18:36:36 -0000 Author: pi Date: Fri Feb 2 18:36:34 2018 New Revision: 460724 URL: https://svnweb.freebsd.org/changeset/ports/460724 Log: sysutils/ipfs-go: update 0.4.7 -> 0.4.13 PR: 225564 Submitted by: jhixson@gmail.com (maintainer) Relnotes: https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md Modified: head/sysutils/ipfs-go/Makefile head/sysutils/ipfs-go/distinfo Modified: head/sysutils/ipfs-go/Makefile ============================================================================== --- head/sysutils/ipfs-go/Makefile Fri Feb 2 18:25:38 2018 (r460723) +++ head/sysutils/ipfs-go/Makefile Fri Feb 2 18:36:34 2018 (r460724) @@ -1,44 +1,28 @@ # $FreeBSD$ -PORTNAME= ipfs-go -PORTVERSION= 0.4.7 +PORTNAME= ipfs +PORTVERSION= 0.4.13 DISTVERSIONPREFIX= v CATEGORIES= sysutils +MASTER_SITES= https://dist.ipfs.io/go-ipfs/${DISTVERSIONPREFIX}${DISTVERSION}/ +PKGNAMESUFFIX= -go +DISTNAME= go-ipfs_${DISTVERSIONPREFIX}${DISTVERSION}_freebsd-${ARCH} MAINTAINER= jhixson@gmail.com COMMENT= IPFS implementation in Go LICENSE= MIT -BUILD_DEPENDS= go>=1.7:lang/go - ONLY_FOR_ARCHS= amd64 -USES= compiler go - -USE_GITHUB= yes -GH_ACCOUNT= jhixson74 - -MAKE_ENV+= GOPATH=${WRKSRC} - PLIST_FILES= bin/${PORTNAME} -USE_RC_SUBR= ${PORTNAME} +NO_BUILD= yes +WRKSRC= ${WRKDIR}/go-ipfs -do-build: - cd ${WRKSRC}/src/github.com/ipfs/go-ipfs/cmd/ipfs; \ - ${SETENV} ${BUILD_ENV} ${MAKE_ENV} go build -v -x \ - -ldflags "-X main.GitDescribe=${DISTVERSIONFULL}" -o bin/${PORTNAME} +USE_RC_SUBR= ${PORTNAME}${PKGNAMESUFFIX} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/ipfs/go-ipfs/cmd/ipfs/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_PROGRAM} ${WRKSRC}/ipfs ${STAGEDIR}${PREFIX}/bin/${PORTNAME} -.include - -# golang assumes that if clang is in use, it is called "clang" and not "cc". If -# it's called "cc", go fails. -.if ${COMPILER_TYPE} == clang -BUILD_ENV= CC=clang -.endif - -.include +.include Modified: head/sysutils/ipfs-go/distinfo ============================================================================== --- head/sysutils/ipfs-go/distinfo Fri Feb 2 18:25:38 2018 (r460723) +++ head/sysutils/ipfs-go/distinfo Fri Feb 2 18:36:34 2018 (r460724) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489661432 -SHA256 (jhixson74-ipfs-go-v0.4.7_GH0.tar.gz) = 2aeaa4da7593c5d05536af12620896d02df51f05d6b5d2bd5233c90574263372 -SIZE (jhixson74-ipfs-go-v0.4.7_GH0.tar.gz) = 33007329 +TIMESTAMP = 1517328625 +SHA256 (go-ipfs_v0.4.13_freebsd-amd64.tar.gz) = abafe87c44c720b075cac8a4b8c2f31f317fadfcf21a90cd01f3446111ab93f1 +SIZE (go-ipfs_v0.4.13_freebsd-amd64.tar.gz) = 9229641