svn commit: r447788 - head/sysutils/anvil

Dan Langille dvl at FreeBSD.org
Fri Aug 11 19:17:49 UTC 2017


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


More information about the svn-ports-head mailing list