From owner-svn-ports-all@freebsd.org Fri Apr 8 16:56:37 2016 Return-Path: Delivered-To: svn-ports-all@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 0228CB098BE; Fri, 8 Apr 2016 16:56:37 +0000 (UTC) (envelope-from wg@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 AE9201EAD; Fri, 8 Apr 2016 16:56:36 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u38GuZaT092770; Fri, 8 Apr 2016 16:56:35 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u38GuZMI092768; Fri, 8 Apr 2016 16:56:35 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201604081656.u38GuZMI092768@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 8 Apr 2016 16:56:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412774 - head/sysutils/ipfs-go X-SVN-Group: ports-head 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.21 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, 08 Apr 2016 16:56:37 -0000 Author: wg Date: Fri Apr 8 16:56:35 2016 New Revision: 412774 URL: https://svnweb.freebsd.org/changeset/ports/412774 Log: sysutils/ipfs-go: update to 0.3.10 - Unbreak build MFH: 2016Q2 Modified: head/sysutils/ipfs-go/Makefile head/sysutils/ipfs-go/distinfo Modified: head/sysutils/ipfs-go/Makefile ============================================================================== --- head/sysutils/ipfs-go/Makefile Fri Apr 8 16:29:21 2016 (r412773) +++ head/sysutils/ipfs-go/Makefile Fri Apr 8 16:56:35 2016 (r412774) @@ -1,15 +1,13 @@ # $FreeBSD$ PORTNAME= ipfs-go -PORTVERSION= 0.3.9 +PORTVERSION= 0.3.10 DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= wg@FreeBSD.org COMMENT= IPFS implementation in Go -BROKEN= fails to build - BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go USES= gmake @@ -35,11 +33,16 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- # Prepare for possible extra modules in future post-extract: @${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} -.for src in CHANGELOG.md Dockerfile Godeps LICENSE Makefile README.md assets bin blocks blockservice circle.yml cmd commands core dev dev.md diagnostics doc.go docs exchange fuse importer ipnsfs merkledag metrics misc namesys notifications p2p path pin repo routing tar test thirdparty tour unixfs updates util vendor +.for src in CHANGELOG.md Dockerfile Godeps LICENSE Makefile README.md assets bin blocks blockservice circle.yml cmd commands contribute.md core dev.md diagnostics doc.go docs exchange fuse importer ipnsfs merkledag metrics misc namesys notifications p2p package.json path pin repo routing tar test thirdparty tour unixfs updates util vendor ${MV} ${WRKSRC}/${src} \ ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} .endfor +post-patch: + ${GREP} -R github.com/ipfs/go-ipfs/vendor/QmQg1J6vikuXF9oDvm4wpdeAUvvkVEKW1EYDw9HhTMnP2b/go-log ${WRKSRC} 2>/dev/null | \ + cut -d':' -f1 | \ + while read gosrc; do sed -i.bak 's#github.com/ipfs/go-ipfs/vendor/##g' $$gosrc; done + do-build: cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} build Modified: head/sysutils/ipfs-go/distinfo ============================================================================== --- head/sysutils/ipfs-go/distinfo Fri Apr 8 16:29:21 2016 (r412773) +++ head/sysutils/ipfs-go/distinfo Fri Apr 8 16:56:35 2016 (r412774) @@ -1,2 +1,2 @@ -SHA256 (ipfs-go-ipfs-v0.3.9_GH0.tar.gz) = 74c8cac25f7ef0c5702fe7b59421b2072169ae357d393990c16cc7caccccbc73 -SIZE (ipfs-go-ipfs-v0.3.9_GH0.tar.gz) = 2791618 +SHA256 (ipfs-go-ipfs-v0.3.10_GH0.tar.gz) = 5f3e465ed0b37e1886ea71bd89586faf5968048be18e8105b7ca908376865edc +SIZE (ipfs-go-ipfs-v0.3.10_GH0.tar.gz) = 3047589