From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 3 07:59:37 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5C516C7B for ; Tue, 3 Mar 2015 07:59:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 41F10F7A for ; Tue, 3 Mar 2015 07:59:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t237xZBb070458 for ; Tue, 3 Mar 2015 07:59:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 198073] [NEW PORT] databases/influxdb: Open-source distributed timeseries database Date: Tue, 03 Mar 2015 07:59:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cheffo@freebsd-bg.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2015 07:59:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198073 --- Comment #7 from cheffo@freebsd-bg.org --- This will fix the github download issue: MASTER_SITES= GITHUB:github \ https://codeload.github.com/BurntSushi/toml/legacy.tar.gz/443a628?dummy=/:toml \ https://codeload.github.com/bmizerany/pat/legacy.tar.gz/b8a3500?dummy=/:pat \ https://codeload.github.com/boltdb/bolt/legacy.tar.gz/a7d19d8?dummy=/:bolt \ https://codeload.github.com/kimor79/gollectd/legacy.tar.gz/1d0fc88?dummy=/:gollectd \ https://codeload.github.com/peterh/liner/legacy.tar.gz/d3fd034?dummy=/:liner \ https://codeload.github.com/rakyll/statik/legacy.tar.gz/4a16c83?dummy=/:statik \ But no idea how to fix the issue with googlecode.com and googlesource.com It's just drifting. P.S. Dave - I really like this: - I added a dedicated influxdb user account for cleaner security - used /usr/sbin/daemon to manage influxd itself Influx do not support background mode right now, so using /usr/sbin/daemon looks the right approach to me. -- You are receiving this mail because: You are the assignee for the bug.