Date: Fri, 11 Aug 2017 18:38:33 +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: r447786 - in head/sysutils/anvil: . files Message-ID: <201708111838.v7BIcXa9026818@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dvl Date: Fri Aug 11 18:38:33 2017 New Revision: 447786 URL: https://svnweb.freebsd.org/changeset/ports/447786 Log: Upgrade to 0.0.10 This upgrade adds support for wget & curl but the port does not provide those options yet Modified: head/sysutils/anvil/Makefile head/sysutils/anvil/distinfo head/sysutils/anvil/files/pkg-message.in Modified: head/sysutils/anvil/Makefile ============================================================================== --- head/sysutils/anvil/Makefile Fri Aug 11 18:33:48 2017 (r447785) +++ head/sysutils/anvil/Makefile Fri Aug 11 18:38:33 2017 (r447786) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= anvil -PORTVERSION= 0.0.9 +PORTVERSION= 0.0.10 CATEGORIES= sysutils MAINTAINER= dvl@FreeBSD.org Modified: head/sysutils/anvil/distinfo ============================================================================== --- head/sysutils/anvil/distinfo Fri Aug 11 18:33:48 2017 (r447785) +++ head/sysutils/anvil/distinfo Fri Aug 11 18:38:33 2017 (r447786) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500667509 -SHA256 (dlangille-anvil-0.0.9_GH0.tar.gz) = 07203464c0239a8aa22c5fff2323859094d5d5299feb4b2a5a227221655de257 -SIZE (dlangille-anvil-0.0.9_GH0.tar.gz) = 79368 +TIMESTAMP = 1502476475 +SHA256 (dlangille-anvil-0.0.10_GH0.tar.gz) = edc7007abc3262ee4cb7759e812f49230afafde8370a49d01bb71bfc9f91ccbd +SIZE (dlangille-anvil-0.0.10_GH0.tar.gz) = 79550 Modified: head/sysutils/anvil/files/pkg-message.in ============================================================================== --- head/sysutils/anvil/files/pkg-message.in Fri Aug 11 18:33:48 2017 (r447785) +++ head/sysutils/anvil/files/pkg-message.in Fri Aug 11 18:38:33 2017 (r447786) @@ -44,5 +44,11 @@ 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?201708111838.v7BIcXa9026818>