Date: Fri, 6 Oct 2017 15:05:48 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451386 - in head/sysutils/anvil: . files Message-ID: <201710061505.v96F5nFS015842@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. - ****************************************************************************
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710061505.v96F5nFS015842>