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

Dan Langille dvl at FreeBSD.org
Fri Aug 11 21:14:22 UTC 2017


Author: dvl
Date: Fri Aug 11 21:14:20 2017
New Revision: 447790
URL: https://svnweb.freebsd.org/changeset/ports/447790

Log:
  Spell PORTREVISION

Modified:
  head/sysutils/anvil/Makefile
  head/sysutils/anvil/files/cert-puller.conf.sample.in

Modified: head/sysutils/anvil/Makefile
==============================================================================
--- head/sysutils/anvil/Makefile	Fri Aug 11 19:51:28 2017	(r447789)
+++ head/sysutils/anvil/Makefile	Fri Aug 11 21:14:20 2017	(r447790)
@@ -2,7 +2,7 @@
 
 PORTNAME=	anvil
 PORTVERSION=	0.0.10
-PORTREVISON=	1
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	dvl at FreeBSD.org
@@ -29,6 +29,10 @@ WGET_DESC=	Use wget, not fetch
 
 CURL_RUN_DEPENDS=	curl:ftp/curl
 WGET_RUN_DEPENDS=	wget:ftp/wget
+
+FETCH_FETCH_TOOL=	fetch
+CURL_FETCH_TOOL=	curl
+WGET_FETCH_TOOL=	wget
 
 do-install:
 	${MKDIR} ${STAGEDIR}${ETCDIR}

Modified: head/sysutils/anvil/files/cert-puller.conf.sample.in
==============================================================================
--- head/sysutils/anvil/files/cert-puller.conf.sample.in	Fri Aug 11 19:51:28 2017	(r447789)
+++ head/sysutils/anvil/files/cert-puller.conf.sample.in	Fri Aug 11 21:14:20 2017	(r447790)
@@ -1,3 +1,4 @@
 CERT_SERVER="https://certs.example.org/certs"
 MYCERTS="services.example.org"
 SERVICES="nginx"
+FETCH_TOOL="%%FETCH_TOOL%%"


More information about the svn-ports-head mailing list