From owner-svn-ports-all@freebsd.org Tue Dec 1 21:46:05 2015 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 048DAA3C113; Tue, 1 Dec 2015 21:46:05 +0000 (UTC) (envelope-from kmoore@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 B7E181BBD; Tue, 1 Dec 2015 21:46:04 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB1Lk3cD004354; Tue, 1 Dec 2015 21:46:03 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB1Lk31O004351; Tue, 1 Dec 2015 21:46:03 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201512012146.tB1Lk31O004351@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Tue, 1 Dec 2015 21:46:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402790 - in head/sysutils/ipfs-go: . files 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.20 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: Tue, 01 Dec 2015 21:46:05 -0000 Author: kmoore Date: Tue Dec 1 21:46:03 2015 New Revision: 402790 URL: https://svnweb.freebsd.org/changeset/ports/402790 Log: - Update to 0.3.9 - Fix rc.d script starting at boot - Update default datastore location to match commands default Approved by: Maintainer Modified: head/sysutils/ipfs-go/Makefile head/sysutils/ipfs-go/distinfo head/sysutils/ipfs-go/files/ipfs-go.in Modified: head/sysutils/ipfs-go/Makefile ============================================================================== --- head/sysutils/ipfs-go/Makefile Tue Dec 1 21:32:12 2015 (r402789) +++ head/sysutils/ipfs-go/Makefile Tue Dec 1 21:46:03 2015 (r402790) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ipfs-go -PORTVERSION= 0.3.7 +PORTVERSION= 0.3.9 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -33,9 +33,9 @@ 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 jenkins merkledag metrics misc namesys notifications p2p path pin repo routing test thirdparty tour unixfs updates util +.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 ${MV} ${WRKSRC}/${src} \ - ${WRKSRC}/src/github.com/ipfs/${GH_PROJECT} + ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} .endfor do-build: Modified: head/sysutils/ipfs-go/distinfo ============================================================================== --- head/sysutils/ipfs-go/distinfo Tue Dec 1 21:32:12 2015 (r402789) +++ head/sysutils/ipfs-go/distinfo Tue Dec 1 21:46:03 2015 (r402790) @@ -1,6 +1,2 @@ -SHA256 (ipfs-go-ipfs-v0.3.7_GH0.tar.gz) = 4f811ff9a949162513585a073b97973029788561eace2f8b956884af968f717d -SIZE (ipfs-go-ipfs-v0.3.7_GH0.tar.gz) = 2500872 -SHA256 (golang-crypto-74f810a_GH0.tar.gz) = 25e0c9cb7c6d6a5935aa318c9792fa6e18c8e0238994b5be039f90c8d58fd680 -SIZE (golang-crypto-74f810a_GH0.tar.gz) = 864642 -SHA256 (codahale-metrics-7c37910_GH0.tar.gz) = 6d8da9cd2be5f02afadbd12154a6ebdd5a79bc3dd2904339b017db3cd7607492 -SIZE (codahale-metrics-7c37910_GH0.tar.gz) = 5282 +SHA256 (ipfs-go-ipfs-v0.3.9_GH0.tar.gz) = 74c8cac25f7ef0c5702fe7b59421b2072169ae357d393990c16cc7caccccbc73 +SIZE (ipfs-go-ipfs-v0.3.9_GH0.tar.gz) = 2791618 Modified: head/sysutils/ipfs-go/files/ipfs-go.in ============================================================================== --- head/sysutils/ipfs-go/files/ipfs-go.in Tue Dec 1 21:32:12 2015 (r402789) +++ head/sysutils/ipfs-go/files/ipfs-go.in Tue Dec 1 21:46:03 2015 (r402790) @@ -15,8 +15,8 @@ . /etc/rc.subr -ipfs_go_enable=${exp_ipfs_enable-"NO"} -ipfs_go_path="/var/db/ipfs" +: ${ipfs_go_enable:="NO"} +: ${ipfs_go_path:="/root/.ipfs"} name=ipfs_go rcvar=ipfs_go_enable