svn commit: r451386 - in head/sysutils/anvil: . files
Dan Langille
dvl at FreeBSD.org
Fri Oct 6 15:05:50 UTC 2017
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 at 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 at 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.
-
****************************************************************************
More information about the svn-ports-head
mailing list