From owner-svn-ports-head@freebsd.org Fri Oct 6 15:05:50 2017 Return-Path: Delivered-To: svn-ports-head@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 3F0F7E39574; Fri, 6 Oct 2017 15:05:50 +0000 (UTC) (envelope-from dvl@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 0B371300B; Fri, 6 Oct 2017 15:05:49 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96F5nTq015845; Fri, 6 Oct 2017 15:05:49 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96F5nFS015842; Fri, 6 Oct 2017 15:05:49 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201710061505.v96F5nFS015842@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Fri, 6 Oct 2017 15:05:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451386 - in head/sysutils/anvil: . files X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: in head/sysutils/anvil: . files X-SVN-Commit-Revision: 451386 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2017 15:05:50 -0000 Author: dvl Date: Fri Oct 6 15:05:48 2017 New Revision: 451386 URL: https://svnweb.freebsd.org/changeset/ports/451386 Log: Remove references to FETCH_TOOL On FreeBSD, anvil can use fetch(1). No need to use curl/wget. Modified: head/sysutils/anvil/Makefile head/sysutils/anvil/files/cert-puller.conf.sample.in head/sysutils/anvil/files/pkg-message.in Modified: head/sysutils/anvil/Makefile ============================================================================== --- head/sysutils/anvil/Makefile Fri Oct 6 14:22:13 2017 (r451385) +++ head/sysutils/anvil/Makefile Fri Oct 6 15:05:48 2017 (r451386) @@ -2,6 +2,7 @@ PORTNAME= anvil PORTVERSION= 0.0.11 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= dvl@FreeBSD.org Modified: head/sysutils/anvil/files/cert-puller.conf.sample.in ============================================================================== --- head/sysutils/anvil/files/cert-puller.conf.sample.in Fri Oct 6 14:22:13 2017 (r451385) +++ head/sysutils/anvil/files/cert-puller.conf.sample.in Fri Oct 6 15:05:48 2017 (r451386) @@ -1,4 +1,3 @@ CERT_SERVER="https://certs.example.org/certs" MYCERTS="services.example.org" SERVICES="nginx" -FETCH_TOOL="%%FETCH_TOOL%%" Modified: head/sysutils/anvil/files/pkg-message.in ============================================================================== --- head/sysutils/anvil/files/pkg-message.in Fri Oct 6 14:22:13 2017 (r451385) +++ head/sysutils/anvil/files/pkg-message.in Fri Oct 6 15:05:48 2017 (r451386) @@ -44,11 +44,5 @@ MAILTO=you@example.org 19 20 * * * /usr/local/bin/cert-shifter ### -To use wget, set FETCH_TOOL="wget" in cert-puller.conf -To use curl, set FETCH_TOOL="curl" in cert-puller.conf - -The default argments to fetch, curl, and wget can be overridden -in cert-puller.conf. See the website for details. - ****************************************************************************