Date: Fri, 11 Aug 2017 19:17:48 +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: r447788 - head/sysutils/anvil Message-ID: <201708111917.v7BJHmSp043097@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dvl Date: Fri Aug 11 19:17:47 2017 New Revision: 447788 URL: https://svnweb.freebsd.org/changeset/ports/447788 Log: Add options to install wget or curl as run-time dependencies Modified: head/sysutils/anvil/Makefile Modified: head/sysutils/anvil/Makefile ============================================================================== --- head/sysutils/anvil/Makefile Fri Aug 11 18:47:20 2017 (r447787) +++ head/sysutils/anvil/Makefile Fri Aug 11 19:17:47 2017 (r447788) @@ -2,6 +2,7 @@ PORTNAME= anvil PORTVERSION= 0.0.10 +PORTREVISON= 1 CATEGORIES= sysutils MAINTAINER= dvl@FreeBSD.org @@ -18,6 +19,16 @@ GROUPS= anvil SUB_FILES+= cert-shifter.conf.sample cert-puller.conf.sample pkg-install pkg-message NO_BUILD= yes + +OPTIONS_SINGLE= SG1 +OPTIONS_SINGLE_SG1= FETCH CURL WGET +OPTIONS_DEFAULT= FETCH +FETCH_DESC= Use fetch +CURL_DESC= Use curl, not fetch +WGET_DESC= Use wget, not fetch + +CURL_RUN_DEPENDS= curl:ftp/curl +WGET_RUN_DEPENDS= wget:ftp/wget do-install: ${MKDIR} ${STAGEDIR}${ETCDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708111917.v7BJHmSp043097>