svn commit: r447786 - in head/sysutils/anvil: . files

Dan Langille dvl at FreeBSD.org
Fri Aug 11 18:38:34 UTC 2017


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 at 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 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