Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2016 12:21:14 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r412808 - branches/2016Q2/sysutils/ipfs-go
Message-ID:  <201604091221.u39CLEWB046840@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sat Apr  9 12:21:14 2016
New Revision: 412808
URL: https://svnweb.freebsd.org/changeset/ports/412808

Log:
  MFH: r412774
  
  sysutils/ipfs-go: update to 0.3.10
  
  - Unbreak build
  
  Approved by:	ports-secteam (delphij)

Modified:
  branches/2016Q2/sysutils/ipfs-go/Makefile
  branches/2016Q2/sysutils/ipfs-go/distinfo
Directory Properties:
  branches/2016Q2/   (props changed)

Modified: branches/2016Q2/sysutils/ipfs-go/Makefile
==============================================================================
--- branches/2016Q2/sysutils/ipfs-go/Makefile	Sat Apr  9 11:50:33 2016	(r412807)
+++ branches/2016Q2/sysutils/ipfs-go/Makefile	Sat Apr  9 12:21:14 2016	(r412808)
@@ -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: branches/2016Q2/sysutils/ipfs-go/distinfo
==============================================================================
--- branches/2016Q2/sysutils/ipfs-go/distinfo	Sat Apr  9 11:50:33 2016	(r412807)
+++ branches/2016Q2/sysutils/ipfs-go/distinfo	Sat Apr  9 12:21:14 2016	(r412808)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604091221.u39CLEWB046840>