From owner-svn-ports-all@freebsd.org Mon Jun 5 00:47:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5468EBF3A60; Mon, 5 Jun 2017 00:47:15 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E44F66FDF; Mon, 5 Jun 2017 00:47:15 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v550lE3J004576; Mon, 5 Jun 2017 00:47:14 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v550lEBA004573; Mon, 5 Jun 2017 00:47:14 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201706050047.v550lEBA004573@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Mon, 5 Jun 2017 00:47:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442600 - head/security/acme.sh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2017 00:47:15 -0000 Author: dvl Date: Mon Jun 5 00:47:13 2017 New Revision: 442600 URL: https://svnweb.freebsd.org/changeset/ports/442600 Log: Include practical examples for both deploy and dnsapi Provide options for installing curl, wget, BINDTOOLS, and DOCS. Submitted by: feld Added: head/security/acme.sh/pkg-plist (contents, props changed) Modified: head/security/acme.sh/Makefile Modified: head/security/acme.sh/Makefile ============================================================================== --- head/security/acme.sh/Makefile Mon Jun 5 00:46:20 2017 (r442599) +++ head/security/acme.sh/Makefile Mon Jun 5 00:47:13 2017 (r442600) @@ -2,7 +2,7 @@ PORTNAME= acme.sh PORTVERSION= 2.6.9 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= security @@ -17,10 +17,12 @@ GH_ACCOUNT= Neilpang USERS= acme GROUPS= acme -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS BINDTOOLS OPTIONS_SINGLE= HTTP OPTIONS_SINGLE_HTTP= CURL WGET OPTIONS_DEFAULT= CURL +BINDTOOLS_DESC= Depend on bind-tools for nsupdate +BINDTOOLS_RUN_DEPENDS= ${LOCALBASE}/bin/nsupdate:dns/bind-tools CURL_DESC= Depend on cURL for HTTP(S) queries WGET_DESC= Depend on Wget for HTTP(S) queries @@ -30,11 +32,13 @@ NO_BUILD= yes CURL_RUN_DEPENDS= curl:ftp/curl WGET_RUN_DEPENDS= wget:ftp/wget -PLIST_FILES= sbin/${PORTNAME} PORTDOCS= README.md do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/deploy ${STAGEDIR}${EXAMPLESDIR}/dnsapi + ( cd ${WRKSRC} && ${COPYTREE_BIN} deploy ${STAGEDIR}${EXAMPLESDIR} ) + ( cd ${WRKSRC} && ${COPYTREE_BIN} dnsapi ${STAGEDIR}${EXAMPLESDIR} ) do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Added: head/security/acme.sh/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/acme.sh/pkg-plist Mon Jun 5 00:47:13 2017 (r442600) @@ -0,0 +1,44 @@ +sbin/acme.sh +%%EXAMPLESDIR%%/deploy/README.md +%%EXAMPLESDIR%%/deploy/apache.sh +%%EXAMPLESDIR%%/deploy/cpanel.sh +%%EXAMPLESDIR%%/deploy/dovecot.sh +%%EXAMPLESDIR%%/deploy/exim4.sh +%%EXAMPLESDIR%%/deploy/haproxy.sh +%%EXAMPLESDIR%%/deploy/keychain.sh +%%EXAMPLESDIR%%/deploy/kong.sh +%%EXAMPLESDIR%%/deploy/myapi.sh +%%EXAMPLESDIR%%/deploy/mysqld.sh +%%EXAMPLESDIR%%/deploy/nginx.sh +%%EXAMPLESDIR%%/deploy/opensshd.sh +%%EXAMPLESDIR%%/deploy/pureftpd.sh +%%EXAMPLESDIR%%/deploy/vsftpd.sh +%%EXAMPLESDIR%%/dnsapi/README.md +%%EXAMPLESDIR%%/dnsapi/dns_ad.sh +%%EXAMPLESDIR%%/dnsapi/dns_ali.sh +%%EXAMPLESDIR%%/dnsapi/dns_aws.sh +%%EXAMPLESDIR%%/dnsapi/dns_cf.sh +%%EXAMPLESDIR%%/dnsapi/dns_cloudns.sh +%%EXAMPLESDIR%%/dnsapi/dns_cx.sh +%%EXAMPLESDIR%%/dnsapi/dns_cyon.sh +%%EXAMPLESDIR%%/dnsapi/dns_dgon.sh +%%EXAMPLESDIR%%/dnsapi/dns_dnsimple.sh +%%EXAMPLESDIR%%/dnsapi/dns_do.sh +%%EXAMPLESDIR%%/dnsapi/dns_dp.sh +%%EXAMPLESDIR%%/dnsapi/dns_dynu.sh +%%EXAMPLESDIR%%/dnsapi/dns_freedns.sh +%%EXAMPLESDIR%%/dnsapi/dns_gandi_livedns.sh +%%EXAMPLESDIR%%/dnsapi/dns_gd.sh +%%EXAMPLESDIR%%/dnsapi/dns_infoblox.sh +%%EXAMPLESDIR%%/dnsapi/dns_ispconfig.sh +%%EXAMPLESDIR%%/dnsapi/dns_knot.sh +%%EXAMPLESDIR%%/dnsapi/dns_lexicon.sh +%%EXAMPLESDIR%%/dnsapi/dns_linode.sh +%%EXAMPLESDIR%%/dnsapi/dns_lua.sh +%%EXAMPLESDIR%%/dnsapi/dns_me.sh +%%EXAMPLESDIR%%/dnsapi/dns_myapi.sh +%%EXAMPLESDIR%%/dnsapi/dns_nsone.sh +%%EXAMPLESDIR%%/dnsapi/dns_nsupdate.sh +%%EXAMPLESDIR%%/dnsapi/dns_ovh.sh +%%EXAMPLESDIR%%/dnsapi/dns_pdns.sh +%%EXAMPLESDIR%%/dnsapi/dns_vscale.sh