Date: Fri, 11 Aug 2017 21:14:20 +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: r447790 - in head/sysutils/anvil: . files Message-ID: <201708112114.v7BLEKih091455@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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%%"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708112114.v7BLEKih091455>